From owner-cvs-all Wed Jan 5 12:45:31 2000 Delivered-To: cvs-all@freebsd.org Received: from t-mta4.odn.ne.jp (mfep4.odn.ne.jp [143.90.131.168]) by hub.freebsd.org (Postfix) with ESMTP id 493E514DAA; Wed, 5 Jan 2000 12:45:19 -0800 (PST) (envelope-from shigeisp@pop02.odn.ne.jp) Received: from athena.shige.org ([143.90.248.41]) by t-mta4.odn.ne.jp (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000105204517.JDMW29104.t-mta4.odn.ne.jp@athena.shige.org>; Thu, 6 Jan 2000 05:45:17 +0900 To: sos@freebsd.dk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/eject - Imported sources From: Shigeyuki Fukushima (=?iso-2022-jp?B?GyRCSiFFZ0xQRzcbKEI=?=) In-Reply-To: <200001051453.PAA25483@freebsd.dk> References: <200001051437.GAA64285@freefall.freebsd.org> <200001051453.PAA25483@freebsd.dk> X-Mailer: Mew version 1.95b3 on Emacs 20.5 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-URL: http://www.freebsd.org/~shige/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 06 Jan 2000 05:45:06 +0900 X-Dispatcher: imput version 990905(IM130) Lines: 22 Message-Id: <20000105204517.JDMW29104.t-mta4.odn.ne.jp@athena.shige.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk From: Soren Schmidt Subject: Re: cvs commit: ports/sysutils/eject - Imported sources Date: Wed, 5 Jan 2000 15:53:45 +0100 (CET) sos> Erhm, whats wrong with cdcontrol which is in the base system ?? This is yet another utility for ejecting removeable media. :) This utility is not only for cd-rom. The following example shows the demerit of using cdcontrol: # mount_cd9660 /dev/acd0 /cdrom # cdcontrol -f /dev/acd0 eject # df (CD-ROM media is still mounted on /cdrom! ;)) On the other hand, `eject' un-mount a device automatically. :) Of course, I hope that cdcontrol have this automatic un-mount operation as well as `eject'. --- shige To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message