You can change the I/O scheduler just for SSD. Replace the "sda" to what have you for SSD in your system.
# Change the IO scheduler for SSD
echo deadline >/sys/block/sda/queue/scheduler
echo 1 >/sys/block/sda/queue/iosched/fifo_batch
I have these lines in my "/etc/rc.d/rc.local". For more reading, see
http://tombuntu.com/index.php/2008/0...-state-drives/. And I suppose you have already seen
http://forums.fedoraforum.org/showpo...85&postcount=1.