Skip to main content

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.

0 votes
0 answers
27 views

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 ...
peterh's user avatar
  • 10.5k
3 votes
1 answer
337 views

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 ...
tsj's user avatar
  • 207
2 votes
1 answer
2k views

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 ...
rudib's user avatar
  • 1,794
11 votes
4 answers
1k views

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? ...
Krazy Glew's user avatar
0 votes
0 answers
53 views

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/....
Hussain Akbar's user avatar
6 votes
2 answers
382 views

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 ...
J-Cake's user avatar
  • 229
3 votes
1 answer
3k views

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:~# ...
MoRe's user avatar
  • 133
2 votes
1 answer
3k views

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 ...
user3450548's user avatar
  • 3,104

15 30 50 per page
1
2 3 4 5
15