Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2001 23:07:13 -0500
From:      Rod Person <roddierod@yahoo.com>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Problems creating a filesystem on a new SCSI drive.
Message-ID:  <20011210230713.08e9608c.roddierod@yahoo.com>

next in thread | raw e-mail | index | archive | help
I have just install a new SCSI drive, it is drive da1.

I read the handbook and tried to format it in 'Dedicate' mode and 'non-dedicate'. Either way when I reach the point of issuing the following command:
	newfs -d0 /dev/rda1e
I get the error that 'e' partition is unavailble. I have tried this a few times and I even did a low level format.

Here may complete attempt.

dd if=/dev/zero of /dev/rda1 bs=1k count=1
disklabel -Brw da1 auto
disklable -e da1 # I didn't edit just :q out of vi
newfs -d0 /dev/rda1e
then the error....

What can I do or did I do wrong. I also tried to use /stand/sysinstall and the same thing happens.

Rod


roddierod@yahoo.com

"I'm a character in a world gone wrong!"
	- Entombed - Returning to Madness

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011210230713.08e9608c.roddierod>