Wednesday, November 12, 2014

How do you mount a directory as a drive in Windows 7?



I have a directory on another drive that I want to show as a new virtual drive. How can I do that?


Answer



Use the subst command:



subst X: F:\some\folder



There is also a great freeware utility called Visual Subst to make things even easier:



alt text


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...