1

I got from Hetzner a Server with Centos 6.3 + Plesk (2x3TB Software Raid 1), but the disk partition table is in MS-DOS format with no support for more than 2TB partitions.

I want to change the partition table into GPT format to get one big partition (and keep the software raid).

/dev/sdb1               1        1045     8388608+  83  Linux
/dev/sdb2            1045        1110      524288+  fd  Linux raid autodetect
/dev/sdb3            1110      134785  1073741824+  fd  Linux raid autodetect
/dev/sdb4          134785      364802  1847607768    f  W95 Ext'd (LBA)
/dev/sdb5          134785      364802  1847606744   fd  Linux raid autodetect

Disk /dev/md0: 8589 MB, 8589922304 bytes
Disk /dev/md1: 536 MB, 536858624 bytes
Disk /dev/md3: 1891.9 GB, 1891949166592 bytes (contains only /home, its empty)
Disk /dev/md2: 1099.5 GB, 1099511488512 bytes

Can someone help me with a guide? I am not a newbie, but this time I am confused about this.

w5m
  • 151
  • 8
user164200
  • 11
  • 2

1 Answers1

1

Hetzner has a good tutorial how to partition and install a server with the rescue system and installimage http://wiki.hetzner.de/index.php/Installimage

txwikinger
  • 903
  • 7
  • 14
  • Nice idea, to bad that installimage is this time not useful it needs that msdos partion to install. – user164200 Mar 12 '13 at 18:42
  • I complained to Hetzner about installimage's limitation of not supporting GPT a while ago and they said they were working on adding GPT support but it might be a while. Meanwhile you can edit a local copy and make the needed changes (if you're brave); it's just a perl script. – allquixotic Mar 12 '13 at 18:47