From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 24.213.60.123.up.mi.chartermi.net ([24.213.60.123] helo=front1.chartermi.net) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 174qPZ-0006Cu-00 for ; Mon, 06 May 2002 17:52:49 -0400 Received: from [24.196.69.180] (HELO maranatha.chartermi.net) by front1.chartermi.net (CommuniGate Pro SMTP 3.5.3) with ESMTP id 97153388 for speakup@braille.uwo.ca; Mon, 06 May 2002 17:52:52 -0400 Received: from chomiak (helo=localhost) by maranatha.chartermi.net with local-esmtp (Exim 3.35 #1 (Debian)) id 174qT5-0000J4-00 for ; Mon, 06 May 2002 16:56:27 -0500 Date: Mon, 6 May 2002 16:56:27 -0500 (CDT) From: Cheryl Homiak To: speakup@braille.uwo.ca Subject: Re: cdrecord question In-Reply-To: <20020506161717.B738@uic.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.8 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: On my system, /dev/sr0 isn't a real file anyway; it's just a link to /dev/scd0. I made a new directory, /cdrecord. I then did a symlink from /dev/scd0 to /dev/cdrecord. Then I added an entry to fstab: /dev/cdrecord /cdrecord iso9660 rw,user,noauto 2 2 and now I can mount my cdrw just with the command mount /cdrecord and this also means I can mount both my cdrom and cdrw at the same time if I want to do so for some reason.