From owner-freebsd-questions@FreeBSD.ORG Sat Aug 20 03:42:27 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 C2FB616A41F for ; Sat, 20 Aug 2005 03:42:27 +0000 (GMT) (envelope-from cdelsey@qwest.net) Received: from mpls-qmqp-05.inet.qwest.net (mpls-qmqp-05.inet.qwest.net [63.231.195.116]) by mx1.FreeBSD.org (Postfix) with SMTP id 35A1A43D46 for ; Sat, 20 Aug 2005 03:42:27 +0000 (GMT) (envelope-from cdelsey@qwest.net) Received: (qmail 89419 invoked by uid 0); 20 Aug 2005 03:36:37 -0000 Received: from unknown (63.231.195.15) by mpls-qmqp-05.inet.qwest.net with QMQP; 20 Aug 2005 03:36:37 -0000 Received: from vdsl-130-13-176-63.phnx.qwest.net (HELO ?192.168.2.2?) (130.13.176.63) by mpls-pop-15.inet.qwest.net with SMTP; 20 Aug 2005 03:42:26 -0000 Received: by localhost.local (Postfix, from userid 1001) id CC3AC4449; Fri, 19 Aug 2005 20:42:27 -0700 (MST) Date: Fri, 19 Aug 2005 20:42:27 -0700 Message-ID: <20050820034227.GA54271@localhost.local> From: "Carl Delsey" To: freebsd-questions@freebsd.org Mail-Followup-To: freebsd-questions@freebsd.org References: <1124376046.3696.6.camel@localhost.localdomain> <20050818145004.GE660@gothic.blackend.org> <1124378655.3696.14.camel@localhost.localdomain> <20050818154010.GF660@gothic.blackend.org> <9A906138-3AFC-44E5-9533-DF89D1183B0D@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Subject: Re: blanking DVD+RW 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: Sat, 20 Aug 2005 03:42:27 -0000 On Thu, Aug 18, 2005 at 09:12:46AM -0700, Garrett Cooper wrote: > On Aug 18, 2005, at 8:40 AM, Marc Fonvieille wrote: > On Thu, Aug 18, 2005 at 11:24:15AM -0400, Claudio Discepola wrote: > > Hi Marc, > > Thanks for the quick reply. I notice for DVD-RW it is possible to > return its "Disc status" to "blank" by running: > "cdrecord -v dev=0,0,0 blank=all" > > This command doesn't work for DVD+RW however. So I guess it is never > possible to return a +RW to its original 'blank' status? > I was able to "blank" my DVD-RAM by using dd if=/dev/zero of=/dev/dvd bs=2048. At least this blanked it enough that growisofs considered it blank next time I ran it. Carl