Answer the question
In order to leave comments, you need to log in
How to clone ext4 partitions?
Good day!
Two new RAID arrays have been added to the server on new fast disks. You need to transfer data from one to another and remount so that the partitions are named the same in the system. How to do it better using Linux, so as not to bother with acronis?
The migration should happen like this:
Answer the question
In order to leave comments, you need to log in
#отмонтировать диски
umount /dev/sdb1
umount /dev/sdc1
#посекторно перенести барахло
dd if=/dev/sdb of=/dev/sdd bs=4M status=progress
dd if=/dev/sdc of=/dev/sde bs=4M status=progress
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question