From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Sat, 31 Jan 2009 14:25:16 -0600 From: blstuart@bellsouth.net In-Reply-To: <4e6ca2050901311052w74529e7dy28c87af59747a564@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Installation CD Problems Topicbox-Message-UUID: 8fb276f6-ead4-11e9-9d60-3106f5b1d025 > so I immediately go into rc with `!rc' at the install > rio window, and upon trying `mount /dev/sdC0/data', > I again get the same "I/O read error" message, so > it is unable to mount the data. > > And yet, the CD data is readable from a mount > within Linux. How is the CD drive installed? /dev/sdC0 seems definitely wrong for the CD. If it's the master on a second IDE controller (the most common case), you want /dev/sdD0. If it's the slave on the first controller, you want /dev/sdC1. BLS