You are not logged in.

#1 2020-11-28 18:57:21

weltio
Member
From: Germany
Registered: 2009-04-05
Posts: 90

tomtom mount file system

I have a TomTom

Bus 001 Device 007: ID 1390:0001 TOMTOM B.V. GO 520 T / GO 630 / ONE / ONE XL
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x1390 TOMTOM B.V.
  idProduct          0x0001 GO 520 T / GO 630 / ONE / ONE XL
  bcdDevice            0.01
  iManufacturer           1 TomTom
  iProduct                2 ONE XXL IQ Rts
  iSerial                 3 GX6244A00665
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0020
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               0
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0000
  (Bus Powered)

Obviously it is accessible as mass storage - but how to enable it?
I want to copy data from/to it.

Last edited by weltio (2020-11-28 18:59:17)

Offline

#2 2020-11-28 19:00:03

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: tomtom mount file system

Does it show up in /dev/?

Offline

#3 2020-11-28 21:40:36

weltio
Member
From: Germany
Registered: 2009-04-05
Posts: 90

Re: tomtom mount file system

at least not as /dev/sd*
dmesg does not mention anything /dev/ related either

[230328.460703] usb 1-1: new full-speed USB device number 7 using xhci_hcd
[230328.601843] usb 1-1: New USB device found, idVendor=1390, idProduct=0001, bcdDevice= 0.01
[230328.601846] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[230328.601847] usb 1-1: Product: ONE XXL IQ Rts
[230328.601848] usb 1-1: Manufacturer: TomTom
[230328.601849] usb 1-1: SerialNumber: GX6244

Last edited by weltio (2020-11-28 21:41:14)

Offline

Board footer

Powered by FluxBB