PDA

View Full Version : [ubuntu] NFS with NAS not working



gibbylinks
June 12th, 2010, 09:54 AM
Hi All

I can't get my NAS drive to mount using NFS in etc/fstab

can anyone see anything wrong ?

192.168.1.111:/mnt/IDE1/music /mnt/musicbox nfs intr 0 0

this gives me "mount.nfs: an incorrect mount option was specified" error message

I can connect at the command prompt, but only if I don't use the "-t nfs" option !! this gives me the same error.

I have all the necessary pacakages installed and as I say I can connect at the command pompt using
sudo mount -v 192.168.1.111:/mnt/IDE1/music /mnt/musicbox -wThanks

paradoxni
June 12th, 2010, 11:13 AM
try


192.168.1.111:/mnt/IDE1/music /mnt/musicbox nfs user,rw,auto

gibbylinks
June 12th, 2010, 10:15 PM
same error :confused: