| Home |
|
» Kategorien
» Seiten » Suche |
« Solr Multicore: Installation, Configuration TemplaVoilà: Default content for empty fields »
Converting MBR Partition Tables to GPTMSDOS MBR Partition Tables make it impossible to use Partitions larger than 2 TiB. This is a pitfall you maybe will be faced with after expension of a RAID array. The only solution is to convert the MBR Partition Table to GPT (GUID Partition Table). This can be done quite easily by using GPT fdisk. sgdisk -g device (for example sgdisk -g /dev/sda) Warning: doing this will make your system unbootable as there’s no longer a master boot record existing. Donnerstag, September 23rd, 2010 and is filed under Administration, Linux / Unix. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed. One Response to “Converting MBR Partition Tables to GPT”
© 2007 - 2009 Thorsten Boock
nerdcenter is proudly powered by
WordPress
Entries (RSS) and Comments (RSS). Calella | Lloret de Mar Reisen | Stalker Clear Sky | Empire Total War |
» Archiv
|
September 2nd, 2011 at 03:28
Thanks!!!