Skip to main content

Questions tagged [fuse]

Filesystem in Userspace (FUSE)

-2 votes
0 answers
48 views

ConFused about filesystem [closed]

I have a non privileged user who has mounted and set up fused file system in user storage. In this partition is a clone or duplicate Os. Meaning it's not officially rooted. Yet there is a simple root(...
Robert Ozo Mills's user avatar
0 votes
1 answer
33 views

Cannot open files with Emacs after mounting Google Drive on Ubuntu using ocamlfuse

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
954 views

I's it possible to mount a remote filesystem in non-rooted Android (like an SD card)? [closed]

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
0 votes
1 answer
59 views

Mounting a directory of zipped files for direct unzipped access

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
  • 220
1 vote
1 answer
3k views

How to mount FUSE (e.g. unionfs) so that all users will have access to it?

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
  • 433
5 votes
1 answer
366 views

FUSE for root filesystem in Linux?

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
7 votes
3 answers
3k views

What is the difference from exfat-fuse and exfat-nofuse?

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
607 views

How can I hash/checksum any sequential download, without having to store the whole file locally?

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
  • 329
1 vote
1 answer
469 views

Why do sshfs and fuse create thousands of file descriptors (unbounded growth) for a Java process?

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
138 views

Rotate files in filesystem when full or send to /dev/null

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
142 views

How to determine in code if installed libfuse supports async io

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
0 answers
378 views

how do i use fuse to mount a file in a compressed file as a symlink

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
7 votes
0 answers
1k views

FUSE fs without root privileges (e.g. a LD_PRELOAD gateway or a proot plugin)

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
-1 votes
1 answer
40 views

Is there a way of accessing a locked ipod using winfsp for windows 7... map a drive to ipod root?

My son cannot remember his password but has tons of pictures. I was hoping to use something similiar to FUSE on a Windows 7 PC to access the file system without a password. I have no clue what I'm ...
Lost IPOD Pass's user avatar
1 vote
1 answer
2k views

Is a /dev/loop preferred for mounting file-as-filesystem?

I have been hacking around with files as filesystems, for things like encrypted volumes and the like. This tutorial uses losetup and a /dev/loopX device to facilitate the mount process. However, ...
DeusXMachina's user avatar

15 30 50 per page
1
2 3 4 5
7