[SOLVED] Mapping drive without letter

jan.visnovsky9

Reputable
Mar 5, 2018
7
0
4,510
Hello, could you guys please help to figure this out with me. Is there a way to map internal HDD as a network drive without Letter ? Bassicaly I want to mimic our server at work so the paths are the same (\\xxserver\blahblah) so i can work from home without the hussle of managing those paths manually. I do not need the automatical mirroring as i will be mannualy copying only needed folders. Thank anyone to help.
 
Solution
Mapping network share means assigning drive letter to the share. It's the definition of mapping.
Mapping share without a drive letter - doesn't make any sense.

So you want to access your HDD as \\xxserver\blahblah
  1. create share on your HDD and name it "blahblah"
  2. edit \windows\system32\drivers\etc\hosts file and add line
127.0.0.1 xxserver
That's it.
Next time you try to access \\xxserver\blahblah , you'll be redirected to share on your HDD.
If you want to access real xxserver again, then delete added line from hosts file.
Mapping network share means assigning drive letter to the share. It's the definition of mapping.
Mapping share without a drive letter - doesn't make any sense.

So you want to access your HDD as \\xxserver\blahblah
  1. create share on your HDD and name it "blahblah"
  2. edit \windows\system32\drivers\etc\hosts file and add line
127.0.0.1 xxserver
That's it.
Next time you try to access \\xxserver\blahblah , you'll be redirected to share on your HDD.
If you want to access real xxserver again, then delete added line from hosts file.
 
  • Like
Reactions: jan.visnovsky9
Solution