-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
So, bazil-fuse actually doesn't appear to work for the r/o use-case that in these examples. I've implemented attr and similar (with my r/w FS) but that didn't seem to do anything. Eventually I started the example (zipfs) and it shows the same defect for a r/o filesystem 🤬.
@tv42 before I start hacking Bazil to bits do you have any thoughts about why this is incomplete? Can I help at all? The STR is pretty straight-forward and impacts the editors mentioned in bazil/fuse#246 quite clearly.
[1] 309010
root@Orlando.OpenWRT.local/home/kyle/zipfs # cd egg
root@Orlando.OpenWRT.local/home/kyle/zipfs/egg # ls
7za.exe 7-zip.chm license.txt readme.txt
root@Orlando.OpenWRT.local/home/kyle/zipfs/egg # ls -la
total 0
-rw-rw-rw- 1 root root 587776 Nov 18 2010 7za.exe
-rw-rw-rw- 1 root root 91020 Nov 18 2010 7-zip.chm
-rw-rw-rw- 1 root root 1162 Mar 13 2010 license.txt
-rw-rw-rw- 1 root root 1254 Nov 18 2010 readme.txt
root@Orlando.OpenWRT.local/home/kyle/zipfs/egg # du -sh *
0 7za.exe
0 7-zip.chm
0 license.txt
0 readme.txt
root@Orlando.OpenWRT.local/home/kyle/zipfs/egg #
Metadata
Metadata
Assignees
Labels
No labels