[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Using Condor (Windows) with Linux File Servers



On 1/5/06, Carl Howard <carl.howard@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
> I use the 'net use' command to map a drive from a windows machine to another
> server.
<snip>
> c:\windows\system32\net use B: \\myserver.engineering.edu\condorshareddirec
> passwordhere /USER:userthatcanaccessthedirectory /PERSISTENT:NO
>
> dir B:
<snip>

Good advice but a note of caution for those with SMP machines - the
behaviour net use is per user. should you at any point in the future
use the same account for both VM's then you may have issues, not to
mention accidental persistence of the drive mapping, deviceless
connections are not persistent (at least as of the current versions).

It is safer to avoid using a device name and make your
applications/scripts capable of using the unc name directly.

Matt