Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mount a Folder as a Drive (Junction)?

I would like to Mount a Folder as a Letter using Windows XP.
E.g. I want c:\MyFolder to be mounted as M:\

How to achive this?

like image 496
Jaster Avatar asked Sep 02 '25 05:09

Jaster


1 Answers

Use the subst command.

subst m: c:\myfolder
like image 101
Logan Capaldo Avatar answered Sep 05 '25 01:09

Logan Capaldo