# A simple runset to enable a filesystem -- in this case, a
# Zip drive
#

# This line allows me to activate this runset as a normal user.
!user michael

# check the filesystem before mounting it.
wait /sbin/e2fsck /dev/sdb4

# and do the actual mount.
filesystem ext2 /mnts/zip /dev/sdb4
