我的番茄炒蛋
生活如此精彩,挑战无处不在!

导航

 

FreeBSD断电后,自动检测并修复文件系统

在rc.conf里添加如下代码

  1. #fix filesystem 
  2. fsck_y_enable="YES"      # Set to YES to do fsck -y if the initial preen fails. 
  3. background_fsck="NO"     # Attempt to run fsck in the background where possible. 

 

posted on 2012-10-27 21:38  bluesky  阅读(254)  评论(0)    收藏  举报