I have an LG ZTE phone that I would transfer files to through USB. The device was not automatically detected, so I figured I should try and mount it manually.
To my understanding, one typically uses fdisk to obtain the information necessary to perform the mount. However, my phone does not display:
Code:
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sda2 206848 132665343 132458496 63.2G 7 HPFS/NTFS/exFAT
/dev/sda3 132665344 311656447 178991104 85.4G 5 Extended
/dev/sda5 250218496 303605759 53387264 25.5G 83 Linux
/dev/sda6 303607808 311656447 8048640 3.9G 82 Linux swap / Solaris
/dev/sda7 132667392 250218495 117551104 56.1G 83 Linux
Running ls dev/sd* gives the following:
Code:
/dev/sda /dev/sda1 /dev/sda2 /dev/sda3 /dev/sda5 /dev/sda6 /dev/sda7
Yet the device is recognized by lsusb
Code:
Bus 002 Device 006: ID 19d2:0307 ZTE WCDMA Technologies MSM
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 003: ID 03f0:0324 Hewlett-Packard SK-2885 keyboard
Bus 006 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
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
and dmesg
Code:
[ 3856.944017] usb 2-6: new high-speed USB device number 6 using ehci-pci
[ 3857.077092] usb 2-6: New USB device found, idVendor=19d2, idProduct=0307
[ 3857.077096] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3857.077099] usb 2-6: Product: Android
[ 3857.077102] usb 2-6: Manufacturer: Android
[ 3857.077104] usb 2-6: SerialNumber: 4e8aca5c
However, I do not see any thing that indicates either a UID or sd* disk so that I can actually mount the device. Given these circumstances, how do I mount the phone as a USB device?
Thanks.
