From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [64.59.128.220] (helo=bpd2mo1no.prod.shawcable.com) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 19c9V2-0002Hj-00 for ; Mon, 14 Jul 2003 16:00:40 -0400 Received: from bpd2mi1no.prod.shawcable.com (bpd2mi1no-qfe3.prod.shawcable.com [10.0.184.120]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HI100H6F5S9F7@l-daemon> for speakup@braille.uwo.ca; Mon, 14 Jul 2003 13:50:33 -0600 (MDT) Received: from nomad.shawcable.com ([24.70.172.254]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HI100LO75S9GI@l-daemon> for speakup@braille.uwo.ca; Mon, 14 Jul 2003 13:50:33 -0600 (MDT) Date: Mon, 14 Jul 2003 14:47:51 +0200 From: Doug Subject: Re: Recognizing a hard drive In-reply-to: X-Sender: wearable@mail.shawcable.com To: speakup@braille.uwo.ca Message-id: <5.1.0.14.2.20030714144112.00abdab0@mail.shawcable.com> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Content-type: text/plain; charset=us-ascii; format=flowed References: <004c01c34a3a$0aed7a80$68a83918@saco2.on.cogeco.ca> <004c01c34a3a$0aed7a80$68a83918@saco2.on.cogeco.ca> Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Run dmesg to show the boot messages, and look for the hard drive letter assigned, for example hda, hdb, hdc. It will usually show the vendor name (toshiba, ibm, etc) so you can tell which drive is which. It also usually shows number of cylinders, tracks, and heads. fdisk or cfdisk can be used to partition the drive. sfdisk can also be run from scripts to do this. > Use mkfs2ext, I think it is, again as root, to build > the file systems. mke2fs /dev/hda3 (change the drive letter and partiton number) You can change the file system to ext3 after by using the tune2fs command. -- Doug