From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fmailhost04.isp.att.net (fmailhost04.isp.att.net [204.127.217.104]) by speech.braille.uwo.ca (Postfix) with ESMTP id 93D6510A61 for ; Sun, 20 Jul 2008 23:27:50 -0400 (EDT) Received: from adsl-63-167-234.mem.bellsouth.net ([208.63.167.234]) by isp.att.net (frfwmhc04) with SMTP id <20080721032744H0400993vfe>; Mon, 21 Jul 2008 03:27:44 +0000 X-Originating-IP: [208.63.167.234] Date: Sun, 20 Jul 2008 22:27:43 -0500 (CDT) From: Adam Myrow To: "Speakup is a screen review system for Linux." Subject: Re: Removable disc connection problem In-Reply-To: <1216588253.4618.12.camel@violet.perfumed-garden.local> Message-ID: References: <1216415004.11654.6.camel@violet.perfumed-garden.local> <4881EFF1.2070500@baechler.net> <1216588253.4618.12.camel@violet.perfumed-garden.local> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.10 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: Mon, 21 Jul 2008 03:27:51 -0000 By any chance, did you configure your kernel to probe all LUNs for SCSI devices? Since USB storage devices emulate SCSI, and card readers show up as multiple devices, this is necessary to access all the slots on the card reader. Also, I've had some USB storage devices, like my cell phone, show up with no partitions. In that case, I had to mount the whole disk, I.E. /dev/sde, in order to access it. HTH.