You get a bonus - 1 coin for daily activity. Now you have 1 coin

Windows: Mounting a folder as a drive

Practice



Sometimes you need to mount a specific folder as a drive. subst and net (for connecting a network drive) will help us with this

subst lets you mount any folder as a separate drive with an assigned letter. Naturally, the contents of this drive will be the contents of the folder you specified as the source.

Syntax:
subst q: e:\downloads

mounts the downloads folder on logical drive E: as virtual drive Q:

subst q: /delete
deletes virtual drive Q:

net use q: \\server\shared

mounts the shared folder from computer SERVER as network drive Q:

net use q: /delete

deletes network drive Q:

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Operating Systems and System Programming"

Terms: Operating Systems and System Programming