I have a question about the fsck parameter in the /etc/fstab file.  My
fstab file is setup as follows.
root_domain#root /              advfs rw 0 2
/proc            /proc  procfs rw 0 0
usr_domain#usr   /usr           advfs rw 0 2
var_domain#var   /var   advfs rw 0 2
usr_domain#local         /usr/local     advfs rw 0 2
users_domain#staff     /usr/users/staff       advfs rq,userquota,groupquota
0 2
users_domain#faculty   /usr/users/faculty     advfs rq,userquota,groupquota
0 2
users_domain#classes   /usr/users/classes     advfs rq,userquota,groupquota
0 2
users_domain#students  /usr/users/students    advfs rq,userquota,groupquota
0 2
users_domain#other     /usr/users/other       advfs rq,userquota,groupquota
0 2
/dev/rz0b        swap1  ufs sw 0 2
/dev/rz1h        swap2  ufs sw 0 2
/dev/rz2h        swap3  ufs sw 0 2
Running syscheck, I get these messages:
Operational: Root file system fstab entry fsck is incorrect. fsck parameter
MUST be 1 
Operational: Duplicate fsck parameter ( 2 ) for disk/domain users_domain on
/usr/users/faculty. 
This parameter should be unique for each entry that shares the same domain
or disk 
However, the man page for fsck says that for AdvFS the sixth field [fsck]
is a pass number field that allows the quotacheck command to perform all of
the consistency checks needed for the file system.  The pass number must be 2.
What should the pass numbers be?  I'm running DU4.0B if that matters.
 Ellen Davis
 Ellen.Davis_at_uc.edu
Received on Thu Aug 07 1997 - 22:53:29 NZST