Technical Notes |
|
This technical note explains how to map NFS network drives with password caching enabled using Reflection NFS versions 11.0 - 11.0.2.
If you have Reflection NFS password caching enabled, for your mapped drives to be restored on Windows startup you must enter your NFS user name and password when creating the NFS mapped drive. If you do not specify a user name and password while mapping the drive, your password may not be cached properly and you may be prompted for your user name and password each time you restart Windows (even though password caching is enabled).
To map an NFS drive and cache your NFS user name and password, follow the steps for one of the two methods listed below.
Figure 1: Connect using a different user name
Figure 2: Connect AsYour NFS user name and password are now cached with the mapped NFS drive.
You can execute the net use command at the Windows command (DOS) prompt, or create a .bat file that maps all of your drives. You must specify password and user name, and the /PERSISTENT switch must be set to YES.
NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]] [/USER:[domainname\]username] [[/DELETE] | [/PERSISTENT:{YES | NO}]]
Syntax may vary slightly depending on the operating system. To verify the syntax required for your host, use the net use ? command.
net use r: \\daisy\export\home blue /USER:janet /PERSISTENT:YESor
net use * \\daisy\export\bob bobs_password /USER:bob /PERSISTENT:YES