You are not logged in.

#1 2023-10-10 08:35:19

szem
Member
Registered: 2023-10-10
Posts: 4

How to mount USB

Hey everyone, long time lurker, first time poster.
I am trying to mount USB, but after searching for an answer I cannot seem to find how to.

lsusb -v
Bus 001 Device 006: ID 0011:7788 Unknown counterfeit flash drive
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0011 Unknown
  idProduct          0x7788 counterfeit flash drive
  bcdDevice            1.12
  iManufacturer           1 Generic
  iProduct                2 Mass Storage
  iSerial                 3 2FC4D0FC
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0020
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              200mA
    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     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
dmesg -w
usb 1-4: new high-speed USB device number 6 using xhci_hcd
usb 1-4: New USB device found, idVendor=0011, idProduct=7788, bcdDevice= 1.12
usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-4: Product: Mass Storage
usb 1-4: Manufacturer: Generic
usb 1-4: SerialNumber: 2FC4D0FC

In

fdisk 

it doesn't show up.
Here USB stick not detected and in other answers the code after the device lists a name

sd 5:0:0:0: [sdc]

I don't have that, so how can I use the device? With the ID 0011:7788?

Thanks! Hope I got the formatting right.

Offline

#2 2023-10-10 09:30:02

jonno2002
Member
Registered: 2016-11-21
Posts: 688

Re: How to mount USB

found this: https://lowtek.ca/roo/2013/fixing-a-fak … ash-drive/
its old but still answers your question and gives a possible solution, i would just bin the junk usb drive and get a decent one!

Offline

#3 2023-10-10 11:46:29

szem
Member
Registered: 2023-10-10
Posts: 4

Re: How to mount USB

Thanks @jonno2002. The tool you linked is windows based, so went on to check the pendrive on a win machine. Works fine. fat32 and has files on it.
I should be able to mount it on linux.

Offline

#4 2023-10-10 11:55:04

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,050

Re: How to mount USB

Please post the output of lsblk -f with the usb drive plugged in .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2023-10-10 12:03:46

szem
Member
Registered: 2023-10-10
Posts: 4

Re: How to mount USB

It does not appear with lsblk -f

Last edited by szem (2023-10-10 12:08:23)

Offline

#6 2023-10-10 12:24:15

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,050

Re: How to mount USB

In that case we'll need to see full journal / dmesg output (both while running as root/with root-rights. )

See https://wiki.archlinux.org/title/List_o … n_services for methods to upload text to public places.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2023-10-10 12:39:23

seth
Member
Registered: 2012-09-03
Posts: 52,570

Re: How to mount USB

szem wrote:

Thanks @jonno2002. The tool you linked is windows based, so went on to check the pendrive on a win machine. Works fine. fat32 and has files on it.
I should be able to mount it on linux.

You're missing the point:

These drives are fake, a scam. Fraud.

The firmware is manipulated to suggest more capacity than exists and the tool in the link jonno2002 sent you is used to "reformat" the drive (reset the firmware) to its legit values.
Use them at your own risk and also notice that they're highly vendor specific.

About using the drive on windows: because of the oversold data there's a high risk for data loss when using more than half or maybe even a quarter or less of the capacity because at this point the drive will write sectors that are marked free but actually hold data what will lead to data corruption or loss or a corrupted filesystem.

If you can reset the drive to its actual (smaller) capacity, you can use that. Though, quite frankly, I wouldn't trust it too much still.

Offline

#8 2023-10-10 13:08:53

szem
Member
Registered: 2023-10-10
Posts: 4

Re: How to mount USB

@seth understood! cool

For future reference,

journalctl :

okt 10 14:45:54 SzTamas kernel: usb 1-4: new high-speed USB device number 8 using xhci_hcd
okt 10 14:45:54 SzTamas kernel: usb 1-4: New USB device found, idVendor=0011, idProduct=7788, bcdDevice= 1.12
okt 10 14:45:54 SzTamas kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
okt 10 14:45:54 SzTamas kernel: usb 1-4: Product: Mass Storage
okt 10 14:45:54 SzTamas kernel: usb 1-4: Manufacturer: Generic
okt 10 14:45:54 SzTamas kernel: usb 1-4: SerialNumber: 2FC4D0FC
okt 10 14:45:54 SzTamas mtp-probe[597435]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-4"
okt 10 14:45:54 SzTamas mtp-probe[597435]: bus: 1, device: 8 was not an MTP device
okt 10 14:45:54 SzTamas mtp-probe[597437]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-4"
okt 10 14:45:54 SzTamas mtp-probe[597437]: bus: 1, device: 8 was not an MTP device

dmesg

usb 1-4: new high-speed USB device number 7 using xhci_hcd
usb 1-4: New USB device found, idVendor=0011, idProduct=7788, bcdDevice= 1.12
usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-4: Product: Mass Storage
usb 1-4: Manufacturer: Generic
usb 1-4: SerialNumber: 2FC4D0FC

As a last try I did as advised here: https://superuser.com/questions/1206664 … -mass-stor
That did nothing

Offline

#9 2023-10-10 14:24:21

seth
Member
Registered: 2012-09-03
Posts: 52,570

Re: How to mount USB

Just as a sanity check, you can "sudo modprobe -v usb-storage"?

Offline

Board footer

Powered by FluxBB