Subject: umounting null mounts
To: None <netbsd-help@netbsd.org>
From: Zafer Aydogan <zafer@gmx.org>
List: netbsd-help
Date: 02/07/2005 01:20:16
Hello List,
I have a few null-mount-points for building packages in a sandbox.
This was working fine. Meanwhile I deleted some of the the targets and
recreated them. Switching to the mount-points and typing "ls" causes this
error:
ls: .: No such file or directory
Trying to unmount is also not succesfull
# mount
/usr/pkgsrc on /usr/local/live/pkgsrc type null (local)
# umount /usr/local/live/pkgsrc
umount: .: No such file or directory
Any Idea?
Greets, Zafer.