November 15, 201213 yr So I've just migrated from 4.7 to 5.0-rc8a and everything is going well except for getting my NFS mounts in order. Mounting a single disk actually mounts an entire user share. First off, I couldn't see where to change the NFS export settings in the 5.0 GUI so I did it via telnet. /etc/exports on unraid has: "/mnt/user/media-share" -async,no_subtree_check,fsid=100 *(rw,insecure,anongid=100,anonuid=99,all_squash) "/mnt/disk1" -async,no_subtree_check,fsid=100 *(rw,insecure,anongid=100,anonuid=99,all_squash) /etc/fstab on client has: 192.168.0.165:/mnt/user/media-share /path/to/media-share nfs rw,proto=tcp,nolock,noatime,rsize=32768,wsize=32768 0 0 192.168.0.165:/mnt/disk1 /path/to/disk1 nfs rw,proto=tcp,nolock,noatime,rsize=32768,wsize=32768 0 0 on unraid run: exports -ra /etc/rc.d/rc.nfsd restart on client run: sudo mount -a but /path/to/disk1 winds up having that exact same file tree as /path/to/media-share and permissions df -h shows /path/to/disk1 one having the same size as /path/to/media-share, which spans all disks Any ideas? Thanks in advance.
November 15, 201213 yr Author nm, got it you have to click on the particular disk from the main page to get to its NFS share params, kind of tricky. Oh, and I see I was using the same fsid for both shares, which mounted the same tree. working now
Archived
This topic is now archived and is closed to further replies.