From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ip15.shellworld.net ([64.49.204.174] helo=server2.shellworld.net ident=root) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1DdZtx-0000r5-00 for ; Wed, 01 Jun 2005 16:33:21 -0400 Received: from server2.shellworld.net (ldavis@localhost [127.0.0.1]) by server2.shellworld.net (8.12.10/8.12.8) with ESMTP id j51KXAYM050570; Wed, 1 Jun 2005 20:33:10 GMT (envelope-from ldavis@shellworld.net) Received: from localhost (ldavis@localhost) by server2.shellworld.net (8.12.10/8.12.8/Submit) with ESMTP id j51KXAHT050567; Wed, 1 Jun 2005 15:33:10 -0500 (CDT) X-Authentication-Warning: server2.shellworld.net: ldavis owned process doing -bs Date: Wed, 1 Jun 2005 15:33:10 -0500 (CDT) From: Luke Davis To: "Speakup is a screen review system for Linux." In-Reply-To: Message-ID: References: <0IHF00HKG7QACW91@vms044.mailsrvcs.net> Organization: "Tacticus Communications, Inc." MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: commands X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 20:33:56 -0000 All drives in Linux appear as a single file system. There is no drive C. Your main file system starts at /, and branches out from there. So just change directories to where ever your drive is mounted, and you will see your files. For example, if you ahve your dos partitions mounted under /dos, or /mnt/dos, cd to there: cd /dos ls If you don't know where things are, type: mount /dev/hda is your first IDE drive, and /dev/hda1 is your first IDE drive's first partition (which would be drive C, if it had DOS on it). On Wed, 1 Jun 2005, Hart Larry wrote: > Well Mike, actually other than writing an alias to switch drives, you can cd > to another drive, but this second I cannot remember how? > There is a site with a linux cookbook, also a nice site > www.linuxquestions.org > Hart > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >