network drives : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

network drives
When you have a LAN (Local Area Network), it is possible to read and write drives on other machines on the local network. Because of security concerns, it generally won’t work for drives out on the Internet. There are two basic methods:
  1. With drive letter mapping. You use the Map Network Drive command to map an unused drive letter such as M: to a drive or directory in somebody else’s machine. Click My Network Neighbourhood ⇒ drill down to the machine, drive and directory ⇒ click Tools ⇒ Click Map Network Drive. Thereafter you use the letter M: as if it were a local drive.
  2. With explicit server naming. You use filenames of the form:
    \\server\sharename\directory\file.ext
    Here is an example of a BAT (Batch) file using the explicit server and share name:
    rem Using Explicit Server name.
    rem copy the G:\dl tree on the local machine to the roedyacer machine,
    rem to share name F (usually mapped to F:), and the dl directory
    rem Note, the share name has no colon, even when it represents a drive.
    xcopy G:\dl\*.*  \\roedyacer\F\dl\  /SEYD
For this to work, the owner of the drive has to do two things:
  1. Mark the drive or folder shared. He should select the drive in my computer ⇒ right click share.
  2. Under Advanced Sharing, give you permission to read and or write the drive. Without that permission, the drive will either be invisible, or will appear to be broken.

Gotchas

When either you or the machine whose drive you are using reboots, the connection is broken. It generally reestablishes the link without hassle if the server (the machine with the files) fires up first. So the simplest way to reestablish a link is to try a reboot. You can also try poking around in Network Neighbourhood using refresh to prod the connection back to life.

This page is posted
on the web at:

http://mindprod.com/jgloss/networkdrive.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\networkdrive.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[3.129.249.105]
You are visitor number