there is ‘discard’ option introduced with ext4 file system and I found a lot of online resources recommending ‘discard’ options for SSD disks.
No similar option is available with ext3 file system.
Is there any recommendations available to get max from SSD disk using SLES11/ext3 file systems. Any best practices ?
Hi
For the 3.x and greater kernels, you can use discard and the fstrim
utility is available. Check is disk alignment.
Another other option is the elevator and setting the swappiness down
depending on how much system ram.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.32-33-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
[QUOTE=malcolmlewis;26040]Hi
For the 3.x and greater kernels, you can use discard and the fstrim
utility is available. Check is disk alignment.
[/QUOTE]
‘discard’ option is not available with ext3 file systems. Though fstrim is available with SLE 11 SP 3.
noop or elavator which one is recommended for SSD disk ? Yes swappiness is already set to 20.