-
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
fatresize should force user confirmation before performing irreversible and unwanted changes #13
Comments
Ok, I will add the flag. Thanks! |
The change will be made in the next v1.1.0 release. |
ya-mouse
added a commit
that referenced
this issue
Apr 5, 2020
- drop support for libparted older than 2.4 (#16) - introduce `-n, --partition` to set a partition number when dealing with file dumps, /dev/loop and /dev/ram devices (#15) - ask confirmation for operations (e.g. FAT32 -> FAT16 conversion), add `-f, --force` option to not prompt (#13) - do not limit FAT32 usage on small partitions (#11) - update changelog (#10)
ya-mouse
added a commit
that referenced
this issue
Apr 5, 2020
Grand update: - drop support for libparted older than 2.4 (#16) - introduce `-n, --partition` to set a partition number when dealing with file dumps, /dev/loop and /dev/ram devices (#15) - ask confirmation for operations (e.g. FAT32 -> FAT16 conversion), add `-f, --force` option to not prompt (#13) - do not limit FAT32 usage on small partitions (#11) - update changelog (#10)
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the following case I wished to resize a 512MiB FAT16 filesystem to a 4GiB one but forgot about the 2GiB limit. This is a log:
fatresize provided a warning but did not ask me to confirm that I wanted to proceed before converting the filesystem to FAT32, which (1) is surprising behavior, (2) is not something I asked the tool to do, (3) left the filesystem in a useless state since this was being used for a DOS machine.
My suggestion is to implement one of the following:
--allow-filesystem-conversion
".The text was updated successfully, but these errors were encountered: