Date: Fri, 2 Nov 2001 12:13:32 -0500 From: "David S. Jackson" <dsj@sylvester.dsj.net> To: freebsd-questions@freebsd.org Subject: umounting vn0 Message-ID: <20011102121332.F3201@sylvester.dsj.net>
next in thread | raw e-mail | index | archive | help
Hi, I was downloading some CD iso images and checking them through the vnconfig command, as I usually do. If they mount, they're good, if not, then I must download them again. One one image I did the command vnconfig /dev/vn0 cdimage.iso mount -t cd9660 /dev/vn0 /mnt/test As predicted, the ls of /mnt/test was empty. But when I tried to umount /mnt/test, I got a "device not mounted" error. Yet, when I do a "mount" command, there I see the following: /dev/vn0 on /mnt/test (cd9660, local, read-only) I reread the applicable man pages, tried everything that seemed to make sense. I even mounted a good iso image on /mnt/test, which worked fine. I umounted that image, but still the mount command shows /dev/vn0 mounted on /mnt/test. It looks like a mistake on "mount's" part. Can anyone help me remove this entry from the mount table? Also, I normally go vnconfig vn0c cdimage.iso. Is vnconfig /dev/vn0 cdimage.iso especially wrong? Thanks! -- David S. Jackson dsj@dsj.net =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I put contact lenses in my dog's eyes. They had little pictures of cats on them. Then I took one out and he ran around in circles. -- Steven Wright To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011102121332.F3201>