From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 22:52:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C9FD10656E9 for ; Thu, 12 Feb 2009 22:52:21 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 57CA18FC17 for ; Thu, 12 Feb 2009 22:52:20 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n1CMpvtx098013; Thu, 12 Feb 2009 23:51:57 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n1CMptv5098010; Thu, 12 Feb 2009 23:51:57 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 12 Feb 2009 23:51:54 +0100 (CET) From: Wojciech Puchar To: Tim Judd In-Reply-To: <4994919E.3000803@gmail.com> Message-ID: <20090212235111.D97916@wojtek.tensor.gdynia.pl> References: <1234423939.27702.4.camel@ethos> <20090212101453.I81232@wojtek.tensor.gdynia.pl> <20090212105424.a710de5e.freebsd@edvax.de> <20090212141444.W81609@wojtek.tensor.gdynia.pl> <4994919E.3000803@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Gary Kline , Polytropon , FreeBSD Mailing List Subject: Re: How-to erase a 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: Thu, 12 Feb 2009 22:52:21 -0000 >> which is exactly what i suggested - writing 0 byte disc > > > that writes binary 0, the ASCII "NUL" character. /dev/zero is NOT a > zero-size file. yes it is [wojtek@wojtek ~/NOBACKUP]$ dd if=/dev/null of=/dev/null bs=1 0+0 records in 0+0 records out 0 bytes transferred in 0.000037 secs (0 bytes/sec) /dev/null simply gives EOF when trying to read