Subject: Re: Using disklabel -e wd0 to add new partition
To: sucho2 <sucho2@vt.edu>
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
List: netbsd-help
Date: 01/30/2002 16:44:11
>I finally figured out how to do it.  It seems that it doesn't get 
>automatically updated.  I did this and it worked:
>
># disklabel -e wd0

I think you wanted disklabel -e -r wd0 (or maybe -R instead of -r).

This brings up something I've always wondered:

Is there ANY ever reason to update only the in-core disklabel versus
the on-disk label?  If there is, I would stipulate that it doesn't
happen that damn often.  Maybe we should change the defaults for disklabel
so by default it always updates the in-core and on-disk disklabel?  It
sure would eliminate a lot of confusion.

--Ken