Skip to main content

Questions tagged [fuse]

Filesystem in Userspace (FUSE)

56 votes
8 answers
60k views

(FUSE). Preferably without admin rights. An example would be sshfs, maybe via MSYS?
Tobias Kienzler's user avatar
54 votes
3 answers
46k views

The only result of any import when I searched for this was from 2001. In the intervening decade, have any tools/methods for mounting a tar file as a filesystem (perhaps utilizing fuse) been created? ...
warren's user avatar
  • 10.4k
30 votes
6 answers
76k views

Please consider following fstab line (line breaks for readability): sshfs#[email protected]:/home/user/ /home/user/Server/ fuse auto,user,_netdev,reconnect,uid=1000,gid=1000,IdentityFile=/home/...
user21886's user avatar
  • 433
29 votes
5 answers
36k views

I've moved from Ubuntu to Debian on a machine and all my sshfs mounting scripts fail with fuse: failed to open /dev/fuse: Permission denied now. Am I missing something simple?
John Baber-Lucero's user avatar
27 votes
3 answers
31k views

My university's CS department has its own server used for development (from here on out, dev.univ.edu). I have SSH and SFTP access to this server, and I was hoping to do some heavy work on my Windows ...
Isaac Corbrey's user avatar
20 votes
7 answers
22k views

I've been looking into encfs as a solution to encrypt my personal data. However I want to access this data both on Linux and Windows on different machines (synced through Dropbox). So far all Google ...
snth's user avatar
  • 442
17 votes
1 answer
14k views

I have an sshfs FUSE filesystem mounted in ~/mountpoint. I tried umount mountpoint and diskutil unmount mountpoint (on a Mac here) and both failed. I used sshfs -o IdentityFile=<key> user@...
Kyle L's user avatar
  • 2,389
13 votes
1 answer
2k views

In Useless use of cat? it is established that, generally speaking, using cat in a shell pipeline with a single argument at the beginning of a pipeline reduces its performance. Does there exist a ...
user31248584's user avatar
10 votes
1 answer
14k views

I have two computers on a network, call these Q and X. I want to mount via sshfs X:/ to Q:/mnt/X. So to do this I use: user@Q $ sudo sshfs root:X/ /mnt/X This successfully mounts it and allows the ...
Zorf's user avatar
  • 361
9 votes
1 answer
10k views

I'm trying to run a docker image for mounting hubic (online storage) and expose that to the host What is working so far is container mounting the fuse point correctly (to /mnt/hubic) When running ...
exussum's user avatar
  • 511
9 votes
0 answers
2k views

On a system where I don't have root access and FUSE isn't installed (or I don't have sufficient privileges to create new mounts), how can I start a fuse filesytem (like sshfs or some FUSE-based ...
Suzanne Soy's user avatar
9 votes
1 answer
3k views

Using sshfs with autofs on Ubuntu, I cannot set timestamps on remote files: $ touch /sshfs/server/some/file touch: setting times of `/sshfs/sshfs/server/some/file': Permission denied I do have write ...
mivk's user avatar
  • 4,095
8 votes
3 answers
4k views

Until now I have never dwelled on the word fuse but then I saw that there is nofuse. Based on searches I have done in the the internet they don't clearly explain the difference. What is the difference ...
Mario Palumbo's user avatar
7 votes
3 answers
4k views

cusexmp, the example of CUSE program, works. Is there real programs that makes use of it? For example, a thing that just mirrors other character device or thing that allows networked character ...
Vi.'s user avatar
  • 17.9k
7 votes
1 answer
14k views

I have a Debian testing box with Xfce (no Gnome, no Nautilus). It has all gvfs-related stuff installed, including all backends and fuse interface. But any attempts to gvfs-mount anything (like sftp://....
9000's user avatar
  • 435

15 30 50 per page
1
2 3 4 5
7