Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
psparc82 opened this issue Jan 6, 2025 · 0 comments
Open

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

psparc82 opened this issue Jan 6, 2025 · 0 comments

Comments

@psparc82
Copy link

psparc82 commented Jan 6, 2025

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

@psparc82 psparc82 changed the title Emulated USB Drive is always 253MB in size? Emulated USB Drive is always 253MB in size? Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant