| View previous topic :: View next topic |
| Author |
Message |
drwook Veteran

Joined: 30 Mar 2005 Posts: 1322 Location: London
|
Posted: Sun Jan 01, 2012 9:59 am Post subject: Motorola Atrix USB Storage issue |
|
|
Hello,
Not sure if anyone's come across this, but I have a Motorola Atrix... when I mount it as USB storage, I can only access one of the block devices - i.e. it has ~10GB internal storage and a 16GB microsd card. the expected behaviour is to see both devices as seperate block devices, say sdc/sdd - but I can only see sdc.
I guess I have to suspect udev here...? Does anyone else have this issue (or more interestingly, not have this issue?)
looking at dmesg... I wonder if it's 'giving both' sdc so the second is all ~I see... I need to have a fiddle I think...
| Code: | usb 2-4: new high speed USB device number 2 using ehci_hcd
usb 2-4: New USB device found, idVendor=22b8, idProduct=708f
usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-4: Product: MB860
usb 2-4: Manufacturer: Motorola
usb 2-4: SerialNumber: xxxx
scsi6 : usb-storage 2-4:1.0
scsi 6:0:0:0: Direct-Access Motorola MB860 0000 PQ: 0 ANSI: 2
sd 6:0:0:0: [sdc] Attached SCSI removable disk
usb 2-4: USB disconnect, device number 2
usb 2-4: new high speed USB device number 3 using ehci_hcd
usb 2-4: New USB device found, idVendor=22b8, idProduct=708f
usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-4: Product: MB860
usb 2-4: Manufacturer: Motorola
usb 2-4: SerialNumber: xxxx
scsi7 : usb-storage 2-4:1.0
scsi 7:0:0:0: Direct-Access Motorola MB860 0000 PQ: 0 ANSI: 2
sd 7:0:0:0: [sdc] Attached SCSI removable disk
usb 2-4: USB disconnect, device number 3
usb 2-4: new high speed USB device number 4 using ehci_hcd
usb 2-4: New USB device found, idVendor=22b8, idProduct=7086
usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-4: Product: MB860
usb 2-4: Manufacturer: Motorola
usb 2-4: SerialNumber: xxxx
scsi8 : usb-storage 2-4:1.0
scsi 8:0:0:0: Direct-Access Motorola MB860 0000 PQ: 0 ANSI: 2
sd 8:0:0:0: [sdc] Attached SCSI removable disk
sd 8:0:0:0: [sdc] 22467584 512-byte logical blocks: (11.5 GB/10.7 GiB)
sd 8:0:0:0: [sdc] No Caching mode page present
sd 8:0:0:0: [sdc] Assuming drive cache: write through
sd 8:0:0:0: [sdc] No Caching mode page present
sd 8:0:0:0: [sdc] Assuming drive cache: write through
sdc:
|
|
|
| Back to top |
|
 |
acidrums4 Tux's lil' helper


Joined: 05 Feb 2009 Posts: 108 Location: Al otro lado del monitor
|
Posted: Sun May 06, 2012 2:20 pm Post subject: |
|
|
Did you solve this issue? I'm about to buy an Atrix, but if this happen I will have a headache (I had the same issue with my last phone, a Motorola Z6).
Googling around, I found that maybe you don't have set CONFIG_SCSI_MULTI_LUN in your kernel config... |
|
| Back to top |
|
 |
sgarcia Apprentice

Joined: 21 May 2003 Posts: 246 Location: Bakersfield, CA
|
Posted: Mon May 07, 2012 12:28 am Post subject: |
|
|
I don't have an Atrix, but I do have several devices that *should* mount their SD cards separately. This didn't work until I went into the kernel and changed the SCSI driver to probe all LUNs.
CONFIG_SCSI_MULTI_LUN=y
Once I set this, that problem went away. _________________ Ignorance killed the cat. Curiosity was framed. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|