[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:
Pete Batard 2013-07-05 23:58:04 +01:00
parent 0938c56fdc
commit bb2949e557
6 changed files with 24 additions and 16 deletions

View file

@ -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.";