Click to Rate and Give Feedback
TechNet
TechNet Library
Windows Server
A-Z List
Fsutil
 Fsutil hardlink
Collapse All/Expand All Collapse All
Fsutil hardlink

Updated: April 17, 2012

Applies To: Windows 7, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista

Creates a hard link between an existing file and a new file.

fsutil hardlink create <NewFileName> <ExistingFileName>
fsutil hardlink list <Filename>

 

Parameter Description

create

Establishes an NTFS hard link between an existing file and a new file. (An NTFS hard link is similar to a POSIX hard link.)

<NewFileName>

Specifies the file that you want to create a hard link to.

<ExistingFileName>

Specifies the file that you want to create a hard link from.

list

Lists the hardlinks to Filename.

This parameter applies to: Windows Server® 2008 R2 and Windows® 7.

  • A hard link is a directory entry for a file. Every file can be considered to have at least one hard link. On NTFS volumes, each file can have multiple hard links, so a single file can appear in many directories (or even in the same directory with different names). Because all of the links reference the same file, programs can open any of the links and modify the file. A file is deleted from the file system only after all links to it have been deleted. After you create a hard link, programs can use it like any other file name.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
directory updates can be slow.      Jasen1 ... yukari833   |   Edit   |   Show History
XP(pro)SP3$0 $0 appending to one of the linked files does not immediatley update the displayed size of the other.$0 $0 eg:$0 $0 md example$0 cd example$0 echo test > a$0 fsutil hardlink create b a$0 echo more >> b$0 dir$0 type a > nul$0 dir$0 $0 also timestamps etc are slow to update, nothing seems to happen until the file is opened.$0
Tags What's this?: Add a tag
Flag as ContentBug
Incorrect function      LoKashya ... Thomas Lee   |   Edit   |   Show History
When I try to use this (on my c: drive which is NTFS) I get "Error: Incorrect function" and I can't find an explanation for why!
[tfl - 16 01 10] Hi - and thanks for your post.You should post questions like this to the Technet Forums at http://forums.microsoft.com/technet or the MS Newsgroups at http://www.microsoft.com/communities/newsgroups/en-us/.  You are much more likely get a quick response using the forums than through the Community Content. For specific help about:
Exchange : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.exchange%2C&;;
SQL Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.sqlserver%2C&;;
Windows : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows%2C&;;
Windows Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows.server%2C&;;
Virtual Server : http://groups.google.com/group/microsoft.public.virtualserver/topics?lnk
Full Public : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C&;;

Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker