[mythtv-users] [OT] Problem getting recordings working with NFS

Stephen P. Villano stephen.p.villano at gmail.com
Thu Oct 17 12:58:16 UTC 2013


On 10/17/13 8:46 AM, Dan Wilga wrote:
> On 10/16/13 11:33 PM, Phill Edwards wrote:
>> I am no expert at all with NFS, but I just checked my working
>>
>>     /etc/exports, and the thing that I can see that is different is the
>>     fsid values.  Your first (root) entry should be fsid=0, and all the
>>     others should be different integer values.  The fsid identifies the
>>     filesystem and has to be different for each entry.  I just have mine
>>     as 0, 1, and 2.
>>
>>  
>> Thanks so much, you hit the nail right on the head! The problem was
>> indeed because I had duplicate fsid values. Are you sure you're not
>> an expert :) 
>>
> I've been using NFS for many years, and have never seen a need for the
> fsid parameter. IMHO, it's probably best to just leave it out and let
> NFS derive a number by itself. It will use either the UUID or the
> device number. It's only in the rare case where a particular device
> has neither of these that you need to add this parameter.
>
>
> _______________________________________________
>
To tell the truth, my other NFS points don't use fsid, only the one on
the large fakeraid. Can't recall *why* I ended up resorting to fsid,
might have been that the device number wasn't usable by nfsd to derive
its own number though.
An example of my other exports file entries is below:
/var/lib/mythtv/recordings   
192.168.0.0/24(ro,async,no_root_squash,no_subtree_check)
I toyed with the notion of setting it rw, but as I don't write to those
directories from remote systems, I didn't bother.
If I need to manually write to those directories, I'll do it via my ssh
session.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20131017/2567158e/attachment.html>


More information about the mythtv-users mailing list