--- tests.init | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests.init b/tests.init index 4d16e1b..4b574fc 100644 --- a/tests.init +++ b/tests.init @@ -33,6 +33,10 @@ MOUNTCMD='./domount -o $MNTOPTIONS $SERVER\:$SERVPATH $MNTPOINT' # DG/UX #MOUNTCMD='./domount -t nfs -o $MNTOPTIONS $SERVER\:$SERVPATH $MNTPOINT' +# Use this mount command if using: +# SMB/CIFS +#MOUNTCMD='./domount -t cifs -o $MNTOPTIONS //$SERVER/$SERVPATH $MNTPOINT' + UMOUNTCMD='./domount -u $MNTPOINT' # Use the next two lines if using: -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html