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.
修改自检的频率
没100次自检一次
查看当前自检的频率
阅读(2634) | 评论(0) | 转发(0) |
关闭开机文件系统自检或变更检查频率
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.
修改自检的频率
没100次自检一次
tune2fs -c 100 /dev/sda1
查看当前自检的频率
dumpe2fs -h /dev/sda1 | grep -i 'mount count'
相关热门文章
给主人留下些什么吧!~~
评论热议