Mounting on linux an xhci_hcd android phone

I want to copy pictures or videos taken on my Android Phone to my Linux machine but mounting it as a regular pendrive do not works.  I had to use another method.

When i connect my phone i get something like this:

[ 2695.481431] usb 1-2: new high-speed USB device number 5 using xhci_hcd
[ 2695.623882] usb 1-2: New USB device found, idVendor=271d, idProduct=4008
[ 2695.623891] usb 1-2: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[ 2695.623897] usb 1-2: Product: Ultra
[ 2695.623903] usb 1-2: Manufacturer: TARAN
[ 2695.623909] usb 1-2: SerialNumber: S...6
[ 2718.973332] usb 1-2: USB disconnect, device number 5
[ 2719.509605] usb 1-2: new high-speed USB device number 6 using xhci_hcd
[ 2719.650726] usb 1-2: New USB device found, idVendor=271d, idProduct=4008
[ 2719.650735] usb 1-2: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[ 2719.650742] usb 1-2: Product: Ultra
[ 2719.650747] usb 1-2: Manufacturer: TARAN
[ 2719.650753] usb 1-2: SerialNumber: S...6


And to mount i had to do this:

apt-get install jmtpfs
jmtpfs /mnt

Comments