Skip to main content

All Questions

Tagged with
3 votes
0 answers
2k views

How to delete all hardlinks to the same file (inode)?

I've used Link Shell Extension to create a bunch of hardlinks in different directories within the same hard drive (to save space, as I need both stored in different locations). When I want to delete ...
keiju's user avatar
  • 31
4 votes
1 answer
8k views

On Windows 7 how do you check to see if a file is a hardlink? [duplicate]

I just created a hardlink in Windows 7 using mklink. When I use dir the output doesn't indicate that the new hardlink is a hardlink. Instead it looks exactly like the file it is pointing to. Example ...
Trevor Boyd Smith's user avatar