The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




Thread: fsck -o
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 01-06-2009
cerber0 cerber0 is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 11
This messages indicate that you should be run fsck with "force" option.

"-o f"

Normally, ehen you execute the fsck command, first step for check the FS integrity is verify the "clean flag" in the superblock, if this flag indicate that FS is OK the fsck command return a successfull state, the "-o f" tells to the command that ignore this flag and execute one "full" fsck over FS.