mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 09:25:12 -04:00
[core] limit large FAT32 to 1 TB
* 1.5 and 2 TB formatting is too flaky for now - remove it * This limitation can be disabled with Alt-S * Also fix various smaller issues
This commit is contained in:
parent
0938c56fdc
commit
bb2949e557
6 changed files with 24 additions and 16 deletions
|
@ -249,6 +249,8 @@ const char* StrError(DWORD error_code)
|
|||
return "Read error.";
|
||||
case ERROR_WRITE_FAULT:
|
||||
return "Write error.";
|
||||
case ERROR_INSTALL_FAILURE:
|
||||
return "Installation failure";
|
||||
case ERROR_OPEN_FAILED:
|
||||
return "Could not open media. It may be in use by another process. "
|
||||
"Please re-plug the media and try again.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue