Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
100 views

If a directory contains broken or unresponsive mount points (for example, FUSE or NFS mounts), standard tools like file managers, or even a simple ls from the command line, can hang forever when ...
Jens Harms's user avatar
0 votes
1 answer
43 views

While implementing a simple filesystem for FUSE, I have arrived to the write() operation: /** Write data to an open file * * Write should return exactly the number of bytes requested ...
t-w's user avatar
  • 41
1 vote
0 answers
73 views

Times on Linux can be either 32 or 64 bits, where 64 bits is needed to avoid the Y2038 problem. The Linux 5.6 kernel introduced support for 64-bit time for 32-bit Linux systems. 64-bit Linux systems ...
Craig McQueen's user avatar
1 vote
0 answers
69 views

On GitHub Actions, I have a job that create a container with Debian 13, that need to use FUSE. This is the current workflow: jobs: build: name: Linux Debian13 build runs-on: ubuntu-latest ...
Valerio's user avatar
  • 374
0 votes
1 answer
65 views

In regard to GLib/gio - g_volume_get_connected_drives returns NULL On my Ubuntu 22.04, when running the command /usr/bin/gio mount -l I receive such similar output: Drive(0): *HARDDRIVE* Type: ...
bash.d's user avatar
  • 13.3k
0 votes
1 answer
62 views

I'm trying to debug a problem where a process (in fact, npm ci) hits EPERM consistently when I use a sshfs FUSE mount. So, I hit up strace -f. Strangely, no FS calls to my node_modules directory even ...
user22476690's user avatar
1 vote
0 answers
272 views

I am trying to mount files from an azure blob storage into a directory in ubuntu via blobfuse2, however I get the error: Error: mount directory is not empty Issue is that I want to mount into a non-...
nxn's user avatar
  • 129
0 votes
1 answer
111 views

I'm trying to make a simple transparent filesystem in fuse. I'm using this guide as a basis. This code works perfectly. I'm trying to modify it so that it compresses and then encrypts as well. So far ...
lee's user avatar
  • 782
0 votes
1 answer
107 views

I have a legacy fuse utility bundle which has a code logic to get secret code with AWS SDK Java 1,Now I am trying to convert them to use AWS SDK Java-2.30.3. I have added the secretmanager dependency ...
Augustin's user avatar
0 votes
1 answer
198 views

I'm interested in implementing a userspace char device in Linux using CUSE. In a Linux kernel driver for char devices, the kernel driver .read function is supposed to implement either blocking or non-...
Craig McQueen's user avatar
0 votes
1 answer
1k views

I have two Ubuntu machines, one serving as an NFS server (Machine A) and the other as an NFS client (Machine B). I have configured the NFS server on Machine A as follows: On Machine A: Installed the ...
pkthapa's user avatar
  • 1,101
0 votes
1 answer
106 views

I am upgrading Fuse bundles from 6.3 to 7.13. All the bundles are Spring-DM based with camel-context.xmls which is not supported in Fuse 7. After using "aries-blueprint-spring" feature the ...
Augustin's user avatar
1 vote
0 answers
119 views

Using libfuse3.16.2 lowlevel_api mode I have got two process A and B A: fuse_session_new fuse_session_mount fuse_session_loop_mt SIGHUP action: fuse_session_exit stop the mt loop sendmsg to B (send ...
Janos's user avatar
  • 13
0 votes
0 answers
38 views

When the application is sequentially writing data to a file, how does kernel sends it to the actual backend device (disk/fuse-based device). Does it maintain the order or not? This is without o-direct ...
Swetha's user avatar
  • 112
-1 votes
1 answer
403 views

I've successfully compiled hello.c from macFUSE examples and mounted it in macOS Sonoma. Although I wasn't able reach my macFUSE mount by navigating with Finder for the first time, this was resolved ...
vdudouyt's user avatar
  • 936

15 30 50 per page
1
2 3 4 5
46