How does Linux's unlink on a NTFS filesystem differs from Window's own implementation?

Posted by DavideRossi on Server Fault See other posts from Server Fault or by DavideRossi
Published on 2011-11-14T08:12:53Z Indexed on 2011/11/14 9:57 UTC
Read the original article Hit count: 143

Filed under:
|
|

I have an external USB disk with an NTFS filesystem on it.

If I remove a file from Windows and I run one of the several "undelete" utilities (say, TestDisk) I can easily recover the file (because "it's still there but it's marked as deleted").

If I remove the file from Linux (I'm using Ubuntu) no utility can recover the file (unless I use a deep-search signature-based one). Why? It looks like Linux does not just "mark it as deleted" but it wipes away some on-disk structure, is this the case?

© Server Fault or respective owner

Related posts about linux

Related posts about ntfs