-
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
ESP, a FAT32 FS, rejected #23
Comments
I have the same Situation as OP i believe. I changed the partition type to Microsoft Basic Data (assuming fatresize checks for partition type) and then reran fatresize and still I had no luck with resizing. I assume (did not test myself but read on StackOverflow) the Linux-only approach is:
Last resort (Please remove this paragraph if considered an advertisement.) One more question to the devs: EDIT: |
I am observing the same problem:
It is an ESP on a DOS disklabel
|
My EFI System Partition is too small (100m; Microsoft's fault). So I'm trying to grow it, with mixed results.
$ sudo fatresize -i /dev/sda2
fails with the message: Error: /dev/sda2 is ntfs, not a valid FAT16/FAT32 partition.
(The wording has changed due to a commit (I just issued a pull request for it.))
So: fatresize thinks that the FS (or, perhaps, the partition type) is ntfs. Why?
parted does not think that this is an NTFS. It says:
Number Start End Size File system Name Flags
2 524MB 733MB 209MB fat32 EFI System Partition boot, esp
Why does fatresize thinks that this partition is ntfs?
Any recommendations on how to proceed?
(I don't know if there are fancy things about an ESP that I should beware of.)
The text was updated successfully, but these errors were encountered: