|
Question:
Is a linux partition primary or extended?One of my hard disks on my RAID 1 Linux system have failed. I've replaced it and I want to create the same partitions I have on the other hard disk. What is the linux command for determining is the partition primary or extended?
With the linux command sfdisk you can dump your partitions in sfdisk readable format:
(I copy this output from a debian installation) Well, you don't need to understand if your partitions are primary or extended. You can directly copy partitions from healthy hard drive to the new one. This code copies the partitions from harddrive A to harddrive B: Then you can start your recovery with the command ( of course you need to pass correct md0 or md1 corresponding to your partitions):
Vote:
Please vote! Your opinion matters!
If you haven't found what you've looking for, post a question
|
|