Subject: Re: disklabel in mac68k port.
To: Takeshi Shibagaki <ie9t-sbgk@asahi-net.or.jp>
From: Bob Nestor <rnestor@augustmail.com>
List: port-mac68k
Date: 09/24/2000 08:32:59
Takeshi Shibagaki wrote:

>Hi, This is Takeshi Shibagaki.
>
>Does disklabel command have a bug? I typed "disklabel -e wd0"
>, and edited disklabel in wd0, and wrote & saved.
>
>But disklabel didn't change at all. I typed "newfs -T "4.2BSD"
>-f 1024 -b 8192 /dev/rwd0a", still not changed.
>
>Why?

Native disklabels are not supported in the mac68k port right now, just 
faked incore bsd style disklabels which are constructed from the Apple 
Disk Partition Map on boot.  So the only thing the disklabel command will 
do is display the current disklabel; it won't let you modify them.

-bob