mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[core] add a workaround for >1TB HDDs that mistakenly report short writes
* It appears that 1.5TB and 2TB HDDs, accessed trough some Seagate ow WD USB ↔ SATA controllers, can report that 0 bytes were written on WriteFile(), even though all the data was effectively written. 1TB HDDs, accessed through the same controller, do not report this issue. So add a workaround for that. * Also see #787
This commit is contained in:
parent
8ca644de5a
commit
aa4baab194
7 changed files with 32 additions and 13 deletions
|
@ -3,6 +3,7 @@ o Version 2.11 (2016.09.??)
|
|||
Improve support for Arch Linux derivatives
|
||||
Add a cheat mode to disable drive indexing (Alt-Q) on format
|
||||
Fix handling of 'Super Floppy Disk' formatted drives
|
||||
Fix handling of misleading short write reports for drives larger than 1 TB
|
||||
Fix an issue that enabled FAT32 file system selection on some Windows images
|
||||
Fix broken UI font for XP users
|
||||
Fix sanitizing of exFAT labels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue