browsix icon indicating copy to clipboard operation
browsix copied to clipboard

OverlayFS `.deletedFiles.log` issue

Open bpowers opened this issue 9 years ago • 5 comments

Deleting .deletedFiles.log causes OverlayFS problems. The file is removed, but internally it seems to assume it is never removed. Revisit this when we've updated to latest BrowserFS to see if it is just fixed upstream.

bpowers avatar Apr 26 '16 02:04 bpowers

still a problem:

$ rm .deletedFiles.log
$ rm README
rm: unlink: -2
$ ls

(ls doesn't complete)

bpowers avatar Aug 22 '16 14:08 bpowers

Please file a bug report with a small, reproducible test.

jvilk avatar Aug 22 '16 15:08 jvilk

@bpowers try the fix I just pushed. I may make a new release if all seems well.

jvilk avatar Aug 23 '16 16:08 jvilk

Here is the fixed version: bfs-bugfix.zip

jvilk avatar Aug 23 '16 17:08 jvilk

oh awesome, I will try this out

bpowers avatar Aug 23 '16 17:08 bpowers