How To Map To An Nas Drive From Windows Vista

ticle explains how to "map" to a NAS drivepane. Wait a moment, and then in the right-hand
attached to your local network in Windows Vista.pane you should see your NAS drive (it may take
A NAS(Network Attached Storage) drive is ana few seconds to appear). You will now see the
extra hard drive that can be plugged into yourtext to enter for drivename (for instance,
home network and accessed from any computerLS-MEDIA).
- although originally intended as data backupThe username and password sections are the
devices, many NAS drives are sold as mediausername and password you use to access the
drives, allowing you to store all of your music,drive. If you are unsure what these values are,
photographs and videos in one place, and thencheck the manual that accompanied your network
"streaming" the content to computers and mediadrive. In this example, we will assume they are
players anywhere in your home. These devices"admin" and "mypassword". (Note that this
simply plug into your router with a standardmethod of mapping is really only suitable for
Ethernet cable and become instantly visible to anyhome networks, because although the "echo off"
computer on the network. "Mapping" is theline hides the username and password being
process whereby your computer makes aprinted every time the script is run, it can easily
connection to such a device.be accessed by anyone who has logged into the
To prevent unauthorised access to suchmachine.)
information, most NAS drives require you toGiven this information, the text we would type
enter a username and password when you firstwould be:echo offecho Mapping media server...net
attempt to "map" to the drive. Windows Vistause \\LS-MEDIA mypassword /user:admin
helpfully offers to remember this username andNow save this file and call it something like
password for you, so you don't have to re-input"mapdrive.bat". The .bat extension is important,
the information every time you boot up yourbecause it tells Windows that the file is a script
computer. However, there is a problem: it doesn'tthat contains commands and can be run; be
work. This leaves users with the frustratingcareful here, because programs like Notepad will
problem of re-keying in data every time theautomatically add a .txt extension unless you
computer is turned on or off.explicitly type .bat after the filename. Now place a
There is a solution, however. Start up a simplecopy of this script in All Programs->Startup (right
editing program like Notepad - avoid using a wordclick on the Windows button, select "Open all
processor, such as Word here, because you wantusers", click on "Programs", then "Startup", then
to save the document in the simplest file formatcopy and paste your script inside this folder).
possible. Now enter the following lines:echoNow, every time you start your computer,
offecho Mapping media server...net useWindows Vista will automatically map your
\\drivename password /user:usernamenetwork drive and enter the name and password
To find out your drive name, make sure yourfor you - meaning that when you start programs
NAS drive is turned on and attached to thelike iTunes or Windows Media Player, you will have
network. Now double click on "Computer" on thefull access to your media collection without
desktop, then select "Network" in the Foldersretyping information.