Re: fsck and mount handling in bsd.rd

2011-01-04 Thread Alexander Hall
On 12/22/10 10:59, Alexander Hall wrote: > As noted by Peter Miller, the fsck and mount procedures in bsd.rd > differ from /etc/rc. Specifically, he had issues with usb disks that > were not always present at boot. While /etc/rc would not fsck > those (since fs_passno == 0) and ignore any issues wi

fsck and mount handling in bsd.rd

2010-12-22 Thread Alexander Hall
As noted by Peter Miller, the fsck and mount procedures in bsd.rd differ from /etc/rc. Specifically, he had issues with usb disks that were not always present at boot. While /etc/rc would not fsck those (since fs_passno == 0) and ignore any issues with mount -a, the upgrade process was a bit more p