From owner-freebsd-questions Wed Dec 2 15:43:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21510 for freebsd-questions-outgoing; Wed, 2 Dec 1998 15:43:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from post.mail.demon.net (post-11.mail.demon.net [194.217.242.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21501 for ; Wed, 2 Dec 1998 15:43:11 -0800 (PST) (envelope-from marko@uk.radan.com) Received: from [158.152.75.22] (helo=uk.radan.com) by post.mail.demon.net with smtp (Exim 2.054 #1) id 0zlLv2-0003Y1-00; Wed, 2 Dec 1998 23:42:55 +0000 Organisation: Radan Computational Ltd., Bath, UK. Phone: +44-1225-320320 Fax: +44-1225-320311 Received: from beavis.uk.radan.com (beavis [193.114.228.122]) by uk.radan.com (8.6.10/8.6.10) with SMTP id XAA05590; Wed, 2 Dec 1998 23:42:16 GMT Received: from uk.radan.com (rasnt-1) by beavis.uk.radan.com (4.1/SMI-4.1) id AA20525; Wed, 2 Dec 98 23:42:13 GMT Message-Id: <3665CFCA.F8750E3F@uk.radan.com> Date: Wed, 02 Dec 1998 23:39:54 +0000 From: Mark Ovens X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en-GB Mime-Version: 1.0 To: Aaron Parmelee Cc: "FreeBSD-questions@FreeBSD.ORG" Subject: Re: how do i unmount cdrom, floppy, etc References: <366560DA.DA8AFEE@uk.radan.com> <3.0.5.32.19981202134841.00a8f900@net66.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Aaron Parmelee wrote: > > hello out there: > > today i tried to mount my cdrom, floppy drive, and zip drive. i > successfully mounted the floppy, but i couldn't mount anything else after. > i kept getting "device busy" flag. how do i unmount devices so that i can > mount other devices? > Hmm, without a bit more specific info I can't be sure, but it sounds like you were trying to mount everything on the same mount point (directory) at the same time. If you did (as root) something like: mount -t msdos /dev/fd0 /mnt to mount the floppy, and then did: mount -t cd9660 /dev/cd0 /mnt to try and mount the cdrom, then it will fail coz the floppy needs to be unmounted first (can't mount >1 device on the same dir at the same time). Try: umount /mnt mount -t cd9660 /dev/cd0 /mnt or, mount the CD on a different mount point. FWIW, I mount the floppy on /pcfs, the CD on /cdrom, and if I had a Zip drive I'd probably use /zip. > incidently, the floppy was fd0, msdos filesystem. > > thanks > -aaron > "My motto is: do it my way or watch your butt." Isn't that Bill Gates' motto as well ;-) > -Nathan Arizona > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Trust the computer industry to shorten Year 2000 to Y2K. It was this thinking that caused the problem in the first place. Mark Ovens, CNC Applications Engineer, Radan Computational Ltd Sheet Metal CAD/CAM Solutions mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message