Line 127:
Line 127:
For more information, check: http://bugs.contribs.org/show_bug.cgi?id=2154
For more information, check: http://bugs.contribs.org/show_bug.cgi?id=2154
−
<br />
+
*For disks previously formatted as GPT this is insufficient. It's probably best to use gdisk or parted or partx to delete the partitions; there are other tools that will work. Parted has limited support for LVM.
−
+
*To remove the (hardware) RAID configuration that is stored at the end of the drive, do:
−
*For disks previously formatted as GPT this is insufficient. It's probably best to use gdisk or parted or partx to delete the partitions; there are other tools that will work. Parted has limited support for LVM.<br />
+
#dd if=/dev/zero of=/dev/sdx bs=512 count=2048 seek=$((`blockdev --getsz /dev/sdx` - 2048))
====Upgrading the Hard Drive Size====
====Upgrading the Hard Drive Size====