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

110 questions
0
votes
1 answer

SSHFS mount that freezes system on network disconnect

i am using SSHFS to mount a volume. But whenever anything causes a network disconnect or interruption my whole system will freeze up. Apps will be slow and unresponsive, and it is impossible for me to force eject the volume or shutdown. I have to…
PixelPaul
  • 343
  • 2
  • 12
0
votes
1 answer

Fedora 31 LXC service failed to start "Failed to start FUSE filesystem for LXC"

I'm trying to setup LXD system for test environments on Fedora Desktop workstation but the LXD service just wont start because the dependency service LXC fails. After trying to start the sudo systemctl start lxd.service the error message journalctl…
0
votes
1 answer

Why /tmp is bound in /tmp ? How can I remove this bound

In Scientific Linux 6, a clone of RHEL6, I have the following mtab file: /dev/sda2 / ext4 rw 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 devpts /dev/pts devpts rw,gid=5,mode=620 0 0 tmpfs /dev/shm tmpfs…
famedoro
  • 145
  • 7
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
  • 5
  • 19
1 2 3 4 5 6 7
8