<div dir="ltr">On Fri, Nov 30, 2018 at 10:20 AM Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz">stephen_agent@jsw.gen.nz</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 30 Nov 2018 07:30:26 -0600, you wrote:<br>
<br>
>On Fri, Nov 30, 2018 at 2:12 AM Stephen Worthington <<br>
><a href="mailto:stephen_agent@jsw.gen.nz" target="_blank">stephen_agent@jsw.gen.nz</a>> wrote:<br>
><br>
>> On Fri, 30 Nov 2018 08:07:45 +0530, you wrote:<br>
>><br>
>> >On Fri, 30 Nov 2018 07:28 Richard Shaw <<a href="mailto:hobbes1069@gmail.com" target="_blank">hobbes1069@gmail.com</a> wrote:<br>
>> ><br>
>> >> Anyone see other options?<br>
>> >><br>
>> ><br>
>> >Or create symbolic links in /var on the new SSD pointing to the correct<br>
>> >directories on the old HD mounted under /mnt, e.g.:<br>
>> ><br>
>> >cd /var<br>
>> >sudo ln - s /mnt/oldhd/pictures .<br>
>> >sudo ln - s /mnt/oldhd/mythvideos .<br>
>> >sudo ln - s /mnt/oldhd/mythmusic .<br>
>> ><br>
>> >Cheers, Ian<br>
>><br>
>> Actually, there is no need to do anything so complicated.  All those<br>
>> directories can simply be changed in the MythTV settings.  And those<br>
>> settings are now out of date, as all of them can also be set up as<br>
>> storage groups now.  So you should probably just go into mythtv-setup<br>
>> > Storage Groups and add the groups you need.  Note that storage<br>
>> groups are referenced from the backend - the data is sent to<br>
>> mythfrontend from mythbackend, and mythbackend accesses the<br>
>> directories.  The old settings are used by mythfrontend to directly<br>
>> access the directories, so if you are running separate frontends, you<br>
>> need to have network paths to access the data if it is actually stored<br>
>> on the backend box.<br>
>><br>
><br>
>Well, my question is more about the file system hierarchy than mythtv<br>
>settings. I am using Storage Groups but I'd like to stay within the<br>
>defaults of the RPM Fusion package (which I help maintain) if possible.<br>
><br>
>It could be that it's wildly out of date but it's also very difficult to<br>
>migrate major changes automagically for users so thing tend to stay the way<br>
>they're established.<br>
><br>
>I may need to do a "fresh" install in a VM so I can see how things default.<br>
>My combined FE/BE installation is >10 years old at this point.<br>
><br>
>The problem is there is not a single "root" folder for mythtv the way it's<br>
>currently packaged. It could have been:<br>
><br>
>/var/lib/mythtv/{pictures,mythmusic,mythvideos,recordings}<br>
><br>
>Which would have given me a single directory to tie things in but instead<br>
>it's:<br>
><br>
>/var/lib/{pictures,mythmusic,mythvideos,recordings}<br>
><br>
>Plus a bunch of other stuff in /var/lib...<br>
><br>
>So it looks like the simplest solution if I don't want to move things<br>
>around is my original idea.<br>
><br>
>Thanks,<br>
>Richard<br>
<br></blockquote><div><br></div><div><div style="font-family:monospace,monospace" class="gmail_default">I use bind mounts as well.  I have several external arrays connected over e-sata (I like the enclosures) and I use it for more than MythTV, but bind mounts just make it easier to add a single mount that the entire system just recognizes afterward.  I toyed with union mounts, but it decreased the throughput speed by more than I was willing to accept.</div><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">-Greg<br></div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You are still misunderstanding.  Using the storage groups the way<br>
MythTV is designed allows you to put things wherever you want.  Just<br>
move them to where you want them, then point the storage groups to<br>
where they are.  That is the correct and simplest solution.  That is<br>
the way MytTV is designed to work.  Things in MythTV are not designed<br>
to have a single "root" directory, as that has far too many<br>
limitations and problems.  The initial setup provided by the packages<br>
is just so that MythTV will work when it is installed.  It is not<br>
intended to be the way a real system is set up - it does not work well<br>
as things scale up.<br>
<br>
My system is way too big to have everything on one drive.  I have<br>
seven recording drives and three video drives, for example.  That is<br>
easy with storage groups - just add each new partition on each drive<br>
as one entry in the appropriate storage groups.  I have two locations<br>
where I store pictures - one for all my camera photos and one for<br>
downloads.  They are on different drives, with an entry in the storage<br>
group for each location.<br>
<br>
In Ubuntu, the packages install the initial setup in /var/lib/mythtv,<br>
as you have suggested.  But there is no need at all to keep things<br>
there.  It seems that the packages you are using do it differently,<br>
but there is still no need to keep using those locations.  Just put<br>
things where ever *you* want them.<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</blockquote></div></div>