#!/bin/bash -norc
set -x

TESTFS=nfsdas

umount /n/test/$TESTFS
/sbin/rmmod $TESTFS

