Linux on USB key or SSD – performance tips
April 30, 2009
Here is a list of performance tips collected from various blogs/sources on the net: Format / mount the SSD device as ext2 (no journaling) and with noatime fs option. Use elevator=noop for SSD devices, for eg: echo noop > /sys/block/sda/queue/scheduler # assuming sda = SSD device
0