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.
Here is 4GB partitions details,
I tried deleting all partition on 32GB and create new FAT32 as well as NTFS, but it didn't create the same as I had on 4GB,
Any solutions?
Try these steps:
Open a terminal and run this command to locate the right device:
Use
fdisk
command accordingly:sudo fdisk /dev/sdX
;X
stands for the right disk letter something in the region ofb
,c
ord
dos
partition type
andsize
(assuming that is desirable),W95 FAT32 (LBA)
partition,2.5
, i.e.5
above to see the created partition,Format the again from the terminal:
i
represents the partition number in this case it should be1
NOTE: This will destroy any data on the said device e please back up anything you wish to keep before following theses steps.