On Sun, Feb 29, 2004 at 08:44:22PM +0100, Elimar Riesebieter wrote: > zsh: sure you want to delete all the files in > /mnt/testwrite [yn]? y > HFS+-fs: request for non-existent node 10158080 in B*Tree > HFS+-fs: request for non-existent node 10158080 in B*Tree > > which I dont understand. > > Anyone else experienced the new hfsplus modul?
I used to know the code pretty well, but it's changed a lot since then. My guess is that something got deleted before you were actually done with it. A standard UNIX filesystem is much better about holding onto files in use during unlink due to the separation of directory entries and inode data. However, HFS and HFS+ store all that information together, so it's hard to unlink a file while it is open. Brad Boyer [EMAIL PROTECTED]