Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bazil-fuse: Chasing a ghost. #3

Open
KyleSanderson opened this issue Sep 13, 2020 · 0 comments
Open

bazil-fuse: Chasing a ghost. #3

KyleSanderson opened this issue Sep 13, 2020 · 0 comments

Comments

@KyleSanderson
Copy link

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 #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant