Questions tagged [fat32]
57 questions
2
votes
1 answer
FAT32 - Unallocated space within partition
I have an SD card with 3 partitions: FAT32, EXT4 and swap. I shrank and moved them recently, but due to a bug in GParted (segfault while resizing FAT32) it is left like this:
Size: 5.87 GiB
Used: 623 MiB
Unused: 4.37 GiB
Unallocated: 915 MiB
GParted…

pfoof
- 23
0
votes
1 answer
Mounting without needing sudo *afterwards*
I'm trying to look into the innards of FAT32, and towards that I'm trying to create a FAT32 image, mount it and do a few file operations on the command line. Per the question here, I know there's no way around using sudo to mount the image. I'm…