Closed CatGarab closed 7 years ago
@jacoffey3 The two umounts are due to the way the directories are mapped.
/home
maps to mmcblk1p3.
/home/microsd
maps to mmcblk0p2, but since it's technically a subdirectory of /home
, the first umount will only unmount mmcblk0p2.
So umount 1 does everything except mmcblk1p3, umount 2 finishes it
@CatGarab Ahh I get it. Might put a note in there for why both are needed.
umount
command must be run twice in order to successfully transfer the new SD image to the eMMC