|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Help with NFS Share
|
On 3/17/2010 9:58 AM, Eric H. Johnson wrote:
> /var/lib/mythtv/videos
> *(rw,async,insecure,no_root_squash,no_subtree_check)
...
> On the client I enter:
>
> sudo mount 10.0.0.7:/videos /var/lib/mythtv/videos
>
Eric -
You need to give the full path on the server. Try a
mount 10.0.0.7:/var/lib/mythtv/videos /var/lib/mythtv/videos
And you should be all set.
- Steve
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|