Solved Mapped Network Drive accessible, just not from Windows Explorer

DextrousDave

New member
Member
VIP
Local time
12:41 PM
Messages
135
Hi All

I am on a Work Network at work, windows 7 PC on a windows domain

I have a mapped network drive called \\persr11. Now it is mapped to the drive letter F:. Now the problem is that when I try to access the drive from Windows Explorer(Computer), it says: "F:\ is not accessible. Device is not ready."

However, when I access it from the search bar like this: \\persr11, it goes into the drive, all fine.

How do I remap the network drive to the letter F to access it? Prefereble Command Prompt please. I tried the following command but it did not work, not for F: and not for any other letter:

net use f: /persistent:yes \persr11
 

My Computer My Computer

Computer Manufacturer/Model Number
MSI
OS
Windows 7 Ultimate x32
CPU
Intel Core 2 Quad Q9400 @ 2.66GHz
Motherboard
MSI
Memory
2048MB
Graphics Card(s)
NVIDIA GeForce GTX 275
Monitor(s) Displays
Generic PnP Monitor
Hard Drives
2x HDD Drives (ATA Devices) 140GB and 368GB
Cooling
Fans
If you go to command prompt, or make a batch file this will work. Make sure right after the \\SERVERNAME\Directory
net use f: \\persr11\DIRECTORY /user:LOGIN_NAME PASSWORD
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP, DELL
OS
Win7 64bit, Win7 32bit, Win Server 2008/2003
Thank you 1pcman, it works
 

My Computer My Computer

Computer Manufacturer/Model Number
MSI
OS
Windows 7 Ultimate x32
CPU
Intel Core 2 Quad Q9400 @ 2.66GHz
Motherboard
MSI
Memory
2048MB
Graphics Card(s)
NVIDIA GeForce GTX 275
Monitor(s) Displays
Generic PnP Monitor
Hard Drives
2x HDD Drives (ATA Devices) 140GB and 368GB
Cooling
Fans
Back
Top