linux 提升 文件系统 性能

[root@localhost ~]# gedit  /etc/fstab &

LABEL=/  /  ext3  defaults,noatime,nodiratime 1 1



[root@localhost ~]# mount -o noatime -o nodiratime -o remount /

[root@localhost ~]# mount -o noatime,nodiratime,remount /

你可能感兴趣的:(linux 提升 文件系统 性能)