Subject: Re: ufs2 on netbsd 1.6.1
To: Selvan Naidoo <selvany@cat.co.za>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 08/25/2003 11:12:06
On Mon, 25 Aug 2003, Selvan Naidoo wrote:

> I am trying to create ufs2 filesystems on my secondary hard drive
> but with no luck. I am using the "newfs -O 2 /dev/wd1a " command and
> my o/s on the primary drive is NetBSD 1.6.1. Any ideas as to what my
> problem is?

Why "-O2"? What architecture? "disklabel wd1" has to show an "a:"
partition before you can create a file system. On most platforms,
you create it with "disklabel", but on mac68k, for instance, you
have to use one of a variety of other tools. What error do you get?

Frederick