-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, 25 Nov 2001, Alexander Shaw wrote:
>
>I've now got my system up and running and want to add an extra hard drive.
>
>Have searched the net and can't find the answers. How exactly do I do it,

Make sure Kudzu will run when you reboot:

  chkconfig kudzu on

Install the drive and boot the system. Your BIOS should detect the new 
drive. If not, you will need manually reconfigure your BIOS.

During the boot process, Linux should report the existance of the drive. 
Run "dmesg | less" and look for lines like these:

  hda: ST34311A, ATA DISK drive
  hdc: Compaq CRD-8322B, ATAPI CD/DVD-ROM drive
  hdd: ST3491A, ATA DISK drive

If you do not see the new drive, you have a non-trivial problem. If the new 
drive is there, it should have been added by Kudzu. You should be able to 
run fdisk to partition it:

  fdisk /dev/hdd

After running fdisk, put a filesystem on the partition. Assuming you 
created a single partition:

  mkfs.ext2 /dev/hdd1

Then add the new drive to /etc/fstab if you want it to be automatically 
mounted at boot time.


Tony
- -- 
Anthony E. Greene <[EMAIL PROTECTED]> <http://www.pobox.com/~agreene/>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Chat: AOL/Yahoo: TonyG05
Linux. The choice of a GNU generation <http://www.linux.org/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <[EMAIL PROTECTED]> 0x6C94239D

iD8DBQE8ARFzpCpg3WyUI50RAgGcAKDjxao0QlfU8ksEanKU7bxarb3HLACgtJ6i
fplfC2rtucZoBywCDvtdvJs=
=Xdm2
-----END PGP SIGNATURE-----



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to