We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
size
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:
FAT32DiskImage
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm using the
FAT32DiskImage
class and I'm passing it asize
parameter of 512MB yet the drive always shows up as 253MB under Linux:$ 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 512MBThe text was updated successfully, but these errors were encountered: