Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6535818
  • 博文数量: 1159
  • 博客积分: 12444
  • 博客等级: 上将
  • 技术积分: 12570
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-13 21:34
文章分类

全部博文(1159)

文章存档

2016年(126)

2015年(350)

2014年(56)

2013年(91)

2012年(182)

2011年(193)

2010年(138)

2009年(23)

分类: LINUX

2013-03-15 11:56:00

has been mounted 20 times without being checked, check forced


关闭开机文件系统自检或变更检查频率

http://rocolex.blog.163.com/blog/static/6844641020119110413861/

关闭自检:编辑/etc/fstab文件
The 6th column (in bold) is a fsck options.
  • 0 = Do not check.
  • 1 = First file system (partition) to check;
    • / (root partition) should be set to 1.
  • 2 = ALL OTHER file systems to be checked.
把第六个字段也就是最后一个字段数字改成0

修改自检的频率
没100次自检一次
tune2fs -c 100 /dev/sda1 

查看当前自检的频率
dumpe2fs -h /dev/sda1 | grep -i 'mount count'


阅读(5091) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~