Linux: Difference between revisions

From The Incoherency.Net Wiki
Jump to navigation Jump to search
Denis (talk | contribs)
No edit summary
Denis (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:


  fdisk -l
  fdisk -l
== grep by Hex Value ==
grep $'[\xNN]'
== Migrate Filesystem to New Drive via rsync ==
rsync -avH --progress --delete -x /usr /mnt/gentoo

Latest revision as of 07:39, 19 November 2010

Find UUID of a Volume[edit]

ls -la /dev/disk/by-uuid/

List all Partitions[edit]

fdisk -l

grep by Hex Value[edit]

grep $'[\xNN]'

Migrate Filesystem to New Drive via rsync[edit]

rsync -avH --progress --delete -x /usr /mnt/gentoo