On January 9, 2010 04:02:02 pm Ken Moffat wrote:
> 
> 1.  I tried nfs-utils-1.2.1, but mount objected to one or more of
> my options on each of my (nfsv3) mounts, e.g. something in
> 
> myserver:/path/to/sources /sources nfs rw,hard,intr,_netdev,tcp 0 0
> and
> myserver:/path/to/notes /home/ken/notes nfs rw,hard,intr,noauto,tcp,user 0
> 0
> 
>  I'm at a loss to identify what changed (strace just showed 'invalid
> option' for the call, man 5 nfs doesn't show anything obvious).

I just ran into this with 1.2.1 and 1.2.2. fstab and CLI require "vers=3" 

host:/share /mnt/pnt nfs rw,vers=3 0 0
mount -v -o vers=3 -t nfs host:/mnt/pnt /mnt/pnt

fwiw 1.2.2 requires libcap


-- 
Regards,
Trent.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to