From owner-freebsd-questions@FreeBSD.ORG Sat May 17 09:06:38 2003 Return-Path: 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 3790F37B401 for ; Sat, 17 May 2003 09:06:38 -0700 (PDT) Received: from dentrita.perpels.com (217-126-9-95.uc.nombres.ttd.es [217.126.9.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8958143F93 for ; Sat, 17 May 2003 09:06:37 -0700 (PDT) (envelope-from drio@perpels.com) Received: from big.perpels.com (unknown [192.168.0.5]) by dentrita.dummy.net (Postfix) with ESMTP id 529A8104 for ; Fri, 16 May 2003 09:04:46 +0200 (CEST) Received: by big.perpels.com (Postfix, from userid 1000) id 6F7DA5403; Fri, 16 May 2003 09:04:45 +0200 (CEST) Date: Fri, 16 May 2003 09:04:45 +0200 From: David Rio To: freebsd-questions@freebsd.org Message-ID: <20030516070445.GA43651@perpels.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: how to know if there is a cd inside the cdwriter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2003 16:06:38 -0000 Hi: I am writing a little script to backup my data. I would like to know if there is a CD inside the cdwriter before launch the burn process. Any idea? Thanks.