-
Hello slaeshjag. I see several years have passed since your .dbp work began.
aufs is apparently not available for my kernel 5.8. I do not know how to build it.
Since OverlayFS is available and…
-
The following code:
```
unionfs = require('unionfs')
ufs = unionfs.ufs
fs = require('fs')
ufs.use(fs)
fsMonkey = require('fs-monkey')
patchFs = fsMonkey.patchFs
patchFs(ufs)
fs.readdirSyn…
-
I have ACD union with local files for plex.
Union mount: unionfs-fuse -o cow,allow_other,direct_io,auto_cache,sync_read "$LOCALMOUNT_DEC"=RW:"$ACDMOUNT_DEC"=RO "$UNIONMOUNT" 2>> "$LOGFILE"
An…
-
## Issue description
As of NixOS 18.09 `nixos-generate-config` can write an incorrect unionfs mount when used on the livecd without `--root /mnt`
```
fileSystems."/nix/store" =
{ device …
-
I was looking an alternative to BoxBuddy (sorry, I hate Flatpak) and tind your project. When I tried to build AppImage following your steps, I have issues.
1. `sudo ./tempenv.sh start` output is `…
-
Hey cool project!
Would you be willing to give some type of attribution or credit as to where you've sourced parts of your project code from?
In case you've forgotten...
**Exhibit 1:**
- Ou…
-
Last night I was quite tired for lack of sleeping but I had been tinkering for a few hours with `patchFs`, `requireFs`, `memfs`, `unionfs`, `linkfs`.
I went through a few errors with short stacktrace…
-
```
$ wget https://github.com/probonopd/libhookexecv/releases/download/continuous/NotepadPlusPlus-7.7.1-x86_64.AppImage && chmod +x NotepadPlusPlus-7.7.1-x86_64.AppImage && ./NotepadPlusPlus-7.7.1-x8…
Chaz6 updated
4 years ago
-
I've tried to run go-fuse tests and got:
```
(neo) (z-dev) (g.env) kirr@deco:~/src/neo/src/github.com/hanwen/go-fuse$ go test -count=1 ./...
? github.com/hanwen/go-fuse [no test files…
-
1. Start a container.
2. Write to it.
3. Shut it down.
4. Elsewhere, start the container.
5. boom changes.
## Discussion
1. Does this require changes in unionfs?
2. Or are we talking about having ipfs…