Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 5604  / 3 Years ago, sun, october 31, 2021, 2:27:10

I have no problem with my USB key devices: there are mounted automatically.

But for the LeapFrog Tag USB device it is not mounted automatically.



enter image description here



So I look in the Ubuntu documentation to mount USB manually.



But fdisk returns only info about my hard disk, nothing about LeapFrog USB.



$ sudo fdisk -l
Périphérique Amorce Début Fin Blocs Id Système<br>
/dev/sda1 * 2048 606713855 303355904 83 Linux<br>
/dev/sda2 606715902 625141759 9212929 5 Étendue<br>
/dev/sda5 606715904 625141759 9212928 82 partition d'échange Linux / Solaris


I found some commands able to list this USB device:

- lsusb

- udevadm (need unplug the device before using the command and then plug it to see it)



$ lsusb
...
Bus 005 Device 002: ID 0f63:0700 **LeapFrog** Enterprises POGO<br>


and



$ udevadm monitor --udev
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
UDEV [1915.787445] add /devices/pci0000:00/0000:00:1d.3/usb5/5-2 (usb)
UDEV [1915.796226] add /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0 (usb)


So I hope to be able to mount it with something like:

sudo mount -t ??? /dev/sdb??? /media/leapfrog



How can I know which option and what is the path of the device?

Is there a way to use USB ID from lsusb ?


More From » usb

 Answers
1

I give up:


the only way I found to make this Leapfrog Tag working is to plug it on a Windows XP PC.


[#40931] Sunday, October 31, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lotceptin

Total Points: 374
Total Questions: 106
Total Answers: 118

Location: The Bahamas
Member since Tue, Apr 27, 2021
3 Years ago
;