How to mount a folder as a drive

M

Martin Murray

I know I can mount a disk drive as an NTFS folder, but how do I do the
opposite? I want a certain folder to mount as Drive D:

Thanks for any help in advance,

Martin Murray
 
P

Pegasus \(MVP\)

Martin Murray said:
I know I can mount a disk drive as an NTFS folder, but how do I do the
opposite? I want a certain folder to mount as Drive D:

Thanks for any help in advance,

Martin Murray

Here are a couple of ways:

a) By sharing:
net share xxx="c:\SomeFolder"
net use d: \\%computername%\xxx

b) By substitution:
subst d: "c:\SomeFolder"
 

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