Skip to content

Emulated USB Drive is always 253MB in size? #150

@psparc82

Description

@psparc82

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions