rough notes
file systems
All posts tagged file systems
(on Wikipedia)
was btrfs.docs.kernel.org ))
A filesystem I use because of checksumming and de-duplication.
Very good, although I've had a sketchy history with it. I've used multiple versions of it, sometimes mounting the same partition with different versions of it.
I stopped using it because I lost trust in its reliability.
- B-tree file system
- I have some btrfs scripts in git
- Checksumming helps with The Chain of Trust.
-
Abandoned by it's originators, and community-developed.
This page is about ZFS-fuse, the ZFS attempt for Linux
(on Wikipedia)
https://web.archive.org/web/20121229103643/http://zfs-fuse.net/
ZFS is a filesystem.
I have abandoned this filesystem because it is about as closed as it can get without being officially closed. It's hampered by awkward licensing and patents making it intentionally incompatible with the GPL.
Even if it was made to work perfectly, running under FUSE is sub-optimal.
It also seems horrifyingly complex to use. Seriously.
Its checksumming is important for The Chain of Trust.
Software >
FTP + curl + FUSE > mount >
http://curlftpfs.sourceforge.net/
https://sourceforge.net/projects/curlftpfs/
Software > Data security > mount >
(on Wikipedia)
https://github.com/libfuse/sshfs [ 1 ] was http://fuse.sourceforge.net/sshfs.html
Mount a remote filesystem via SSH.
See also:
-
shfs (same idea)
Footnotes
Software >
(on Wikipedia)
https://github.com/libfuse/libfuse
An interface for userspace programs to export a filesystem to the Linux kernel.
Running things under FUSE is sub-optimal. It's better to run under the kernel directly. However, userland stuff is the only way to achieve certain effects, like everyday user control or to work around licensing issues.
Fuse is not secure! - Noted on https://github.com/libfuse/libfuse. See issue #15
-
acronym: Filesystem in Userspace
(on Wikipedia)
https://sourceforge.net/projects/lufs/ [ 1 ] was http://lufs.sourceforge.net:80/lufs/fs.html
A hybrid userspace filesystem framework supporting many "exotic" filesystems (localfs, sshfs, ftpfs, gnutellafs, locasefs, gvfs, cardfs, cefs, etc. ).
Seems unreliable to me.
- Can mount FTP
- Allows Gnutella Peer-to-peer mounting to perform searches and use search results as files.
-
Abandoned
- As of August 2008-08-26, last updated 2003-10-30.
- Try CurlFtpFS
Footnotes