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
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
  • 7
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,839
  • 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,844
  • 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

Error when exporting exfat disk by nfs

I have the following fs: /dev/sdb1 exfat 60085120 11776 60073344 1% /mnt/apuntes in the /etc/exports: /mnt/apuntes 192.168.2.20(rw,sync,no_subtree_check) the service is started and I launch the following command: exportfs…
ortiga88
  • 113
  • 5
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
2 answers

Read only filesystem populated on demand

Basically I have a file system that is accessible both by NFS and ssh. I need a copy of this on my local. But I want to pull only those files that I need (basically cache them on demand). Since I'll be using this as a read-only fs the cache is…
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