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
1
vote
0 answers

Write Permissions Denied when using sshfs to Mount Remote Directory on Boot

I have two Cent OS 7 servers I am trying to mount a directory from my host server to my client server. I want this to automatically mount on boot. On my host machine (hostmachine.local) I setup a user and gave that user sudo privileges. On my client…
Jeremy H.
  • 133
  • 3
1
vote
1 answer

Forcing user in both directions using bindfs

I have a specific OS user called 'app' which runs Dropbox. The app is deployed (in the same server) for multiple sites. But the Dropbox of the 'app' user has info about all sites. The dropobox has a directory like…
1
vote
2 answers

Forcefully Unmounting Filesystem

Okay, here's the deal: I used FUSE to mount a webdav endpoint as a filesystem. At some point it broke. Now, for the life of me, I cannot unmount it. Any time I try and interact with it in any way, things just freeze. Listing (ls) the directory which…
NuclearDog
  • 231
  • 3
  • 10
1
vote
1 answer

IO performance with a FUSE mount

Is there any way to measure performance on a FUSE-based mount that is mounted via long-running executable (no device is used, nor /etc/fstab entry added)?
Dustin Oprea
  • 560
  • 2
  • 8
  • 19
1
vote
1 answer

Fuse module for s3fs

I am trying to install the s3fs software. I however keep coming upon this error: $ sudo /usr/bin/s3fs bucketname /mnt fuse: device not found, try 'modprobe fuse' first $ modprobe fuse FATAL: Module fuse not found. When I checked if the kernel, it…
frazras
  • 193
  • 1
  • 9
1
vote
1 answer

Mounting fuse sshfs fails when invoked by Cron on FreeBSD 9.0

I have a remote server filesystem that I'm attempting to mount locally on a FreeBSD 9 machine via FUSE sshfs, and Cron for a backup routine. I have ssh keys between the boxes setup to allow for passwordless login as the root user on the local…
Tal
  • 121
  • 4
1
vote
1 answer

Getting errors running mount on Amazon Linux after installing s3fs (`MOUNT_2.22' not found required by mount)

Followed these instructions to install s3fs on Amazon Linux. It worked fine on one of my systems, however on a different system (following the same instructions) I am getting the following errors when running /bin/mount [root@ip-10-99-1-35 lib64]#…
Kladskull
  • 1,255
  • 5
  • 15
  • 32
1
vote
0 answers

nfs export external harddrive

I am trying to export my external harddrive using nfs. The external harddrive has the filesystem of type fuseblk. Does nfs export support fuseblk type? if not is there any other way that I can mount this? Filesystem Type …
Kamal
  • 111
  • 2
1
vote
1 answer

Is it possible to set the cache size for fuse and/or sshfs?

I can't seem to find something in the documentations. Is it possible to set the cache size for fuse and/or sshfs and if so, how?
Jan Deinhard
  • 2,383
  • 5
  • 26
  • 33
1
vote
1 answer

FUSE >= 2.8.4 RPM for CentOS

Is there a known source for CentOS RPMs that provides FUSE version 2.8.4 or later? The latest I can find is 2.7.4 from EPEL.
organicveggie
  • 1,071
  • 3
  • 15
  • 27
1
vote
1 answer

lsof gives warning for some daemon

lsof | grep /var is giving me following error lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/user/.gvfs Output information may be incomplete. what can be possible reason for it?
Registered User
  • 1,463
  • 5
  • 18
  • 37
1
vote
1 answer

fstab: Email address as curlftpfs username

I want to mount a ftp share via the fstab file but my username is an email address. How do I enter this in the…
braindump
  • 363
  • 1
  • 3
  • 8
1
vote
2 answers

Strange ZFS hidden filesystem problem

Half of my ZFS filesystems are hidden in ZFS-fuse. Here's my story: So, I love ZFS. I used it for about six months on FreeBSD, but due to it crashing the kernel during heavy inter-filesystem IO load, I tried switching to Solaris 5.10. That was good,…
RandomInsano
  • 451
  • 1
  • 5
  • 19
1
vote
1 answer

"portal" and "fuse.portal" meaning in mount system command's output in Linux

In mount system command's output in Debian Linux 10-like OS I have following string: portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000) What means this string?
mshta
  • 11
  • 2
1
vote
0 answers

Combination of S3 bucket, fuse, rclone mount and incron - not detecting changes

and thanks for reading..... I'm trying to setup a method whereby I have an on-premise Centos 7 server which uses rclone (mount) to mount an AWS S3 bucket as a file system. I've installed fuse to make this all work fine. When a file is added to the…