Tagged Questions

1
vote
2answers
156 views

Creating directory hard links in MacOS X?

How can I create a hard link to a directory in OSX? This feature has been added to their file system in 10.5 (for time machine), but I could not find any information on actually u …
0
votes
2answers
65 views

Deduplicating identical files using hard links

I have a couple of identical files stored in more than one place on my hard disk. I figure I can save a lot of disk space by hard-linking them to point to the same file. I am a lit …
11
votes
10answers
1k views

What is the difference between a symbolic link and a hard link?

Recently I was asked this during a job interview. I was honest and said I knew how a symbolic link behaves and how to create one, but do not understand the use of a hard link and h …
0
votes
1answer
61 views

How to create a Hardlink using the New-Hardlink PowerShell PSCX command

I want to create a new Hardlink with the PowerShell Community Extensions PSCX commandlet New-Hardlink http://pscx.codeplex.com/. I have read the man file and tried almost every com …
2
votes
1answer
192 views

Using hardlinks when cloning a Mercurial repository under Windows

I am using Mercurial under Windows XP (using the TortoiseHg distribution) and I want to use NTFS hardlinks when cloning a repository. Out of the box Mercurial does not do this. I h …
1
vote
0answers
133 views

To see hardlinks by `ls` [closed]

I run ln /a/A /b/B I would like to see at the folder a where the file A points to by ls. How can you see the actual hard link by ls?
3
votes
1answer
171 views

Find out whether a file is a symlink in Powershell

Edit: Changed the question title since the answer explicitly only handles Symlinks. I am having a Powershell script which is walking a directory tree and sometimes I have auxiliar …
0
votes
3answers
311 views

fsutil hardlink doesn’t work?

I was looking for a way to create hard links under Windows and I found this page: http://technet.microsoft.com/en-us/library/cc788097.aspx To try it out, I created a file (1.txt) …