Questions tagged [fuse]
Filesystem in Userspace (FUSE) is a loadable kernel module for Unix-like operating systems to make it possible to create userland filesystems, e.g. ntfs-3g.
218 questions
0 votes
0 answers
27 views
Posix filesystem features overlay [duplicate]
I have a remote system where I can create only files and directories. No symlinks, ACLs, hard links, devices, nothing. I think, it would be really useful to be able to use it even as a linux root ...
3 votes
1 answer
337 views
systemd .mount for FUSE fs via executable (or waiting for transient mount)
I have a Python script that utilizes FUSE bindings to create a FUSE filesystem. I would like to run the script automatically via systemd and have other units wait until the mount is created. I can ...
2 votes
1 answer
2k views
FUSE in rootless, unprivileged podman
Question Is adding CAP_SYS_ADMIN still the only way to get fuse working inside a rootless container (with either native overlay or fuse-overlayfs/other methods)? Examples Podman in podman This ...
11 votes
4 answers
1k views
How can I secure unencrypted credential files, for programs that assume them (like gmi/lieer)?
Brief Q: How can I cryptographically secure a credentials file that is stored on disk as plaintext? Or, rather: how can I avoid storing credentials like those for Gmail and other API keys on disk? ...
0 votes
0 answers
53 views
Shared folder remounts itself after umount
On a Oracle Linux 7.9 server, I have a directory that is mounted from another system. The fstab entry is: [email protected]:/opt/commonfiles /opt/commonfiles/ fuse.sshfs identityfile=/home/myuser/....
6 votes
2 answers
382 views
EPERM when formatting block device on a FUSE filesystem
TL;DR Attempting to format a block device on my FUSE file system fails with EPERM at the open syscall. Permissions are set to 777 and the necessary ioctls are stubbed, but no logs are printed from ...
3 votes
1 answer
3k views
modprobe fuse doesn't seem to load module
I'm trying to load the fuse kernel module but for some reason it seems like it's not getting loaded. But I also don't get any error message. Can someone explain to me what's going on? root@my-host:~# ...
2 votes
1 answer
3k views
Is curlftpfs missing in debian 12?
Tried to install curlftpfs in debian 12 says that the package is missing. While I understand that the package is still not active developed I use often curlftpfs inside some virtual machines transfer ...