zipfs icon indicating copy to clipboard operation
zipfs copied to clipboard

bazil-fuse: Chasing a ghost.

Open KyleSanderson opened this issue 5 years ago • 0 comments

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 https://github.com/bazil/fuse/pull/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 #

KyleSanderson avatar Sep 13 '20 00:09 KyleSanderson