When a drive reaches 85-90% used, the head will have to move a lot more when it writes files, scattering files and basically eliminated sequential operations turning everything into random I/O. This will kill any application that rellies the bandwidth of sequential data and absolutely kills your write times.
|