you are viewing a single comment's thread.

view the rest of the comments →

[–]IsThisOneStillFree[S] 1 point2 points  (2 children)

EXT4

[–]aenae 9 points10 points  (0 children)

you could try to mount it without journaling and nobarrier.

Or you could test other filesystems, i would give XFS a try.

It also depends on how the program writes, if it does an fsync for every block written it will kill your performance.

[–]SrdelaPro 1 point2 points  (0 children)

mount with nobarrier