Linux: Difference between revisions
Jump to navigation
Jump to search
New page: TODO: Insert distro-neutral Linux notes here. |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== 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 | |||