Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2000 19:55:40 +0100
From:      Mark Ovens <marko@freebsd.org>
To:        abovone@mindspring.com
Cc:        FreeBSD-questions@freebsd.org
Subject:   Re: eject
Message-ID:  <20000725195540.G236@parish>
In-Reply-To: <3.0.1.32.20000725145515.0080ee40@pop.mindspring.com>; from abovone@mindspring.com on Tue, Jul 25, 2000 at 02:55:15PM -0400
References:  <3.0.1.32.20000725145515.0080ee40@pop.mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 25, 2000 at 02:55:15PM -0400, abovone@mindspring.com wrote:
> Silly question,
>  but now that i have my cdrom mounted and i see the file fine, how do I
> eject the cd?
> The front botton no longer responds....What is the command..

You need to umount(8) it first.

If you used

   mount /cdrom

to mount it, just do

   umount /cdrom

If you did something like

   mount -t cd9660 /dev/cd0c /mnt

try

   umount /mnt

HTH

> Alex
> 
> 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
  If I buy a copy of WinDelete, and it doesn't delete Windows,
  am I entitled to my money back?
________________________________________________________________
51.44°N  FreeBSD - The Power To Serve http://www.freebsd.org
2.057°W  My Webpage http://ukug.uk.freebsd.org/~mark
mailto:marko@freebsd.org                http://www.radan.com



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?20000725195540.G236>