bindfs
bindfs copied to clipboard
Mount a directory elsewhere with changed permissions.
I'm using `sudo bindfs -o direct_io,allow_other,dev /dev run/dev`. However, accessing `run/dev/pts/0` gives me `Input/output error`.
I mounted `/proc` with `bindfs`. However, when running a dotnet 5.0 app, I get `Failed to resolve full path of the current executable [/proc/self/exe]` My command: `[sudo] bindfs -o [suid,]dev`
The man page documents some known caveats with `--multithreaded`. They should be fixed so we can confidently default to multithreaded mode. A simple global lock around accessing file attributes should...
As of now, bindfs behaves like `--rbind`. It would be useful to be able to opt-out from this behavior. Ideally, it should've probably been the default, but it's not possible...
This new feature allows to hide files specified by a slash-separated list, --file-filter=r:*.png/d:dir1/junkfile/..., optionally POSIX globs and matching file modes can be specified. Files not appears in all directories, any...
This tests fails when running as uid not 0 and with --no-allow-other. ``` --- mntdir with space --- [ ] fusermount3: entry for .../lib/alpine/aports/testing/bindfs/src/bindfs-1.15.1/tests/tmp_test_bindfs/a b not found in /etc/mtab ERROR:...
To implement maybe as a separate fuse module, so it can be reused on top of other fuse file systems. Upon fuse_getattr, this would return values read from an extended...
In order to access the hard drive from my out-of-action MacBook, I attached my 'Home' partition via a USB connection to another machine. Both running Ubuntu 17.04 As I'm the...
Hello, i'd like to use bindfs to mount one directory to another, while i'd like the second one to have some disk space limit. Eg.: I'll have 1GB disk mounted...
Hello, this is first step for size limiting ( #32 )