Introducing the Infinit file system
blog.infinit.one
Introducing the Infinit file system
1–10 of 63 posts
Re: Introducing the Infinit file system
#2Re: Introducing the Infinit file system
#3Re: Introducing the Infinit file system
#4Sounds really similar (but productized).
Re: Introducing the Infinit file system
#5It's probably not very hard.
Re: Introducing the Infinit file system
#6I can't find anything in the docs on data resiliency - if i add a storage node and it later becomes unavailable, is data distributed across other nodes? how many nodes can fail?
Re: Introducing the Infinit file system
#7my bandwidth kills things like this. I have so little upload in the US that I can't host anything and still have a usable network connection
Re: Introducing the Infinit file system
#8Re: Introducing the Infinit file system
#9Questions:
1. They say that "While most solutions (Dropbox, GlusterFS, OwnCloud etc.) store your files unprotected in the cloud or on a specific server, we took a diametrically opposed direction by relying heavily on encryption. Whenever a file is stored in Infinit, it is cut into chunks, every chunk is encrypted with a unique key (AES-256) and stored, providing both encryption at rest and in transit."
Isn't that actually a lot like Dropbox? (https://www.dropbox.com/en/help/27)
2. How stable is FUSE for OS X? Last time I used it (couple of years) was for SSHFS and it was unstable and crashed the machine every now and then.
Re: Introducing the Infinit file system
#10This looks really great and I love the direction. Hopefully they're working on making it more consumer-friendly. ;) Questions: 1. They say that "While most solutions (Dropbox, GlusterFS, OwnCloud etc.) store your files unprotected in the cloud or on a specific server, we took a diametrically opposed direction by relying heavily on encryption. Whenever a file is stored in Infinit, it is cut into chunks, every chunk is…