Asked
Active
Viewed 364 times
2 Answers
1
try under windows and if it's recognizable try to use 'diskpart' to create partition and format usb normally
PawełG
- 182
0
USB pendrive
I suggest that you install and use mkusb-dus to restore [the USB drive] to a standard storage device. This creates an MSDOS partition table and a partition with a FAT32 file system.
See the following links
USB hard disk drive or solid state drive
In this case you may want more than one partition and you may want some other file system (not FAT32).
Use mkusb-dus to wipe the first mibibyte,
Install gparted
sudo apt install gpartedand create
- the partition table, old MSDOS or new GUID partition table (GPT),
- partitions and
- file systems.
The following link adds tips about file systems,
Alternative file systems (to FAT32 with a 4GiB limit for file size)
sudodus
- 47,684



