Comment 0 for bug 81219

Revision history for this message
José M. López-Cepero (cepe) wrote : [Feisty] Second volume in a USB drive not mounted

I have a PalmOne LifeDrive PDA. It has a 4GB hard drive and a SD card slot. It also has an application which allows it to appear just like a USB drive to the operating system when connected via USB. The application provides two different drives: one

Up to Dapper, plugging the PDA and enabling drive mode correctly mounted and showed the two drives. However, now in Feisty the 4GB volume is no longer mounted. This is independent of whether there is a SD card in the PDA card reader or not. If there is, it's correctly detected and mounted.

I can mount the drive just fine manually, but that kind of defeats the purpose of having automounting :)

I was inclined to assign the error to hal, but the hardware browser and lshal do show the missing drive. From hal's point of view, the LifeDrive has an internal "SCSI Host Adapter" with two "SCSI Devices", one as "file storage" (the 4GB drive) and a "SDC" (the SD card).

dmesg section when plugging the PDA:

-----------

[ 166.195639] usb 5-6.6: new high speed USB device using ehci_hcd and address 11
[ 166.288417] usb 5-6.6: configuration #1 chosen from 1 choice
[ 166.288769] scsi6 : SCSI emulation for USB Mass Storage devices
[ 166.288833] usb-storage: device found at 11
[ 166.288836] usb-storage: waiting for device to settle before scanning
[ 171.289969] scsi 6:0:0:0: Direct-Access palmOne, File storage 1.0 PQ: 0 ANSI: 0
[ 171.292073] SCSI device sdg: 7818112 512-byte hdwr sectors (4003 MB)
[ 171.293985] sdg: Write Protect is off
[ 171.293991] sdg: Mode Sense: 0f 00 00 00
[ 171.293994] sdg: assuming drive cache: write through
[ 171.295945] SCSI device sdg: 7818112 512-byte hdwr sectors (4003 MB)
[ 171.296923] sdg: Write Protect is off
[ 171.296927] sdg: Mode Sense: 0f 00 00 00
[ 171.296930] sdg: assuming drive cache: write through
[ 171.296935] sdg: sdg1
[ 171.582358] sd 6:0:0:0: Attached scsi removable disk sdg
[ 171.582415] sd 6:0:0:0: Attached scsi generic sg8 type 0
[ 171.583371] scsi 6:0:0:1: Direct-Access Unknown SDC 1.0 PQ: 0 ANSI: 0
[ 171.585156] SCSI device sdh: 1999872 512-byte hdwr sectors (1024 MB)
[ 171.585930] sdh: Write Protect is on
[ 171.585934] sdh: Mode Sense: 0f 00 80 00
[ 171.585936] sdh: assuming drive cache: write through
[ 171.588180] SCSI device sdh: 1999872 512-byte hdwr sectors (1024 MB)
[ 171.588927] sdh: Write Protect is on
[ 171.588930] sdh: Mode Sense: 0f 00 80 00
[ 171.588932] sdh: assuming drive cache: write through
[ 171.588937] sdh: sdh1
[ 171.592219] sd 6:0:0:1: Attached scsi removable disk sdh
[ 171.592278] sd 6:0:0:1: Attached scsi generic sg9 type 0
[ 171.593629] usb-storage: device scan complete

-----------

Thanks for any help!