Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2011 08:45:28 +0000 (GMT)
From:      "Thomas Mueller" <mueller6727@bellsouth.net>
To:        freebsd-questions@FreeBSD.org
Cc:        n dhert <ndhertbsd@gmail.com>
Subject:   Re: using /sbin/gpart to add GPT volume
Message-ID:  <20111011090638.D7640106566C@hub.freebsd.org>
References:  <CAEFCw4smoYgvrjGxPuLSkYmivTgVR2ZNOdUwjGc4jfpLXx-4xg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I don't think you can use gpart on a slice of an MBR-partitioned disk.

You can run "man gpart" if you didn't already; I didn't see anything to migrate an MBR partition table to GPT.

The older gpt, which NetBSD still uses, can migrate an MBR partition table to GPT.

You could try Roderick Smith's gdisk

http://www.rodsbooks.com/gdisk/

which is found, among other places, on the System Rescue CD

http://sysrescccd.org/

also in sysutils/gdisk in FreeBSD ports tree.

Rod Smith's gdisk can make a wider variety of partition types than gpt or gpart,
and can also migrate an MBR partition table to GPT.


Tom




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111011090638.D7640106566C>