There was one drive which was being recognized, and another drive which was not. The drive which was being recognized had the original 16 GB FAT32 partition, while the one which was not being recognized had been used as a Linux Mint installation disk, and had been later reformatted as FAT32 using the "Disks" utility on Linux Mint.
Suspecting that block size might be the issue, to show the block size,
sudo mkfs.fat /dev/(device name from above) -s 64 -F 16
Then, tried GParted. GParted showed the partition to be of type iso9660!
Unmounted, Deleted the partition, recreated partition table with device -> create partition table (msdos), formatted as msdos, then the Firestick recognizes it OK even though the block size is 8K as shown in
stat -f /media/mac/LM
File: "/media/mac/LM"
ID: 83100000000 Namelen: 1530 Type: msdos
Block size: 8192 Fundamental block size: 8192
Blocks: Total: 1951116 Free: 1318805 Available: 1318805
Inodes: Total: 0 Free: 0
No comments:
Post a Comment