crakie
07-05-2009, 12:14 AM
I installed Ubuntu Jaunty on my brand new Vertex 30 Gb (FW v1.3), which now takes up about 10 Gb. Some tasks, particularly the boot, are noticeably faster, but on the whole it's not what I expected. For example, I thought I would never have to see 5 Mb/s write speeds again, but this is what gnome tells me at many copy operations.
Here are some benchmarks for reading on the Vertex (/dev/sdd) I found on this forum:
1) hdparm -t /dev/sdd: 123 Mb/s (with --direct 130 Mb/s)
2) dd if=/dev/sdd of=/dev/null bs=4k skip=0 count=51200: 129 Mb/s
3) Bash testscript provided by b2bde4: 140 Mb/s (8192k blocks)
These were all performed at the terminal, with X not running. The good news is, they are pretty much the same when the system is in full use. Still, I encountered much better results here and elsewhere.
So, what can I do to improve this (let's start with the reading speed)? I used the partition alignment howto by TortureTest, used the strip-width option when creating the ext4 partition, use the noatime option and changed the scheduler to deadline. Naturally, the swap file is not on the SSD (but also not on a ramdisc).
Here are some benchmarks for reading on the Vertex (/dev/sdd) I found on this forum:
1) hdparm -t /dev/sdd: 123 Mb/s (with --direct 130 Mb/s)
2) dd if=/dev/sdd of=/dev/null bs=4k skip=0 count=51200: 129 Mb/s
3) Bash testscript provided by b2bde4: 140 Mb/s (8192k blocks)
These were all performed at the terminal, with X not running. The good news is, they are pretty much the same when the system is in full use. Still, I encountered much better results here and elsewhere.
So, what can I do to improve this (let's start with the reading speed)? I used the partition alignment howto by TortureTest, used the strip-width option when creating the ext4 partition, use the noatime option and changed the scheduler to deadline. Naturally, the swap file is not on the SSD (but also not on a ramdisc).