How to find Hardlinked dirs in FS

  • Thread starter Thread starter Björn Andersen
  • Start date Start date
B

Björn Andersen

Hi,

we use hardlinked dirs on some of our win2k3 servers using the linkd.exe
util in the reskit.
the util can only create and drop. Is there a way to search for hardlinks on
dirs, display all hardlinks on a drive,
mark linked folders different or any other management functions?

Hlscan.exe is exactly what we want but sadly it only scans for files with
hardlinks and doesn't display linked directories.

thanks for help.

Björn Andersen
 
This one is very primitive. I hope it helps!

dir /s |findstr "Directory <JUNCTION>"
Directory of D:\Documents and Settings\Disks
2005-02-15 PM 06:21 <JUNCTION> DVD-ROM
2004-04-27 PM 01:22 <JUNCTION> MS-DOS

George Valkov
 
Hi,

thanks. Not the best formatted result, but a nice start. Will make a little
batch from that that gets rid of the garbage-dirs around.
that helped a lot.

Björn Andersen
 
Back
Top