View Single Post
Old 09-30-2015, 04:50 PM   #3
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
That is an artifact of the fuse work-around for the fact that a file under a MS-Dos file system can not be deleted (more properly: unlinked) while open (in-use).

Other than /mnt/base-us and its shadow /mnt/us, the rest of the file system tree is on a file system that does allow the directory entry to be unlinked (deleted) from the data storage while open.
The file system will do the actual 'removal' (add the storage space to the free space) when the use count reaches zero.

Any un-delete file utility is probably more reliable.

People have been un-deleting files from ms-dos storage since 1981 and some of the utilities have been around nearly that long.

It is a good thing these Kindles are grayscale - otherwise lab126 probably would have tried to emulate the BSD also.
knc1 is offline   Reply With Quote