#! /sbin/sh
#Tag 0x00000f00
#ident "$Revision: 1.15 $"
#
# Mount file systems according to file system table /etc/fstab.
# check all filesystems if necessary, in parallel.

fsck -m -c -y

# mount all local filesystems; caller gets exit status of mount as exit status
mount -at efs
