Thread: NFS not working properly
hi all,
i'm fighting nfs4 , can't work properly.
server runs ubuntu 12.04, in /etc/exports have:
with can mount on laptop (ubuntu 10.04) withcode:/media/pictures 192.168.1.0/255.255.255.0(sync,no_subtree_check,rw,nohide)
have type every time start laptop.code:sudo mount 192.168.1.200:/media/pictures /mnt/sharedfiles/pictures -o nolock
if omit -o nolock, can't statd run.code:mount.nfs: rpc.statd not running required remote locking. mount.nfs: either use '-o nolock' keep locks local, or start statd.
in /etc/fstab on laptop have
since use wireless connection hook laptop network know not work automatically.code:192.168.1.200:/media/pictures /mnt/sharedfiles/pictures nfs4 rw,user,noauto 0 0
typeorcode:mount 192.168.1.200:/media/pictures,code:mount /mnt/sharedfiles/pictures.code:no such file or directory
adding -v mount command givesthe nfs share exists:code:mount.nfs4: timeout set sat sep 1 23:19:01 2012 mount.nfs4: text-based options: 'clientaddr=192.168.1.13,addr=192.168.1.200' mount.nfs4: mount(2): no such file or directory mount.nfs4: mounting outerrim:/media/pictures failed, reason given server: no such file or directory
and permissions 777 directory.code:showmount -e 192.168.1.200 export list 192.168.1.200: /media/pictures 192.168.1.0/255.255.255.0
i've read should add fsid=0 /etc/exports on server , mount 192.168.1.200:/pictures on client in case.
if don't see files on laptop.
appreciated.
regards,
michael
i followed tutorial https://help.ubuntu.com/community/settingupnfshowto , works.
need mount them automatically using wifi.
regards,
michael
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] NFS not working properly
Ubuntu
Comments
Post a Comment