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

mhddfs Gives Permission denied Error When Writing File to It's Mounted Volume

Running mhddfs 0.1.38 on Ubuntu-12.04 and have two NFS volumes exported from two different servers and mounted to this box. I can successfully create the mhddfs volume, I can read and list from it, but can not create or edit any files on it. If I…
Ken S.
  • 479
  • 5
  • 14
0
votes
2 answers

Using Git as a means to sync zabbix instances

So in our environment, we are using a custom build of Zabbix as a monitoring solution. We have Zabbix deployed to four different sites, and would like to ensure that the build is consistent across all four sites. So far, we have a Git repo holding…
TuxOtaku
  • 59
  • 7
0
votes
1 answer

Error creating directory: Operation not permitted, can still create files, permissions are correct

I have a directory mounted over FUSE/SSHFS. It's an Ubuntu 10.04 client connected to an Ubuntu 10.04 server. My user has write permissions for the directory in question, and has been able to create folders before now. Nothing has changed in the…
Nick
  • 4,503
  • 29
  • 69
  • 97
0
votes
2 answers

`fuse`-like mounts on linux-vserver/openVZ?

I don't know much about servers or virtualization. However, for the last years, I've been using a rented linux-vserver as my backup drive and for recording radio shows through cronjobs. I ran out of disk space at this provider and always wanted a…
Sebastian
  • 189
  • 6
0
votes
3 answers

mount_afp on linux, user rights

I need to mount a remote filesystem on a linux box using the afp protocol. The linux box runs an old Debian 4. I downloaded the source code of mount_afp, compiled it and installed it with all the required packages. Then created /etc/fuse with the…
Antonio Sesto
  • 109
  • 2
  • 5
0
votes
1 answer

sshfs mount using public key authentication: execvp: No such file or directory

I am trying to mount a remote file system through sshfs using public key authentication. I am getting this error: execvp: No such file or directory I can confirm that public key authentication is working with ssh: ssh -i /home/me/.ssh/myKey…
Chris Ostmo
  • 113
  • 1
  • 8
0
votes
1 answer

fuse not working in centos 5.3 xen guest

I have a centos 5.3 64 bit XEN guest running on a 64 bit centos 5.3 XEN host. I'm trying to get sshfs installed on it but am running into some problems. I've installed fuse and fuse-sshfs from rpmforge (using yum). But whenever I try to mount a…
Chris Gow
  • 143
  • 6
0
votes
1 answer

Access SSHFS Share with Apache/Python

I've got a bit of a complicated setup going on here, and, well, it's not quite working. I have a Python script that parses a directory for certain "attributes" in the directory name (how the script works isn't necessarily important - it runs just…
Devin
  • 355
  • 1
  • 3
  • 10
0
votes
1 answer

Accidentally moved FUSE mounted mount point, not cannot unmount. Any option besides reboot?

I mounted a disk image using a few different FUSE modules and then subsequently renamed the parent directory. The mounts have disappeared from the mtab and now the OS refuses to unmount them. fusermount -u mnt returns: fusermount: entry for…
Catskul
  • 1,929
  • 4
  • 20
  • 23
0
votes
1 answer

s3fs and fuse: failed to open /dev/fuse: Permission denied

Just installed Debian 6 box. I wanted to mount my S3 bucket for some backups. So I followed instructions for http://code.google.com/p/s3fs/ . 1) I installed all perquisites asked in installation instruction. 2) Compiled and installed s3fs. 3)…
0
votes
2 answers

Mount Google AppEngine as Windows Drive

The plan is to use Google AppEngine as closed cloud datastore, not for content delivery, for our cloud based Windows Server 2003 machines. How could Google AppEngine be mounted as a drive with a driveletter or as a linked directory for the Windows…
mit
  • 1,914
  • 6
  • 29
  • 42
0
votes
1 answer

Compiling hdfs-fuse bundled with Hadoop

I am trying to compile the hdfs-fuse extension from Hadoop 0.20.2 on a machine running Fedora 14. Below are the packages I have installed: fuse-2.8.5-2.fc14.x86_64 fuse-libs-2.8.5-2.fc14.x86_64 fuse-devel-2.8.5-2.fc14.x86_64 Then, I have…
Laurent
  • 321
  • 3
  • 14
0
votes
2 answers

FTP/SFTP & Fuse web passthrough without using the web server's bandwidth

I'd like to serve files mounted from a remote file store using ftp/sftp using fuse on my web server without using the web server's bandwidth. The goal is to have the web server transparently serve the files to the user without providing them the…
user53296
  • 1
  • 1
0
votes
0 answers

When mounting external disk in fstab via fuse.sshfs it requires password although identityfile is set

Using Ubuntu 22.04. My fstab entry: some_user@some_storagebox.com:~/somedir /mnt/volume fuse.sshfs defaults,allow_other,reconnect,_netdev,users,ServerAliveInterval=15,identityfile=/root/.ssh/id_rsa,uid=101,gid=101,ServerAliveCountMax=3 0 0 Check…
fueggit
  • 113
  • 4
0
votes
0 answers

How to mount Gluster volume in a systemd-nspawn container?

I am trying to mount a Gluster volume within a systemd-nspawn container. I found two methods to do it from the official Github repo, but I have questions about both methods' security. The CAP_MKNOD + DeviceAllow=/dev/fuse rwm + mknod /dev/fuse c 10…
Waiho
  • 23
  • 5