Filesystem in Userspace, a file system driver technology.

learn more… | top users | synonyms

1
vote
1answer
16 views

CurlFTPFS Not allowing users to change files

I have installed curlftpfs as per instructions I found on the net. I am mounting it in my fstab file using this command: curlftpfs#ftp://user:pass@IP /media/FTP fuse ...
1
vote
0answers
96 views

Cannot SSHFS mount user home directory

I am attempting to setup a centralized home-directory server through sshfs and pam-mount. Currently I am stuck at this point: When attempting to mount the remote home directory sshfs just gets ...
0
votes
0answers
22 views

How to use Fender Mustang/Fuse inside Virtual Machine?

I am using Ubuntu 12.10 and have Fender Mustang 1 amplifier. I have Windows 7 installed inside a virtual machine. Problem is that Fender Fuse is not detecting my Mustang 1 amplifier when connected ...
1
vote
1answer
145 views

Unmount fuse mountpoints on logout?

I have a couple of folders containing compressed data. I have one application which needs to access the uncompressed version of the same data. A simple way to solve that for me has been to run a ...
1
vote
0answers
219 views

Gnote / Tomboy WebDAV connecting error

If I want to sync my notes with WebDAV server, I get the following error messages in Gnote and Tomboy: This synchronization addin is not supported on your computer. Please make sure you have FUSE ...
0
votes
1answer
170 views

What is fuse Filesystem

While installing the Office 2010 on Linux Ubuntu 12.04 I received the error message that Error: The following file is located on a Fuse Filesystem. It may prevent wine from working. Im using ...
2
votes
1answer
296 views

How to copy music from iOS5 device

Besides running windows on virtual box, is there a native linux way to do this yet? ifuse? libimobiledevices?
1
vote
2answers
802 views

How can I unmount a s3fs mount as a normal user?

I use S3 a ton. I have over 40 or so buckets floating around between clients. I like the fact that I can list them in /etc/fstab and that they just work. For reference here is one of the buckets. ...
6
votes
5answers
5k views

Ubuntu Nexus 7 as USB device does not work

I connected USB cable from Nexus 7 running Ubuntu to my Ubuntu laptop but there is no new USB device found when I run lsusb. Is this function supported?
0
votes
0answers
160 views

sshfs not working after latest update

I updated my ubuntu 12.04 two days ago. Now, my sshfs startup applications are not working anymore. SSHFS version 2.3 FUSE library version: 2.8.6 fusermount version: 2.8.6 using FUSE kernel interface ...
0
votes
2answers
2k views

unable to mount hard drives

I am currently trying to backup data from my computer's hard drive to an external one while live-booting to Ubuntu from a USB, and I've encountered a bit of a problem. You see, I cannot mount my hard ...
4
votes
3answers
253 views

Filesystem that gives an encrypted view of a directory—the inverse of EncFS

Currently I'm using EncFS to encrypt my directory "confidential" to ".encconfidential" and sync that encrypted directory using an online service (e.g. Dropbox, UbuntuOne etc). However my entire disk ...
1
vote
0answers
271 views

Partition messed up due to modifications to fstab [closed]

Some system details:- Dell Inspiron N-4010 OS: Ubuntu 12.04 and Windows 7 Home Basic RAM: 2GB Processor: Intel Core i3 tejaskale@tejaskale-Inspiron-N4010:~$ sudo fdisk -l Disk /dev/sda: 320.1 GB, ...
0
votes
0answers
314 views

Mount exited with exit code 1

Error message Error mounting: mount exited with exit code 1: helper failed with: Unprivileged user can not mount NTFS block devices using the external FUSE library. Either mount the volume as root, ...
1
vote
1answer
189 views

How do I get rid of the drive mount confirmation question for sshFS on boot?

With help from this site, I was able to set up an SSHFS connection between two computers on my LAN so that one auto mounts on the other at boot time. Everything works, but there is this annoying ...
3
votes
1answer
611 views

Block-level deduplicating filesystem

I'm looking for a deduplicating copy-on-write filesystem solution for general user data such as /home and backups of it. It should use online/inline/synchronous deduplication at the block-level using ...
1
vote
1answer
7k views

How can I edit a root file on a non-jailbroken iPad?

I often have to boot into OS X mode and use Xcode and so on for some Phonegap iOS development but it would be much easier to just edit the Javascript files I'm working on in Ubuntu, if that were ...
1
vote
1answer
545 views

mhddfs mount in /etc/fstab fails if periodic fsck kicks in… how to solve?

( ubuntu oneiric 11.10 server) Here is my /etc/fstab # /etc/fstab: static file system information. proc /proc proc nodev,noexec,nosuid 0 0 ...
4
votes
1answer
379 views

sshfs transform_symlinks is broken

I've been using the same fstab command for a while now: sshfs#user@host.be:/home/user /home/user/vps fuse user,port=22,uid=1000,gid=1000,allow_other,reconnect,transform_symlinks 0 0 And it used to ...
5
votes
1answer
272 views

How can I make nautilus use my installed FUSE file systems automatically?

Is there a way to have Nautilus automatically use my FUSE file systems to (for example) open ISOs as folders, or archives as folders, or what ever other 'locations' FUSE supports?