Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to recover from an partially formatted disk?

disk recover
0
Posted

How to recover from an partially formatted disk?

0

recover, disk Often people (mostly on Intel) complain about a formatted disk (sometimes partially) due to an installation process error of some other OS. There is a chance to recover most of the data.

0

recover, disk Often people (mostly on Intel) complain about a formatted disk (sometimes partially) due to an installation process error of some other OS. There is a chance to recover most of the data. The following assumes you are on Intel, other hardware user have to handle things much less complicated, but the way is similar: * Prepare a new hard drive for booting * Don’t try to repair the broken drive! * On Intel run fdisk to repartition the drive as it was before. If you are not able to do this, you are lost. Delete all evtl. new created partitions. By repartitioning, you won’t loose data on the drive. * Run disk on the broken drive e.g. type disk -rsd1h. * Now scan the disk for superblocks by entereing the scan command at the interactive disk command prompt. * If your disk was partially formatted, use a higher superblock number to supply fsck with an new superblock. E.g. if a superblock was found at 3145 use fsck -b3145 -y /dev/sd1a (assuming the first partition is the broken one)

0

recover, disk Often people (mostly on Intel) complain about a formatted disk (sometimes partially) due to an installation process error of some other OS. There is a chance to recover most of the data. The following assumes you are on Intel, other hardware user have to handle things much less complicated, but the way is similar : * Prepare a new hard drive for booting * Don’t try to repair the broken drive ! * On Intel run fdisk to repartition the drive as it was before. If you are not able to do this, you are lost. Delete all evtl. new created partitions. By repartitioning, you won’t loose data on the drive. * Run disk on the broken drive e.g. type disk -rsd1h. * Now scan the disk for superblocks by entereing the scan command at the interactive disk command prompt. * If your disk was partially formatted, use a higher superblock number to supply fsck with an new superblock. E.g. if a superblock was found at 3145 use fsck -b3145 -y /dev/sd1a (assuming the first partition is the broken on

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123