[mythtv-users] nfs mounts

Nedim Cholich mythtv at cholich.com
Mon Nov 13 02:06:18 UTC 2006


On 11/12/06, Jack Lowry <jrlowry376 at adelphia.net> wrote:
>
> Not directly myth related, but there is a lot of nfs experience around
> here.
>
> I'm trying to use NFS to mount a filesystem exported from box A onto box
> B.
>
> I do the mount but box B cannot write to the filesystem exported from box
> A.
>
> /etc/export on box a contains
>
> /video *(rw)
>
> on box B is use:
> mount A:/video /mnt


You mean mount A:/video /mnt/video? You don't want /mnt to be your mount
point, do you? Here is my /etc/exports on the server:

/files/tv       192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)
/files/video    192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)
/files/pictures 192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)
/files/music    192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)

and my /etc/fstab on the client:
gazelle:/files/tv       /files/tv               nfs     ro
0 0
gazelle:/files/video    /files/video            nfs     ro
0 0
gazelle:/files/pictures /files/pictures         nfs     ro
0 0
gazelle:/files/music    /files/music            nfs     ro
0 0

You can use IPs instead of hostnames but I prefer hostnames. All the
directories under /files already exist on the client _prior_ to issuing
mount command.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20061112/07904c7f/attachment.htm 


More information about the mythtv-users mailing list