0

So I started working for a company that has a Windows Small Business Server 2003 as the domain controller with the workstations being Windows 7.

We have a Linux server with Samba installed, which acts like a file server. The current setup has us logging into the workstation as the user and mapping the drive, because we have a single account for the Linux server.

Is there a way for the network drive to auto-mount for each of the users, regardless of the workstation they're on?

1 Answer 1

0

Just map the drive from explorer and check the reconnect option.

or from a command line:

net use z: \Server\Share /P:Yes

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .