Removing a hard link

U

uSlackr

I was doing some testing with mklink today. I'm looking to move a
(non-system) folder from C: to my new data drive. I used mklink /j
C:\c_test e:\e_test to create a link. I noticed that when I deleted
c:\test, the contents of e:\test were also deleted. I expected this given
the definition of hard link. I was confused that e:\Test was not also
deleted.

But, my real question is, once I create a hard link, how can I remove it
without deleting the target? In my example, how can I remove C:\c_test
without removing E:\e_test.

Thanks

\\Greg
 
U

uSlackr

I hate to answer my own questions because it means I wasn't done researching when I asked...

You can use fsutil to do this:

fsutil reparsepoint delete c:\c_test

I suspect there is a more obvious solution. Please share if you know.

\\Greg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top