Subject: Re: trying to disklabel and newfs sd1
To: None <windsor@warthog.com>
From: Ken Nakata <kenn@synap.ne.jp>
List: port-mac68k
Date: 08/13/1999 13:47:34
On Thu, 12 Aug 1999 23:27:09 -0500, Rob Windsor <windsor@warthog.com> wrote:
> : (r) maverick; dmesg | egrep '^sd'
> sd0 at scsibus0 targ 0 lun 0: <QUANTUM, FIREBALL1280S, 630G> SCSI2 0/direct 
> fixed
> sd0: 1222 MB, 4135 cyl, 4 head, 151 sec, 512 bytes/sect x 2503872 sectors
> sd1 at scsibus0 targ 1 lun 0: <SEAGATE, ST15150N, 0023> SCSI2 0/direct fixed
> sd1: 4095 MB, 3712 cyl, 21 head, 107 sec, 512 bytes/sect x 8388315 sectors
> 
> : (r) maverick; disklabel sd1 > /tmp/foo    
> : (r) maverick; disklabel -r -R sd1 /tmp/foo
> : (r) maverick; disklabel -r -i sd1         
> [do my stuff here]
> : (r) maverick; newfs /dev/rsd1a
> newfs: /dev/rsd1a: open: Device not configured
> 
> eh?

Unfortunately mac68k doesn't support native BSD disklabels.  You still 
need to create MacOS style partitions.

I thought somebody ported pfdisk to NetBSD, anybody?

Ken