Closed GoogleCodeExporter closed 8 years ago
Did you try looking at the MacFUSE FAQ?
Original comment by si...@gmail.com
on 12 Apr 2007 at 5:02
Ntfs-3g isn't optimized yet and if an application uses small block size I/O (or
intensive metadata update, etc) then ntfs-3g ends up doing a significant amount
of
redundant work due to the lack of any caching, etc. Here are some write speeds
as a
function of the used block size with dd:
256 => 3.1 MB/s
512 => 6.2 MB/s
1024 => 12.0 MB/s
2048 => 22.4 MB/s
4096 => 40.3 MB/s
The result is pretty much close to linear as expected.
Original comment by sz...@ntfs-3g.org
on 12 Apr 2007 at 3:25
Original comment by si...@gmail.com
on 13 Apr 2007 at 3:59
Original issue reported on code.google.com by
gnu...@gmail.com
on 11 Apr 2007 at 11:24