How to make mirror copy of entire logical volume (/dev/sdaX) in linux

1. create ma partition by using disk utility or command prompt (i.e /dev/sda10)

2. Do no mount this as it will take more time to copy.

3.

dd if=/dev/sda9 of=/dev/sda10
This entry was posted in Linux. Bookmark the permalink.

Leave a comment