You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
> Where is the number of hard links stored[?]
On filesystems such as EXT2/EXT3/EXT4: In the inode.
On filesystems such as NTFS: In the MFT record.
> and why does that place not also have the path-and-filenames for them?
What makes you think that it hasn't? Don't tar all filesystem formats
with the same brush. On NTFS each MFT record has a $FILE_NAME attribute
for each hard link to a file that records the MFT record of the
containing directory and the directory entry's name.
Adam Funk
unread,
Sep 9, 2011, 3:48:52 PM9/9/11
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
OK, fair enough. I'm only familiar with the ext ones.