Skip to content
Discussion options

You must be logged in to vote

I actually asked around and I had the following response from another person:

Yeah, there are no inodes on NTFS. That part of the explanation was only referring to UNIXoid systems. But the general concepts of "a file with a specific name and path" and "the data in the file" still exists, so conceptually you can think similarly about it. The mentioned FILE_SHARE_DELETE is not equivalent to the UNIX behavior though because it doesn't actually free the name, it only hides it. For example if you delete a file while someone still has a handle open with FILE_SHARE_DELETE, you can't create a file under the same name until they close the file. So for a robust delete you would have to rename to f…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ruben1PvP
Comment options

@ruben1PvP
Comment options

@ruben1PvP
Comment options

Answer selected by ruben1PvP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant