You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
[email protected]/home/kyle/zipfs # cd egg
[email protected]/home/kyle/zipfs/egg # ls
7za.exe 7-zip.chm license.txt readme.txt
[email protected]/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
[email protected]/home/kyle/zipfs/egg # du -sh *
0 7za.exe
0 7-zip.chm
0 license.txt
0 readme.txt
[email protected]/home/kyle/zipfs/egg #
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: