To Map a Shared Drive on LAN Follow the Instructions :-
1) Open Command Prompt. (Start>Run>Type “cmd”> Press Enter from Keyboard).
2) In Command Prompt Type “ping” followed by IP Address of the Computer that Sharing the Drive. Example : ping 192.168.111.123
3) Check if reply is coming, if not then make sure that the computer sharing the Drive is Connected on LAN Properly.
4) Then Type “net view \IP Address Of The Shared Computer”
Example : net view \192.168.111.123
5) See which Drive is being Shared by the other Computer on the LAN.
6)Type “net use K: \IP Address Of The Sharing ComputerShared Drive”
Example : Suppose if the other Computer is Sharing it’s D: Drive then give the following Command
net use K:\192.168.111.123D
***** The Above IP Address given “192.168.111.123” is just to show Examples of the Commands, That IP is not owned by me, so do not try to use it by any means or you will be the one to be guilty, try all of the above at Your Own Risk.