fstab mount on reboot not working
|
11th Jan, 2014, 07:54 AM
Post: #17
|
|||
|
|||
RE: fstab mount on reboot not working
@stumax:
As you are mounting a cifs filesystem and not nfs, defining the version will not bring you anywhere. If you want to mount nfs "nfsstat" will give you the version number. An example of my fstab entries: 192.168.0.30:/mnt/HD/HD_a2/ /media/media nfs nouser,noatime,vers=3,auto,rw,dev,exec,suid 0 0 You could try the quick and dirty version by adding "mount -a" into the rc.local. The Problem is, that this is bypassing the start scripts. Greetings |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Cannot Mount SMB share via Fstab | ttsk8r | 1 | 9,476 |
17th Jul, 2013 09:55 PM Last Post: Gwystyl |