04-02-2019, 09:19 PM
(This post was last modified: 04-02-2019, 09:29 PM by SirRyanTheGeek.)
Okay!
Changing it to use /dev/sda7 to match the same ext4 root filesystem worked like a champ. Now the filesystem looks like:
the /boot is off of the microSD card (which is fine to leave the img files there) and the rest of the setup is off of /dev/sda7. I could probably tweak it so that boot is off of /dev/sda6 but honestly that doesn't matter anymore. I just need to remember if I rebuild anything with the boot image, etc., that I make sure to update the proper img files.
For all intents and purposes, the microSD isn't being hammered now for I/O so this should be great.
Thanks!
Yep. I think I'll take the extra step and do it by UUID like you suggested in case I want to hang a backup drive off one of the USB 2.0 ports.
Thanks for your help!
Changing it to use /dev/sda7 to match the same ext4 root filesystem worked like a champ. Now the filesystem looks like:
Code:
rock64@rock64:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 2038168 0 2038168 0% /dev
tmpfs 408344 436 407908 1% /run
/dev/sda7 230596488 1278064 219910820 1% /
tmpfs 2041720 0 2041720 0% /dev/shm
tmpfs 5120 4 5116 1% /run/lock
tmpfs 2041720 0 2041720 0% /sys/fs/cgroup
/dev/mmcblk1p6 114446 10 114436 1% /boot/efi
tmpfs 408344 0 408344 0% /run/user/1000
the /boot is off of the microSD card (which is fine to leave the img files there) and the rest of the setup is off of /dev/sda7. I could probably tweak it so that boot is off of /dev/sda6 but honestly that doesn't matter anymore. I just need to remember if I rebuild anything with the boot image, etc., that I make sure to update the proper img files.
For all intents and purposes, the microSD isn't being hammered now for I/O so this should be great.
Thanks!
(04-02-2019, 09:11 PM)t4_4t Wrote: > sda7: linux-root
> mmcblk1p7: linux-root
That is because the labels are duplicated.
----
If you change the label of sda7, it works properly.
Yep. I think I'll take the extra step and do it by UUID like you suggested in case I want to hang a backup drive off one of the USB 2.0 ports.
Thanks for your help!