On Dec 6, 2012, at 6:08 AM, me at tdiehl.org wrote:
> Hi,
>
> Has anyone figured out how to mount a Samsung note 2 on Centos 6? When I
plug
> it in to the usb port it is detected and the get the following in the log:
>
> Dec 6 08:02:23 tigger kernel: usb 1-5: new high speed USB device number 35
using ehci_hcd
> Dec 6 08:02:23 tigger kernel: usb 1-5: New USB device found,
idVendor=04e8, idProduct=6860
> Dec 6 08:02:23 tigger kernel: usb 1-5: New USB device strings: Mfr=2,
Product=3, SerialNumber=4
> Dec 6 08:02:23 tigger kernel: usb 1-5: Product: SAMSUNG_Android
> Dec 6 08:02:23 tigger kernel: usb 1-5: Manufacturer: SAMSUNG
> Dec 6 08:02:23 tigger kernel: usb 1-5: SerialNumber: 42f7ad039a3d8f3b
> Dec 6 08:02:23 tigger kernel: usb 1-5: configuration #1 chosen from 2
choices
>
> lsusb shows:
> Bus 001 Device 035: ID 04e8:6860 Samsung Electronics Co., Ltd GT-I9100
Phone [Galaxy S II], GT-P7500 [Galaxy Tab 10.1]
>
>> From there I cannot figure out how to mount it.
>
>> From goggling it would appear that I need adb and some udev rules.
>
> Does anyone know how to get this to mount?
----
I don't but the bigger problem is that if you try to attach to the built-in
storage, that would require MTP, support for which on Linux is meager to
non-existent but the Galaxy Note 2 does have an SD slot and any SD cards should
be obvious via USB Storage.
The easier/best solution would likely be to use an Android program called WiFi
Explorer (I paid the guy $2 I think for the pro version) and it's really,
really nice and easy. Also, I found SSHDroid to be relatively easy to use
(requires using 'scp' or rsync via ssh to copy files to/from.
Craig