Linux
Find UUID of a Volume
ls -la /dev/disk/by-uuid/
List all Partitions
fdisk -l
grep by Hex Value
grep $'[\xNN]'
Migrate Filesystem to New Drive via rsync
rsync -avH --progress --delete -x /usr /mnt/gentoo
ls -la /dev/disk/by-uuid/
fdisk -l
grep $'[\xNN]'
rsync -avH --progress --delete -x /usr /mnt/gentoo