[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: disklabel fails to find partitions



You need to manually add the new entries to the disk label.
Ext2 and dos partitions are only included when the initial
label is created--if you have added things since then they
won't just show up automatically.

I find it easiest to use 'disklabel -e wd0' and then just paste
in the non-BSD entries from the output of "disklabel -d wd0".

 - todd