如何取消linux下檔案系統定期check

tolywang發表於2006-08-03

Linux AS2.1 EXT3 File System.

35 天沒有關閉機器,需要調整Oracle引數,順便保養一些硬體。結果關閉Linux系統之後幾分鐘,重新開啟之後一直檢查檔案系統。資訊如下:

Checking filesystems .
/boot : clean , 44/130560 files , 31139/522112 blocks

/dev/sdb1 has gone 212 days without being checked .
Check forced .

/tmp : clean .....

......


http://www.itpub.net/showthread.php?threadid=604570&pagenumber=

使用dmesg 察看Linux系統, 發現沒有異常關閉的跡象 。經過網友們的討論發現是沒有使用tune2fs -c or -i 去設定check時間或mounts。 詳細的用法可以參考Linux幫助: man tune2fs 。

--------------------------------

mkfs.ext3/dev/md0將RAID分割槽格式化為ext3格式

結果如下所示:


[root@localhost root]# mkfs.ext3 /dev/md0
mke2fs 1.27 (8-Mar-2002)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
53040 inodes, 211456 blocks
10572 blocks (5.00%) reserved for the super user
First data block=1
26 block groups
8192 blocks per group, 8192 fragments per group
2040 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729, 204801

raid5: switching cache buffer size, 4096 --&gt 1024
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information:
done

This filesystem will be automatically checked every 22 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-84425/,如需轉載,請註明出處,否則將追究法律責任。

相關文章