[mythtv-users] OT: NFS craziness

David Linville dlinvill at networksdown.com
Mon Jul 14 22:30:26 UTC 2008


On Sat, Jul 12, 2008 at 4:41 PM, Roger Heflin <rogerheflin at gmail.com> wrote:

> You cannot export that way, each actual device needs to be separately
> exported,
> the exports on /mnt don't carry over to other devices mounted in the same
> directory tree, they never have.
>
> You will also have to mount *EACH* different device on the remote end, it
> appears from the man page to be possible to not mount each different
> devices it
> with options (on both ends), but some of the notes listed seem to indicate
> that
> there will be issues it a lot of cases.
>
>
I just switched to NFSv4 and now I still have to export each submounted file
system I only need a single top level mount on the clients.  All submounts
have the data I expect.

That along with idmapd made my life quite simpler.

I don't know if I'm going to regret going to v4 for other reasons

mounts on server:
/dev/sda3 on /myth type xfs (rw,noatime,allocsize=512m)
/dev/sdd1 on /myth/tv type xfs (rw,noatime,allocsize=512m)
/dev/sdb1 on /myth/tv2 type xfs (rw,noatime,allocsize=512m)
/dev/sdc1 on /myth/tv3 type xfs (rw,noatime,allocsize=512m)


/etc/exports on server:
/myth           192.168.1.91/32(rw,no_subtree_check,nohide,fsid=0)
/myth/tv        192.168.1.91/32(rw,no_subtree_check,nohide)
/myth/tv2       192.168.1.91/32(rw,no_subtree_check,nohide)
/myth/tv3       192.168.1.91/32(rw,no_subtree_check,nohide)

fstab on clients:
mythtv:/        /myth           nfs4 intr,rsize=8192,wsize=8192,timeo=14 0 0

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20080714/945b61b3/attachment.htm 


More information about the mythtv-users mailing list