I'm trying to mount a WD My Book Live Network Storage to my three PCLos's (2.6.38.8-pclos1.bfs and 2.6.32.24-pclos1.bfs).
I'm able to mount -a it with either NFS or SMB using something like /etc/fstab below. However, it never mounts automatically at boot up (including with an explicit auto or explicit user... I've tried various combinations of options). I'm getting the same behavior on all machines.
# Entry for /dev/sdb7 :
UUID=a6828b89-0149-4811-800c-6696c17cdc33 / ext4 defaults 1 1
MyBookLive.localdomain:/nfs/Public /Public nfs rsize=8192,wsize=8192,nosuid,soft 0 0
#//mybooklive/Public /Public cifs workgroup=workgroup,username=harts,password=dummy,uid=500,gid=500 0 0
# Entry for /dev/sdb6 :
UUID=0906398e-dd23-4517-a272-d4e9d5fec319 /data ext3 defaults 1 2
none /dev/pts devpts defaults 0 0
none /proc proc defaults 0 0
# Entry for /dev/sda6 :
UUID=19E18BB504CE2D4C /winpart ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sdc5 :
UUID=6048b898-fb42-4b92-852e-fd162606e53f swap swap defaults 0 0
The directory exists...
[root@localhost ~]# ls -ld /Public
drwxr-xr-x 2 harts root 4096 Sep 8 21:54 /Public/
I looked through /var/log/messages and dmesg to see if there are any errors when mounting. I'm not sure if that is where a boot mount error would show up. Is there any way to capture what is happening during the mounting at boot?