Chinaunix首页 | 论坛 | 博客
  • 博客访问: 193545
  • 博文数量: 40
  • 博客积分: 1031
  • 博客等级: 少尉
  • 技术积分: 321
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-18 11:35
文章分类
文章存档

2022年(1)

2020年(1)

2017年(1)

2016年(5)

2015年(1)

2013年(1)

2011年(13)

2010年(16)

2009年(1)

我的朋友

分类: LINUX

2011-03-03 17:46:12

  1. Hdd check disable:
  2. sudo tune2fs -c 0 -i 0
  3. Hdd check change from 30 to 50:
  4. sudo tune2fs -c 50 /dev/hdx@
  5. To see the actual settings:
  6. sudo dumpe2fs /dev/whatever
  7. fsck : check and repair a Linux file system
  8. dosfsck : check and repair MS-DOS file systems
  9. e2fsck : check a Linux ext2/ext3 file system
  10. expiry : check and enforce password expiration policy
  11. fsck.ext2 : check a Linux ext2/ext3 file system
  12. fsck.ext3 : check a Linux ext2/ext3 file system
  13. fsck.minix : a file system consistency checker for Linux
  14. fsck.msdos : check and repair MS-DOS file systems
  15. fsck.reiser4 : the program for checking and repairing reiser4 filesystem.
  16. fsck.reiserfs : The checking tool for the ReiserFS filesystem.
  17. fsck.vfat : check and repair MS-DOS file systems
  18. hpfsck : check integrity of an HFS+ volume
  19. reiserfsck : The checking tool for the ReiserFS filesystem.
  20. xfs_check : check XFS filesystem consistency
阅读(1545) | 评论(0) | 转发(0) |
0

上一篇:ubuntu xorg config file

下一篇:来自网络

给主人留下些什么吧!~~