oh ok, nice suggestion, thank you, i will / have done that.
Roger
Nick Rout wrote:
Anyway, your solution works. But you may be better to make the command:
mount -a -t cifs
which will restrict it to just mounting the cifs mounts.
On Tue, January 15, 2008 2:24 pm, Roger Searle wrote:
I have resolved this issue by adding "mount -a" to /etc/rc.local. fstab
mounts are attempted before the required modules are loaded (my
interpretation of the problem following reading various forums and
trying a few things as below).
On Tue, 2008-01-15 at 09:16 +1300, Roger Searle wrote:
Hi, I can't figure out why the following 2 lines from /etc/fstab are
failing to mount the drives, though they will mount manually by doing
"sudo mount //jupiter/backup" or "sudo mount /network/jupiter/data/".
//jupiter/data /network/jupiter/data cifs
credentials=/home/roger/.smbpasswd 0 0
//jupiter/backup /network/jupiter/backup cifs