Re: Weird behaviour 'umount' on NFS disk

2006-02-01 Thread Lowell Gilbert
Frank Staals <[EMAIL PROTECTED]> writes: > Hey, > > Usually I work at my laptop, if I'm at home I can mount some > directories from my server so I can also access those files and I > don't have to ftp them. For the mounting I use this script : > > [EMAIL PROTECTED] cat /usr/local/bin/nfsmount >

Weird behaviour 'umount' on NFS disk

2006-01-31 Thread Frank Staals
Hey, Usually I work at my laptop, if I'm at home I can mount some directories from my server so I can also access those files and I don't have to ftp them. For the mounting I use this script : [EMAIL PROTECTED] cat /usr/local/bin/nfsmount #!/bin/sh srv="192.168.2.1" if [ "$1" = "-wlan" ]; t