gpart: table 'da0' is corrupt; operation not permitted
Michael Sierchio
kudzu at tenebras.com
Tue Jul 16 20:50:07 UTC 2013
On Tue, Jul 16, 2013 at 1:44 PM, aurfalien <aurfalien at gmail.com> wrote:
> Upon doing;
>
> gpart destroy da0
>
> I get;
>
> gpart: Device busy
crude but effective:
DISK=da0
offset=`diskinfo $DISK | awk '{ print $4 - 131072 }'`
dd if=/dev/zero of=/dev/$DISK bs=64k count=1
dd if=/dev/zero of=/dev/$DISK bs=64k seek=$offset
gpart create -s gpt ${DISK}
More information about the freebsd-questions
mailing list