红联Linux门户
Linux帮助

给linux做磁盘整理

发布时间:2008-01-27 01:14:41来源:红联作者:Axflue
从一mysql dba的BLOG上了解到fragment对性能有影响。所以最好定期作scan。我今天才知道。呵呵,惭愧。如何做呢,如下:

mount -o ro,remount /

THen run the fsck as normal. When done, remount / as read-write:

mount -o rw,remount /

ref url:
http://www.linux-sxs.org/housekeeping/frag.html
文章评论

共有 1 条评论

  1. aronmalache 于 2008-01-29 10:01:09发表:

    白费功夫,你使用ext3分区,一天没有几十万流量就不需要整理。