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
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
1 vote
1 answer
104 views

I have a directory tree with LOTS of .gz files. I once saw a way to mount it (via FUSE I think) so that I could see all the files directly (i.e. unzipped) under another directory. I've been searching ...
dargaud's user avatar
  • 383
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
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
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
0 votes
2 answers
1k views

How can I hash/checksum any sequential download, without having to store the whole file locally? It needs to work with any kind of sequential download, so "basic HTTP download" specific ...
Hiccup's user avatar
  • 353
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
2 votes
0 answers
194 views

I'm looking for a solution to this problem: A remote job (CI job) is creating a lot of DEBUG files (logs) I would like to keep, but after some time the disk space is totally filled up before the end ...
usilo's user avatar
  • 175
0 votes
0 answers
215 views

on my application when I detect open file is fuse type I want to be able to determine if the underlying libfuse supports async io. If it is not supported then I would fall back to sync io. Is there ...
tonym's user avatar
  • 1
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
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

15 30 50 per page
1
2 3 4 5
7