Share your experience!
Go to
"Settings / Xperia / USB Connectivity"
and set "USB conntection mode" to:
"Mass storage mode(MSC)"
Then connect device to PC and see:
lsusb | grep -i sony
Bus 001 Device 009: ID 0fce:e193 Sony Ericsson Mobile Communications AB
Good. Next:
lsscsi | grep -i sony
[5:0:0:0] disk SONY Mass Storage 0100 /dev/sdd
Nice. And finaly:
dmesg -T | tail
[Sun Mar 31 22:26:43 2013] usb 1-2: new full-speed USB device number 9 using uhci_hcd
[Sun Mar 31 22:26:44 2013] usb 1-2: New USB device found, idVendor=0fce, idProduct=e193
[Sun Mar 31 22:26:44 2013] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Sun Mar 31 22:26:44 2013] usb 1-2: Product: C6603
[Sun Mar 31 22:26:44 2013] usb 1-2: Manufacturer: Sony
[Sun Mar 31 22:26:44 2013] usb 1-2: SerialNumber: CB5A1PCL1B
[Sun Mar 31 22:26:44 2013] scsi5 : usb-storage 1-2:1.0
[Sun Mar 31 22:26:45 2013] scsi 5:0:0:0: Direct-Access SONY Mass Storage 0100 PQ: 0 ANSI: 4
[Sun Mar 31 22:26:45 2013] sd 5:0:0:0: Attached scsi generic sg4 type 0
[Sun Mar 31 22:26:45 2013] sd 5:0:0:0: [sdd] Attached SCSI removable disk
Excelent! But:
grep sdd /proc/partitions
No output! And:
ls /dev/sdd*
/dev/sdd
I expected more here, but there are no partitions. So I try to help kernel:
partx -a /dev/sdd
partx: /dev/sdd: open failed: No medium found
And last hope died:
mount /dev/sdd /mnt/usb
mount: no medium found on /dev/sdd
Summary: operating system completely identifies our device and allocates it block device. Though it cannot be mounted or used in any way. What's wrong here? What for this "Mass storage mode(MSC)" exists if we can't use it?
Yes, I still can access device in "Media transfer mode(MTP)" with gmtp, but it hangs on middle of download from device and can not provide functionality of block device with standard utilities.
Do you have an SD Card inserted into the phone? MSC Mode only functions for use with a memory stick; if you do not have one inserted into the phone you will get no connection.
What are your thoughts about this forum? Let us know by doing this short survey.