Skip to main content

Questions tagged [fuse]

Filesystem in Userspace (FUSE)

1 vote
1 answer
93 views

I have a Docker container that mounts a Google Drive shared folder using FUSE (google-drive-ocamlfuse). The compose file maps the drive onto the host system (the capabilities and /dev/fuse are ...
Auspex's user avatar
  • 111
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
0 votes
1 answer
399 views

I am trying to install the ifuse package from the libimobiledevice project and its failing because it requires fuse3. My system is not allowing me to install fuse3 because of dependencies on fuse2. ...
trinsic's user avatar
  • 170
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
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
1 vote
1 answer
5k views

I am trying to use unionfs to create multiple (100+) instances of a few development tools for our development server. Here is the script I am using: PROJECT=$1 DEPLOYMENT=$2 TOOL=$3 DIR_TOOL="/...
HubertNNN's user avatar
  • 463
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
0 votes
1 answer
92 views

I have installed a FUSE filesystem for Google Drive so that I can mount my Drive on Ubuntu. It's something I have done before on other machines with no problem. Everything is installed and mounted ...
user1551817's user avatar
3 votes
0 answers
2k views

I have a DIY NAS and would like to stream files/media from it to various Android powered devices (like a phone or Android TV) such that apps like VLC can browse/stream the remote contents like they ...
David Alsh's user avatar
56 votes
8 answers
60k views

(FUSE). Preferably without admin rights. An example would be sshfs, maybe via MSYS?
Tobias Kienzler's user avatar
5 votes
1 answer
610 views

Is it even possible to use a FUSE (non-networked) filesystem as root in Linux? I assume the program has to be present in the initrd, but I'm not sure about specifics. For instance does the FUSE ...
circl's user avatar
  • 51
0 votes
1 answer
538 views

i have a directory full of .xz files, each containing a single file (not tar). uncompressed, the directory is 23GiB. (*.xml) compressed, the directory is 1GiB. (*.xml.xz) how do i fool the filesystem ...
loud_flash'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
2 votes
2 answers
9k views

I am new to fuse. I have mounted fuse by the following command. /home/bin/fusexmp /mnt/fuse -o default_permissions -o allow_other -o nonempty -o hard_remove -d Now If I login as "test" user and tried ...
kayle's user avatar
  • 203
1 vote
1 answer
666 views

I'm trying to understand why I see thousands and thousands of new file descriptors such as the following in /proc/PID/fd directory of a java process: $ sudo ls -lt /proc/585/fd | head total 0 lr-x-----...
Emre Sevinç's user avatar

15 30 50 per page
1
2 3 4 5
7