Is there good FAT driver for FUSE? (Lightweight, not mountlo)

Posted by Vi. on Super User See other posts from Super User or by Vi.
Published on 2010-05-23T15:59:12Z Indexed on 2012/07/08 9:18 UTC
Read the original article Hit count: 123

Filed under:
|
|
|

FUSE filesystem list show some FuseFat and FatFuse. Both are old, FatFuse is read-only , FuseFat is non-buildable and probably depends on glib.

Now I'm using mountlo for the task (mounting USB drives in generic way without root access or suid things (except of fusermount itself)), but it looks too big for such task.

Using FUSE to mount external storage devices is good both for security and for flexibility reason: the kernel sees only block reads and writes while actual code that deals with filesystem details runs with user privileges, allowing user to use custom filesystems and preventing from kernel filesystem exploits.

Is there good vfat FUSE driver?

© Super User or respective owner

Related posts about linux

Related posts about filesystems