Hi,
I'm using the FAT32DiskImage class and I'm passing it a size parameter of 512MB yet the drive always shows up as 253MB under Linux:
img = FAT32DiskImage(1024 * 1024 * 512, verbose=2)
$ df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/sdc1 253M 253M 0 100% /media/ubuntu/Facedancer
Is there a limitation to what size can be used? Ideally I'd like to use as much as 1GB but I can try with 512MB