Subject: Re: SCSI problem (again :-)
To: None <port-vax@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-vax
Date: 05/20/1999 20:18:07
In article <99052021172802.05998@turre> oh1jty@netti.fi (Mika Hintsala) writes:
>3 partitions:
># size offset fstype [fsize bsize cpg]
> a: 350000 0 unused 0 0 # (Cyl. 0 - 999)
> b: 58574 350000 unused 0 0 # (Cyl. 1000 -1167*)
> c: 408574 0 4.2BSD 1024 8192 16 # (Cyl. 0 -1167*)
>
>boxi# disklabel -W sd0 (Tried all compination i could find)
>boxi# disklabel -B sd0
>boxi# shutdown now
>!rebooted everything!
What you want to do is to make the fstype of a 4.2BSD and the fstype of b
swap. The fstype of c should be unused, because it should refer to the
whole disk. You cannot newds a partition unless it is of an fstype that
newfs understands.
You should make sure that the partions do not overlap. Also you should make
more partitions to mount /usr /var etc. Try using disklabel -i sd0
christos