<div dir="ltr">On Thu, Jan 11, 2018 at 11:28 AM, Jim Abernathy <span dir="ltr"><<a href="mailto:jfabernathy@outlook.com" target="_blank">jfabernathy@outlook.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;"><div>I think i have moved most of my /var/lib/mythtv directory usage to other drives via the Storage Directories setup in mythtv-setup.  But I was thinking about for short term fixes if I could just use Clonezilla to copy everything on my 16GB boot Flash drive to
 a 64GB flash drive.  Would it really be that easy??</div><br></div></blockquote><div><br></div><div>It should be.  You have to be careful to expand the file system to the size of your hard drive with Clonezilla.  There is definitely an option for that but you can miss it.  That's the simplest choice.  Clonezilla will fix the bootloader install for you.<br></div><div><br></div><div>You could use this script here: <a href="http://www.linuxjournal.com/magazine/hack-and-migrate-new-hard-drive">http://www.linuxjournal.com/magazine/hack-and-migrate-new-hard-drive</a></div><div><br></div><div>I have used that script many, many times to migrate hard drives.  At the end you'll have to reinstall GRUB or your bootloader of choice.  That's the only tricky bit but it's not that hard.  You have to chroot into the new drive and run one command.  Otherwise, the drive will not boot.</div><div><br></div><div>You will also have to fix the UUIDs most likely in /etc/fstab.  Cut and paste is your friend here.<br></div><br>Chroot details here: <a href="http://bremford.org/tips/MigrateDiskInUbuntu.html">http://bremford.org/tips/MigrateDiskInUbuntu.html</a> and also another migration recipe (but I use the first link).</div><div class="gmail_quote"><br></div><div class="gmail_quote">Doing it the harder way pays off in the end.  You learn by doing.</div><div class="gmail_quote"><br></div><div class="gmail_quote">No matter what, BE CAREFUL to not mix up the drives using Clonezilla or a recipe.  Using the recipe, I mount the drives as /mnt/source and /mnt/target to be safer and more clear.  And I do an 'ls' to check beforehand that I haven't mixed them up.  It can happen.<br></div></div></div>