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
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,265
  • 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,363
  • 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,061
  • 3
  • 14
  • 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,453
  • 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
  • 343
  • 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
  • 441
  • 1
  • 5
  • 18
1
vote
0 answers

Docker: 'failed to open /dev/fuse: Permission denied' as non root user

What I want to achieve is to prepare Docker image in which every non-root user can make SSHF mount. MWE below: Dockerfile: FROM rocker/rstudio:4.0.3 USER root RUN apt-get update && apt-get install -y udev sshfs RUN mkdir -p /mnt/vol ## also…
Taz
  • 111
  • 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…
0
votes
1 answer

How to Change Cloud API access scopes on GCP Compute Engine with out stopping the Instance

I'm using gcsfuse inside Google Compute Engine. I mounted a folder with cloud storage bucket but, unable to create any file inside of it: touch t1 with an error: touch: cannot touch 't1': Input/output error Solution for the issue is to give Cloud…
0
votes
0 answers

Should I use GlusterFS for mail server?

I'm planing to use GlusterFS for my mail server. But I read that GlusterFS have problems with small file ( and mail are small files). What's the problems with GlusterFS when come to working with small file? I also know that GlusterFS have 2 mount…
0
votes
1 answer

How can I limit the bandwidth over an SSHFS mount?

I am transfering large media files to my local machine over an SSHFS mount. I am not too concerned about speed and want to provide a better QOS to other network services and so want to limit the bandwidth for these transfers. I can't seem to find an…
dippynark
  • 233
  • 2
  • 12
0
votes
1 answer

ls and find hangs on a folder. What to do?

I have a proxmox cluster with two nodes (s1 and s2). On s2 listing a certain directory hangs forever (like in this question): $> strace -vf ls -l /etc/pve/nodes/s2 [...] open("/etc/pve/nodes/s2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) =…
Nicu Tofan
  • 101
  • 4