Results 1 to 2 of 2
Hey, i want to know what are all possible ways of mounting network drive during boot up.
I want to mount a remote drive which contains some config file of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-28-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 5
Urgent : Shared network dirve
Hey, i want to know what are all possible ways of mounting network drive during boot up.
I want to mount a remote drive which contains some config file of several process,the drive should be mounted at boot up so that all the configuration files are available during boot up.
Please help...
- 07-28-2010 #2
You're going to want to edit fstab and add something similar to the following in your list of drives:
//server/share /mnt/dir smbfs username=user,password=p@$$w0rd 0 0
The first part is going to be the host server, second part will be the local mount point, third part is the filesystem (smbfs if it is a windows or samba share) then obviously user name and password.
Once that has been added, your system will mount it along with the other drives on boot.


Reply With Quote
