[olug] Hard Drive Addition to a Compaq Deskpro

Fruhwirth, John JFruhwirth at huskers.unl.edu
Tue Apr 16 18:42:16 UTC 2002


Very important point Nick.

-----Original Message-----
From: Nick Walter [mailto:waltern at iivip.com]
Sent: Tuesday, April 16, 2002 11:42 AM
To: olug at olug.org
Subject: RE: [olug] Hard Drive Addition to a Compaq Deskpro


Before you purchase a new hard drive for your Deskpro, make darn sure you
know if you need a SCSI hard drive or an IDE hard drive.

The easiest way to tell is to figure out the device name linux is referring
to the drive as.  Using the mount command, you get output similar to the
following:

/dev/sda3 on / type ext3 (rw)
none on /proc type proc (rw)
/dev/sda1 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)

The above output is from one of my linux systems.  I can see from the output
that my / and /boot partitions are on device /dev/sda.  If you only have one
hard drive, it will be /dev/sda if it's SCSI and /dev/hda if it's IDE.

Knowing what sort of hard drive to get is important if you don't want to
waste any money ;-)

Nick Walter



-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

For help contact olug-help at olug.org - run by ezmlm
to unsubscribe, send mail to olug-unsubscribe at olug.org
or `mail olug-unsubscribe at olug.org < /dev/null`
(c)1998-2002 OLUG http://www.olug.org

-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_


More information about the OLUG mailing list