I am using Windows 7 and have successfully mounted an nfs drive using the Windows NFS Client. I would now link to symlink (or create a junction in different terminology) a folder to a location on a native NTFS drive. Is this at all possible or is there another way to accomplish this?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You can use mklink /d to create a directory entry that point to a network share. I haven't tested with NFS.

Note: you need to run this with elevated permissions

link|improve this answer
I think mklink only works on local drives. – Jason Christa Apr 29 '11 at 1:27
Not true. I tested before posting. We use it in production – uSlackr Apr 29 '11 at 3:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.