Date: Sat, 27 Jul 1996 13:29:43 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-current@FreeBSD.org (FreeBSD-current users) Cc: ernie@spooky.eis.net.au (Ernie Elu) Subject: Re: Adding a second scsi drive Message-ID: <199607271129.NAA00538@uriah.heep.sax.de> In-Reply-To: <199607261236.WAA06937@spooky.eis.net.au> from Ernie Elu at "Jul 26, 96 10:36:24 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
As Ernie Elu wrote:
> Can someone one email me a set of instructions on how to add a second scsi
> drive with -current without using sysinstall?
I mailed my procedure a dozen times:
disklabel -Brw sd1 auto
disklabel -e sd1 # edit partitions
for filesys in `get file system partitions of sd1`
do
newfs -d0 /dev/rsd1${filesys}
done
vi /etc/fstab
This creates ``dangerously dedicated'' drives (thus no `fdisk'
required), as long as this is fine with you, the above is perhaps the
easiest way.
> Sysinstall still core dumps when I try and usr it to partition and and
> disklabel the second drive.
Analyze it, and tell Jordan about the actual problem.
--
cheers, J"org
joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607271129.NAA00538>
