Hope to support NTFS Features:
1. Support sparse file copy or move.
2. To support hard-Link, point to a file multiple files to reduce the space occupied,and copy or move.
This feature is very useful
Hope to support NTFS Features:
Moderators: Hacker, petermad, Stefan2, white
Hardlinks may harm if you don't know what you're doing (e.g. you have multiple links to same file and modify file via one of them).
You may create hardlinks via external tools like NTFS Links, also it allows to create junctions to folders.
You may create hardlinks via external tools like NTFS Links, also it allows to create junctions to folders.
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
How is that harm? The file gets modified (as you likely wanted). The only problem I've run into with hardlinks, whether it is windows handling of them, TC or the tools that are doing the heavy lifting:MVV wrote:Hardlinks may harm if you don't know what you're doing (e.g. you have multiple links to same file and modify file via one of them).
You may create hardlinks via external tools like NTFS Links, also it allows to create junctions to folders.
1) The date is not updated on hardlinked files, when one of the others are changed.
2) The count of hardlinks isn't reduced when one of the hardlinks are removed or deleted.
And the restriction on hardlinks under XP/2K (whether the same holds true for Vista/7 (?)) makes them mostly unusable to me: the hardlink must reside on the same physical drive.
On XP you can use Junctions on folders to 'tunnel' files across multiple volumes.And the restriction on hardlinks under XP/2K (whether the same holds true for Vista/7 (?)) makes them mostly unusable to me: the hardlink must reside on the same physical drive.
On Vista/W7, Symbolic Links can be used for files. They work across multiple volumes and over network drives too.
The Count isn't decremented if hardlink is moved to Recycle Bin. It is decremented when Recycle Bin is cleared.The count of hardlinks isn't reduced when one of the hard links are removed or deleted
If you delete hardlink with shift+del, count will be decremented immediately.
W7 (at least x64) heavily uses hard links and junctions. Almost all files in system32 are hardlinked. Support for "new" NTFS features would be very handy.
And [tc.size] reports 0 for symbolic links. I believe this is a bug. It should report size of the target file.
Lot's of things can harm, if you don't use them properly. However, I always thought of TC as advanced file manager which gives users various tools to work with. And as such, having the ability to work with these NTFS features makes perfect sense to me.MVV wrote:Hardlinks may harm if you don't know what you're doing (e.g. you have multiple links to same file and modify file via one of them).
You may create hardlinks via external tools like NTFS Links, also it allows to create junctions to folders.
I'd also add out of the box support for junctions to the list. TC already supports them partially (displays and deletes them properly), could also create them as well.