Results 1 to 2 of 2
How would I go about automounting a shared drive on a windows machine?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-02-2004 #1Just Joined!
- Join Date
- Nov 2002
- Posts
- 40
Automounting SMB shares?
How would I go about automounting a shared drive on a windows machine?
- 01-02-2004 #2Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
Syntax wise, this is correct. You'll probably have more trouble setting up the options part. For example, I'd use the option "username=administrator" on my for my Win2K share but still, I haven't been able to auto set this thing as you are looking for.Code:<machine name and share> <mount point> <fs> <options> <dump> <pass> //server/share /mnt/smb smbfs auto 0 0
Currnetly, I'm using smbmount to overcome this problem.The best things in life are free.


Reply With Quote
