Thread: NFS Export not allowing read write
hi,
running 12.04.2 lts, mediatomb, deluge, webmin , nfs exports. mediaserver
client machine mac.
if connect nfs by: command+k nfs://ip/export/tv/tv
connects, lists directory , allows me execute can't create folders or files.
fstab looks this:
code:gnu nano 2.2.6 file: /etc/fstab # /etc/fstab: static file system information. # # use 'blkid' print universally unique identifier # device; may used uuid= more robust way name devices # works if disks added , removed. see fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / on /dev/sda1 during installation uuid=f4fff3f1-1007-48df-b4c4-a59acd621102 / ext4 errors=remount-ro 0 1 # swap on /dev/sda5 during installation uuid=225e9a95-7f10-4fe6-8495-c47ba1d608a9 none swap sw 0 0 # movies entry uuid=0000a369-1d53-49de-914d-0ae8b7b1c53c /media/movies ext4 auto,rw 0 0 # tv entry uuid=900d9a55-413f-43a7-b473-3ebe7abcecc0 /media/tv ext4 auto,rw 0 0 # music entry uuid=36aef72e-188f-4679-8f44-01e1a8a5a63f /media/misc ext4 auto,rw 0 0 # kids entry uuid=025dc5a7-c33e-4727-bee8-81eb1fb46c64 /media/kids ext4 auto,rw 0 0 /media/kids/tv /export/tvextra bind bind 0 /media/movies /export/movies bind bind 0 /media/misc /export/misc bind bind 0 /media/tv /export/tv bind bind 0 /home/ftp /export/ftp bind bind 0 /var/lib/deluge /export/torrent bind bind 0
exports looks this:
code:gnu nano 2.2.6 file: /etc/exports # /etc/exports: access control list filesystems may exported # nfs clients. see exports(5). # # example nfsv2 , nfsv3: # /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check) # # example nfsv4: # /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check) # /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check) # /export (insecure,no_subtree_check,rw,nohide,fsid=0) /export/tvextra 192.168.1.0/255.255.255.0(rw,sync,all_squash,insecure,anonuid=1000,anongid=1000,no_subtree_check,nohide) /export/movies 192.168.1.0/255.255.255.0(rw,sync,all_squash,insecure,anonuid=1000,anongid=1000,no_subtree_check,nohide) /export/misc 192.168.1.0/255.255.255.0(sync,anongid=1000,no_subtree_check,no_root_squash,anonuid=1000,insecure,rw,nohide) /export/tv/tv 192.168.1.0/255.255.255.0(sync,anongid=1000,no_subtree_check,no_root_squash,anonuid=1000,insecure,nohide,rw) /export/ftp 192.168.1.0/255.255.255.0(rw,sync,all_squash,insecure,anonuid=1000,anongid=1000,no_subtree_check,nohide) /export/torrent 192.168.1.0/255.255.255.0(rw,sync,all_squash,insecure,anonuid=1000,anongid=1000,no_subtree_check,nohide)
can confirm belong 1000:
code:user@svr1:/var/lib/deluge$ id -u user 1000 user@svr1:/var/lib/deluge$ id -g user 1000
can tell me why? has worked in past after rebuilding server no longer working same way.
what permissions on exported path ? uid/gid allowed write ?
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] NFS Export not allowing read write
Ubuntu
Comments
Post a Comment