Mounting Droid Incredible

Tim H. bizdev at pwnspeak.com
Sun Sep 19 04:06:25 UTC 2010


> Is anybody having any luck mounting a 2.2 android device with Ubuntu?
> This worked fine for me with 2.1 and I could easily drag music ,etc on
> to the device. But 2.2 is not working at all. With 2.1, I'd get 2
> separate mounts that were autodetected. I could access images, music,
> etc. I now get one mount with a couple of useless directories (for my
> purposes).  I have tried this on 9.10 and 10.04 with similar results.
>
> dmesg output:
>
> [14624.222277] usb-storage: device found at 15
> [14624.222281] usb-storage: waiting for device to settle before scanning
> [14629.221255] usb-storage: device scan complete
> [14629.223179] scsi 17:0:0:0: Direct-Access     HTC      Android Phone
>   0100 PQ: 0 ANSI: 2
> [14629.225179] scsi 17:0:0:1: Direct-Access     HTC      Android Phone
>   0100 PQ: 0 ANSI: 2
> [14629.227166] scsi 17:0:0:2: CD-ROM            HTC      Android Phone
>   0100 PQ: 0 ANSI: 2
> [14629.229401] sd 17:0:0:0: Attached scsi generic sg2 type 0
> [14629.244678] sd 17:0:0:1: Attached scsi generic sg3 type 0
> [14629.246652] sd 17:0:0:0: [sdb] Attached SCSI removable disk
> [14629.254687] sr1: scsi3-mmc drive: 0x/0x caddy
> [14629.255079] sr 17:0:0:2: Attached scsi CD-ROM sr1
> [14629.255350] sr 17:0:0:2: Attached scsi generic sg4 type 5
> [14629.257014] sd 17:0:0:1: [sdc] Attached SCSI removable disk
>
> $lsusb
> Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 001 Device 016: ID 0bb4:0c9e High Tech Computer Corp.
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>
> The sr1 is the device that does get mounted (but is useless). I've tried
> manually mounting sdb and sdc to no avail.
>
> $ sudo mount /dev/sdb /mnt
> mount: /dev/sdb: unknown device
>
> $ sudo mount /dev/sdc /mnt
> mount: /dev/sdc: unknown device
>
> Shooting in the dark though.
>
> --
> Hal
>

I had similar issues with my rooted Eris, however I am yet to upgrade to 
Froyo at the moment.

I found that the first attempted mount magically would display more 
mount points.  Then I would mount the newly showing point.  For example:

	ls /dev/sdc* and there is only sdc
mount /dev/sdc /eris
	...fails, but now ls /dev/sdc* shows sdc and sdc1
mount /dev/sdc1 /eris
	...works

Have you checked the file listing for each of the sd* devices pre and 
post mount attempts?

Tim H.




More information about the ubuntu-users mailing list