-
Notifications
You must be signed in to change notification settings - Fork 21
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
Correct VFAT partition is not recognised #37
Comments
I added the partition name to the error message and this is what I get:
However, fdisk tells me that /dev/sda3 is a W95 FAT32 partition.
|
Problem seems to be in getpartnum()
more precisely, in the way get_partnum is called!
There is no partition number to get there! |
A quick fix to allow at least |
A PoC for alternative way of splitting the cmd line arguments could be:
I use tinycc to avoid compiling micro prototypes ;-) |
Implemented in pull request 38. |
I have an ebook reader unbricking image which I transfer to a microSD card.
Using GPARTED I can grow the DOS FAT32 partition to take up all the free space.
Once grown I'm not able to read the partition's information
The text was updated successfully, but these errors were encountered: