View Single Post

   
  #3 (permalink)  
Old 05-07-2008, 07:19 PM
James Carlson
 
Posts: n/a
Default Re: fsck pass in vstab

Dick Hoogendijk <dick@nagual.nl> writes:
> This is a question about /etc/vfstab
> The root dir (/) has fsck pass 1
> Directory /export/home has fsck pass 2
> If I add another mount point /zones from another disk (c1d0s4) what will
> the right fsck pass be? (1, because it's another disk, or 2?)


Everything other than the root file system is normally set to '2'.

When fsck is run without a named file system and with the "-o p"
("preen") option, it scans the vfstab entries. Entries with pass 0
are ignored. Those with pass 1 are checked immediately when
encountered. Those with 2 or higher are checked in parallel after the
1 entries are handled.

By setting this to '1', you'll just slow down the boot process.

I don't believe that numbers above 2 have significance -- they're the
same as 2.

--
James Carlson, Solaris Networking <james.d.carlson@sun.com>
Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
Reply With Quote