#!/bin/rc
# mount ext2 formatted (linux) disk partition /dev/hdc*
# Thu Dec 9 13:47:51 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/sdD0/linux
|