nfs umount cores

JRPerkins@aol.com
Tue, 22 Oct 1996 17:09:50 -0400


I installed Slackware 96 on two machines recently. All seems to work well
with the exception that the cvs server nfs mount can't be unmounted.

in /etc/profile:
export CVSROOT /mnt/punk/home/Master

in /etc/fstab:
punk:/ /mnt/punk nfs defaults

also, after initial boot with above in place, logged in as root.
cd /home
ln -s /mnt/punk/home/Master Master

cvs/rcs works just fine.

umount punk:/
or
umount /mnt/punk

just creates core in current working directory and does not unmount the nfs
locally.

all other local umount /dev/xxxxxx do the unmount correctly.

Jerry