Linux pendrive error!
How to scan a pendrive with FAT32?
For example, with this command (together with surface scanning):
sudo dosfsck -w -r -l -a -v -t /dev/sdb1
where /dev/sdb1 is your pendrive
How to check under what device a pendrive is detected in the system? Connect it to the system and see the latest news in:
dmesg
you’ll get something like this:
[11373.056087] usb 1-5: >new high-speed USB device number 6 using ehci_hcd
[11373.188968] usb 1-5: >New USB device found, idVendor=0bb4, idProduct=0001
[11373.188977] usb 1-5: >New USB device strings: Mfr=2, Product=3, SerialNumber=4
[11373.188983] usb 1-5: >Product: MT65xx Android Phone
[11373.188989] usb 1-5: >Manufacturer: MediaTek
[11373.188993] usb 1-5: >SerialNumber: 0123456789ABCDEF
[11373.193102] scsi3 : usb-storage 1-5:1.0
[11374.192882] scsi 3:0:0:0: >Direct-Access Linux File-CD Gadget 0000 PQ: 0 ANSI: 2
[11374.194705] sd 3:0:0:0: >Attached scsi generic sg2 type 0
[11374.199098] sd 3:0:0:0: >[sdb] Attached SCSI removable disk
[11380.711871] sd 3:0:0:0: >[sdb] 65536000 512-byte logical blocks: (33.5 GB/31.2 GiB)
[11380.712867] sd 3:0:0:0: >[sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[11380.719263] sdb: sdb1