Try these steps:
source:
test test test
- Open a terminal and run this command to locate the right device:
lsblk
- Use fdisk command accordingly:
- sudo fdisk /dev/sdX; X stands for the right disk letter something in the region of b, c or d
- Type o to change the partition table type to dos
- When the command runs type d and enter to delete the existing partition, then
- Type n to create new partition
- Accept the defaults when ask for the partition type and size (assuming that is desirable),
- Type p to see what you have done,
- Type t to change the file system type,
- Type c to create a W95 FAT32 (LBA) partition,
- Repeat step 2.5, i.e. 5 above to see the created partition,
- Type a to activate that partition so it automounts,
- Type w to write the changes to disk
- Format the again from the terminal:
sudo mkfs.vfat /dev/sdXi- Note: i represents the partition number in this case it should be 1
- Eject and replug the device
source:
How to create Win95 Fat32 LBA partition Type on 32 GB USB
I have a LED that can play media from USB, I have 2 USBs 4GB and 32GB, LED picks up 4GB but it detects 32GB but didn't show the content of USB. The Vendor says it issues with USB partition system. ...
askubuntu.com
test test test
Last edited: