Comment 5 for bug 187973

Revision history for this message
TerryG (tgalati4) wrote :

If this is a new disk, try going into rescue mode and partition manually with cfdisk.

Format the new Linux partition with:

mkfs /dev/sdb5

(Make sure you use the correct device number.)

Then check for integrity:

fsck -cc /dev/sdb5

Once you have verified the disk, you can be more confident during installation.