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
6
votes
6 answers

How stable is zfs-fuse 0.6.9 on Linux?

I'm thinking of using ZFS for my home-made NAS array. I would have 4 HDDs in raidz on a Ubuntu Server 10.04 machine. I'd like to use the snapshot capability and dedup when storing data. I'm not so much concerned about the speed, since the machine is…
Mavrik
  • 161
  • 1
  • 6
6
votes
3 answers

Is there a good way to allow non-root users to mount arbitrary external USB drives on Linux?

We have a situation where a site office has a couple of Rocky Linux 8 servers and regularly receives large amounts of data from clients. Data arrives on a variety of external USB hard drives and the occasional USB memory stick. These drives can have…
bolind
  • 181
  • 5
5
votes
0 answers

How to mount a fuse-sshfs file system inside a FreeBSD-12.0p10 jail

I wish to mount a remote data source locally as a fuse file system. This is listed as supported by lsvfs: lsvfs Filesystem Num Refs Flags -------------------------------- ---------- ----- --------------- devfs …
James B. Byrne
  • 337
  • 1
  • 4
  • 14
5
votes
2 answers

Should I mount GlusterFS as NFS or FUSE?

I'm using GlusterFS for a file storage cluster and my web apps. I have two volumes, the storage and the web ones. Currently I have the web one mounted as NFS, because FUSE was way too slow. Now I was wondering if there's any big disadvantage and…
Alex Dumitru
  • 315
  • 2
  • 3
  • 8
5
votes
3 answers

Can I simulate an S3 bucket going down when it is accessible to root user?

I'm trying to test new network monitoring code for an application that runs on a Debian appliance. I am currently tasked with ensuring that an SNMP trap is thrown when external network shares (such as S3 buckets) are mounted with FUSE and the…
jajavoli
  • 53
  • 4
5
votes
3 answers

AUFS missing in Redhat Fedora, is there an alternative way of stacking directories?

I can't find Aufs in Redhat's Fedora, or any other stackable filesystem for that matter. It seems this is due to relabelling limitations of SELinux. Is there a way to achieve similar without resorting to file/dir copy. I have the following list of…
irishjava
  • 153
  • 1
  • 4
5
votes
3 answers

Possible to mount an ext4 partition image via FUSE?

I'm attempting to mount an ext4 partition image in userspace. (no sudo, no special config/permissions modification to /dev/loop0 or /etc/fstab etc). So I'm hoping FUSE will come to the rescue. However it seems that each file system mounted through…
Catskul
  • 1,929
  • 4
  • 20
  • 23
5
votes
3 answers

How to mount glusterfs inside a OpenVZ container?

glusterfs uses fuse to mount a glusterfsd volume, wich works fine on any hardwarenode without virtualization. But, I now try to mount the device inside a container glusterfs --debug -f /etc/glusterfs/glusterfs.vol /storage and get the following…
Marcus Spiegel
4
votes
1 answer

Using a FUSE-mounted directory as a docker volume

I have a mount (/mnt/xyz) which is mounted with FUSE, and I want to use it as a docker volume docker run image -v /mnt/xyz/container-dir:/container-dir But I get the error docker: Error response from daemon: error while creating mount source…
iDPWF1
  • 141
  • 1
  • 4
4
votes
2 answers

With sshfs, what causes the error "fuse: bad mount point `': Permission denied"?

I ran across this error while trying to mount a remote file system to my local host using SSHFS. The command I was using was in the form of: sshfs root@remote:/path/to/dir ./localDir I am logged into the local system as root I have a valid SSH key…
user984869
  • 161
  • 1
  • 5
4
votes
2 answers

MHDDFS randomly breaks

I am using MHDDFS to pool a bunch of large disks together into a single filesystem that I can easily share across a network. For some reason every now and then the virtual filesystem seems to fall apart and I get a "cannot access datastore:…
getack
  • 61
  • 8
4
votes
2 answers

zfs-fuse file permissions problems on CentOS/RHEL 5

I'm working with zfs-fuse as a way to provide filesystem compression on existing CentOS 5 servers. I'm dealing with a highly-compressible dataset (80%), so zfs-fuse comes in handy. I'm encountering file permission problems with the storage pools. It…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
4
votes
3 answers

/dev/fuse "permission denied" even when member of fuse group

I have a backup script scheduled on a Debian 5.0 x86 server, via sshfs. However, when I attempt to mount the remote directory, I receive: failed to open /dev/fuse: Permission denied ls -l /dev/fuse returns: crwxrwxr-x 1 root fuse 10, 229 2010-11-12…
steeef
  • 61
  • 1
  • 4
4
votes
4 answers

s3fs Input/output error

I'm trying to set up a backup system with s3fs and the Amazon S3 service. I followed this this guide and this guide. Tailing /var/log/messages I get: Aug 28 13:37:46 server s3fs:###response=403 I already tried creating the authentication file…
shadow_of__soul
  • 376
  • 1
  • 6
  • 16
3
votes
2 answers

While accessing Fuse mounted Storage bucket, its showing 403 Forbidden Error

I have a google cloud project. In that project. I have a VM instance. I mounted uploads folder with Google Cloud Storage bucket using fuse. While mounting I get an error like this, Using mount point: /var/www/html/porject/app/webroot/uploads Opening…