Questions tagged [fuse]
Filesystem in Userspace (FUSE)
13 questions
4
votes
1
answer
2k
views
Why FUSE might be considered insecure on server?
OpenSUSE comes with several predefined permissions settings. Paranoid one is most restrictive. While I understand why it blocks stuff like virtualization or tty broadcasts for non-root users I don't ...
1
vote
1
answer
5k
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="/...
56
votes
8
answers
60k
views
Is it possible to use FUSE with Windows?
(FUSE). Preferably without admin rights. An example would be sshfs, maybe via MSYS?
0
votes
1
answer
9k
views
Risks of removing fuse from Linux (to get rid of .fuse_hidden files)
What are the side effects of removing fuse from Ubuntu server 16.04?
Each time I want to remove a movie from this machine, it just gets renamed to .fuse_hidden<some_long_number>.
Stopping the ...
54
votes
3
answers
46k
views
Is it possible to mount a .tar file?
The only result of any import when I searched for this was from 2001.
In the intervening decade, have any tools/methods for mounting a tar file as a filesystem (perhaps utilizing fuse) been created?
...
27
votes
3
answers
31k
views
Getting `sshfs` working on WSL or finding an alternative
My university's CS department has its own server used for development (from here on out, dev.univ.edu). I have SSH and SFTP access to this server, and I was hoping to do some heavy work on my Windows ...
20
votes
7
answers
22k
views
Reading an encfs volume from Windows?
I've been looking into encfs as a solution to encrypt my personal data. However I want to access this data both on Linux and Windows on different machines (synced through Dropbox). So far all Google ...
3
votes
6
answers
3k
views
Gaming blew fuse and causes funny smell: how to overcome?
I've been gaming for a while now. When playing certain games this PC goes into overdrive. The fan starts to sound like a jet engine it get so busy. Also I have smelt a smell which smells like glue and ...
3
votes
3
answers
2k
views
Compressed, read-write file system within a single file?
Is there any free Windows software which can create compressed archives, and subsequently mount them transparently (with write capability) onto another directory?
So far, the only such program I have ...
1
vote
1
answer
1k
views
Linux Fuse module - determine supported file systems
Wondering how you can determine what filesystems are supported via FUSE on a Linux system? I ask as the performance of any NTFS formatted USB HDD I attach to my Netgear DGN2200v3 is painful and write ...
1
vote
1
answer
980
views
Using fuse and webdav on linux vps
I have a 20GB VPS running Linux 2.6.32-042stab124.2 The server is used to automatically analyze big firmware files, therefore I want to mount my 1TB webdav using davfs2.
Davfs2 depends on fuse, I ...
0
votes
1
answer
1k
views
Linux - How to disable disk cache for a specific mount point?
Is it possible to disable disk cache for a mount point on Linux system?
I have a s3fs mount on multiple systems and i need to disable disk cache for it. how can i achieve this?
0
votes
0
answers
1k
views
Backing up and recovering data from ext4 to NTFS
On my Linux machine, I am going to do a copy for some data (files and directories) from a hard disk with an ext4 partition to an external drive with a fuseblk partition, as a copy backup.
According ...