Filesystem in Userspace (FUSE) is a loadable kernel module for Unix-like operating systems to make it possible to create userland filesystems, e.g. ntfs-3g.
6
votes
2answers
604 views
autofs with sshfs not working anymore
I just upgraded from Ubuntu 12.04 to 12.10. Before that I backed up my autofs config which worked fine. I appended the line from my old /etc/auto.master to the new one:
+dir:/etc/auto.master.d
...
4
votes
1answer
431 views
mounting dropbox (for exploring the files)
I want to simply be able to explore a dropbox filesystem, without much additional load on CPU, memory, storage (i.e., without saving copies of the remote files locally). It seems that the official ...
4
votes
1answer
226 views
Using ACL's over read only/remote filesystem
I would like to define local ACL's to be used over a remotely mounted filesystem.
The filesystem is mounted via autofs and sshfs FUSE.
The idea is that we could setup a jailed user on a jump server ...