• General
  • How can I umount a filesystem?
  • Why is it called FUSE? There's a ZX Spectrum emulator called Fuse too.
  • Is it possible to mount a fuse filesystem from fstab?
  • Why don't other users have access to the mounted filesystem?
  • API
  • Which method is called on the close() system call?
  • Wouldn't it be simpler if there were a single close() method?
  • Can I return an error from release()?
  • How do I know which is the last flush() before release()?
  • Why doesn't FUSE forward arbitrary ioctl() calls to the filesystem?
  • Is there a way to know the uid, gid or pid of the process performing the operation?
  • How should threads be started?
  • Is it possible to store a pointer to private data in the fuse_file_info structure?
  • If a filesystem is mounted over a directory, how can I access the old contents?