I am trying to mount my NAS to test out some video streaming options (thinking bout using vlc but other suggestions are welcome).
I get an error upon boot that Mount point 0 does not exist. Here is my fstab:
/dev/main/root / ext3 usrquota,grpquota $
/dev/md1 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/main/swap swap swap defaults 0 0
/dev/hdc /media/cdrom auto pamconsole,exec,noauto,$
/dev/fd0 /media/floppy auto pamconsole,exec,noauto,$
//192.168.1.254/shared /home/e-smith/files/ibays/Primary/html/nas cifs
user,rw,suid,credentials=/root/.passwd/nas 0 0
I have confirmed the credentials. I have also confirmed the folder was created at /home/e-smith/files/ibays/Primary/html/nas. Wondering what i did wrong.