#!/bin/rc
# mount ext2 formatted (linux) disk partition /dev/hda*
# Thu Dec 9 13:46:41 EST 2004 Peter A. Cejchan <cej@gli.cas.cz | pac7@post.cz | pac@plan9.cz>
if(! test -f /srv/ext2)
ext2srv
unmount /n/linux >[2]/dev/null
mount -c /srv/ext2 /n/linux /dev/sdC0/linux1
|