June 2015
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Categories

June 2015
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Tweak EXT4 mount options for performance

Need to change default EXT4 mount options to tweek performance

DEFAULT EXT4 mount options (Centos 6.3):

Shell [root@server ~]# cat /etc/fstab<br /> dev/sda1 / ext4 defaults 0 1 1 2 [root@server ~]# cat /etc/fstab dev/sda1 / ext4 defaults 0 1

… meaning …

Shell [root@server ~]# cat /proc/mounts | grep ext4<br /> /dev/sda1 / […]