Thanks. I looked all over for an explanation.
I will use Dump 2 and Pass#2 for the new scsi drives.
Does that sound correct?
testserver# cat /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ad0s1b none swap sw 0 0
/dev/ad0s1a / ufs rw 1 1
/dev/ad0s1e /tmp ufs rw 2 2
/dev/ad0s1f /usr ufs rw 2 2
/dev/ad0s1d /var ufs rw 2 2
/dev/da0s1d /scsi0 ufs rw
/dev/da1s1d /scsi1 ufs rw
/dev/da2s1d /scsi2 ufs rw
/dev/da3s1d /scsi3 ufs rw
testserver#
Main Topics
Browse All Topics





by: gheistPosted on 2004-02-07 at 03:19:28ID: 10297590
dump frequency - useful when you use dump command for backup larger numbers than one are to avoid too many backups of idle filesystems
pass number - specifies the order filesystems are checked by fsck -p (commonly at boot) like 1 (one) for / and 2 for other filesystems. i.e / is checked alone, then we go to all others, fsck knows if they are on different physical disks and checks in parallel. 3 and more can be used if fsck misses something of your disk layout (almost impossible on *normal* systems) and intensively scratches around same disk.
If either of these is 0 (zero) , respective utility ignores the volume.