Koozali.org: home of the SME Server

NAS Mount Issue

Offline stevezemlicka

  • *
  • 18
  • +0/-0
NAS Mount Issue
« on: March 15, 2010, 08:14:24 PM »
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:
Code: [Select]
/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.

Offline jester

  • *
  • 496
  • +1/-0
Re: NAS Mount Issue
« Reply #1 on: March 15, 2010, 09:10:11 PM »
Can you mount it manually?!