*BSD News Article 69198


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!disco.iinet.net.au!news.uoregon.edu!news.u.washington.edu!root
From: kargl@troutmask.apl.washington.edu
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Isntalling a New Hard Drive!
Date: 23 May 1996 05:56:15 GMT
Organization: Applied Physics Laboratory
Lines: 35
Message-ID: <4o0ulv$m07@nntp5.u.washington.edu>
References: <4nfbha$qbs@mirage.nlink.com.br>
NNTP-Posting-Host: ppp-C0.apl.washington.edu

     Paulo Fragoso <paulo@nlink.com.br> wrote in article <4nfbha$qbs@mirage.nlink.com.br> :
>
>Hi all,
>
>Is there any way of installing a new hard drive in a pre-installed system?
>
>Paulo Fragoso.
>
>

Yes, you can install a 2nd hard drive.

(1)  Turn off computer
(2)  Install hard drive --- with the wealth of info you supplied ---
     lets assume it is a 2nd SCSI-II drive.
(3)  Make sure cable termination is correct.
(4)  Reboot system
(5)  Edit kernel config file to include the following
     device sd1 at scbus0 target 1 unit 0
(6)  Config and rebuild kernel and install new kernel
(7)  Make sure you have the block and character devices
     cd /dev ; sh MAKEDEV sd1
(8)  Run disklabel to label the disk
(9)  Run newfs on each partition
(10) Edit /etc/fstab to add those partitions to mount at boot up
(11) reboot

PS: You should read the man pages for disklabel(8) and newfs(8)


Steve

Permission is hereby granted to forward this message in its entirety to
whomever you like unless I explicitly state that the content is confidential.