I have found that you can get a good salvager disk access pattern by the order
of the entries in your /etc/fstab. This is one of the fstabs from our
Sparc20s running 3.3a
sd1,sd2, and sd3 are 9 gig micropolis 1991 on the main SCSI bus.
sd24,sd25,sd26 and sd27 are 4 gig micropolis 3243WD on a wide diff. SCSI bus.
sd28,sd29,sd30 and sd31 are 4 gig micropolis 3243WD on a wide diff. SCSI bus.
(i'm in the process of moving vicep's from the 9s to the 4s, too many seeks)
Yes, the output of df looks strange but one can always use 'df | sort +5'
PS: the sixth column controls the fsck order.
Just use 'vi'
:.,$!sort
fix the order on the partitions on the same spindle
:.,$!sort +5
:wq
Jeff Bartlett
Avant! Corporation
[EMAIL PROTECTED]
----------------------------------------
/dev/sd0a / 4.2 rw 1 1
/dev/sd0h /home 4.2 rw 1 3
/dev/sd0g /usr 4.2 rw 1 2
/dev/fd0 /pcfs pcfs rw,noauto 0 0
# bad blocks 1g
# emptyd 2h
# emptyd 3h
/dev/sd1d /vicepa 4.2 rw 1 4
/dev/sd24d /vicepf 4.2 rw 1 4
/dev/sd25d /viceph 4.2 rw 1 4
/dev/sd26d /viceps 4.2 rw 1 4
/dev/sd2d /vicepk 4.2 rw 1 4
/dev/sd3d /vicepl 4.2 rw 1 4
/dev/sd1e /vicepb 4.2 rw 1 5
/dev/sd24e /vicepg 4.2 rw 1 5
/dev/sd25e /vicepi 4.2 rw 1 5
/dev/sd26e /vicept 4.2 rw 1 5
/dev/sd2e /vicepm 4.2 rw 1 5
/dev/sd3e /vicepn 4.2 rw 1 5
/dev/sd1f /vicepc 4.2 rw 1 6
/dev/sd28d /vicepd 4.2 rw 1 6
/dev/sd29d /vicepu 4.2 rw 1 6
/dev/sd2f /vicepo 4.2 rw 1 6
/dev/sd30d /vicepw 4.2 rw 1 6
/dev/sd31d /vicepy 4.2 rw 1 6
/dev/sd3f /vicepp 4.2 rw 1 6
/dev/sd28e /vicepj 4.2 rw 1 7
/dev/sd29e /vicepv 4.2 rw 1 7
/dev/sd2g /vicepq 4.2 rw 1 7
/dev/sd30e /vicepx 4.2 rw 1 7
/dev/sd31e /vicepz 4.2 rw 1 7
/dev/sd3g /vicepr 4.2 rw 1 7
/dev/sd1h /vicepe 4.2 rw 1 8