From owner-freebsd-questions@FreeBSD.ORG Fri Nov 11 21:28:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6092316A41F for ; Fri, 11 Nov 2005 21:28:59 +0000 (GMT) (envelope-from sean.bruno@dsl-only.net) Received: from iron.pdx.net (iron.pdx.net [207.149.241.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A3F943D45 for ; Fri, 11 Nov 2005 21:28:59 +0000 (GMT) (envelope-from sean.bruno@dsl-only.net) Received: (qmail 23364 invoked from network); 11 Nov 2005 13:25:40 -0800 Received: from pool-71-111-116-105.ptldor.dsl-w.verizon.net (HELO home-desk) (71.111.116.105) by iron.pdx.net with (RC4-MD5 encrypted) SMTP; 11 Nov 2005 13:25:40 -0800 From: Sean Bruno To: freebsd-questions@freebsd.org In-Reply-To: 20051007145730.W41030@wolf.pjkh.com Content-Type: text/plain Date: Fri, 11 Nov 2005 13:25:39 -0800 Message-Id: <1131744339.21074.5.camel@home-desk> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit Subject: How can I programatically eject a live cd? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 21:28:59 -0000 I was looking for an answer to this question. Since my CD is actually the running file system(is mounted), I cannnot eject it while the system is running. So is there a way to do this that y'all have found, or do I have to change my CD to run from memory(RAMDISK) instead of running from the CD. Sean