Questions tagged [fuse]

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.

Filesystem in Userspace (FUSE) is a loadable kernel module for Unix-like operating systems to make it possible to create userland filesystems, e.g. . FUSE is available for , , (as puffs), , , and .

Website: http://fuse.sourceforge.net

Wikipedia: http://en.wikipedia.org/wiki/Filesystem_in_Userspace

107 questions
0
votes
1 answer

Create a virtual tar file

The use case I am in mind is to make a backup of some data. I would like to create a tar file, mainly because there are tens of thousands of small files. I use a cloud storage service which basically will keep polling the files on the hard drive to…
Paolo
  • 101
  • 3
-1
votes
2 answers

Deleting file in tar mounted with archivemount?

archivemount allows rw-mounting tar archives. What happens when I delete a file? Is it actually removed from the tar archive? Is a delete flag set? If the file is actually removed, then I assume the operation to be painfully slow, because the whole…
feklee
  • 505
  • 3
  • 18
1 2 3 4 5 6 7
8