Re: erasing CDRW media?

2002-02-20 Thread Osamu Aoki
On Tue, Feb 19, 2002 at 03:18:50PM -0800, Paul 'Baloo' Johnson wrote:
> On Tue, 19 Feb 2002, Dave Price wrote:
> 
> > Can CDRW media be reused with cdrecord (burning ISO images)?  If so,
> > how does one go about 'erasing the media first?
> 
> I believe xcdroast (the X front end for doing damn near anything to a
> CDR(W)) can do this automagically.

Of course back end command line command "cdrecord" can do too.
   blank=type
  Blank  a  CD-RW  and  exit  or blank a CD-RW before
  writing. The blanking type may be one of:

  helpDisplay a  list  of  possible  blanking
  types.

  all Blank  the entire disk. This may take a
  long time.

  fastMinimally blank the disk. This  results
  in  erasing  the  PMA,  the TOC and the
  pregap.

  track   Blank a track.

... From man page... 

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +
Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D
Visit Debian reference http://www.debian.org/doc/manuals/quick-reference/
There are 6 files: index.{en|fr|it}.html quick-reference.{en|fr|it}.txt
I welcome your constructive criticisms and corrections.



Re: erasing CDRW media?

2002-02-20 Thread Paul 'Baloo' Johnson
On Tue, 19 Feb 2002, Dave Price wrote:

> Can CDRW media be reused with cdrecord (burning ISO images)?  If so,
> how does one go about 'erasing the media first?

I believe xcdroast (the X front end for doing damn near anything to a
CDR(W)) can do this automagically.

-- 
Baloo



Re: erasing CDRW media?

2002-02-19 Thread Iain Smith
On Tue, Feb 19, 2002 at 03:27:50PM -0700, Dave Price wrote:
> Question...
> 
> Can CDRW media be reused with cdrecord (burning ISO images)?  If so,
> how does one go about 'erasing the media first?

Seems like an apt moment to de-lurk, since I'm doing exactly what you
ask at the moment...

# cdrecord blank=help

I generally just add blank=fast to the cdrecord options!

-- 
Email address rot13'ed...


pgpjNNMnrXlqp.pgp
Description: PGP signature


Re: erasing CDRW media?

2002-02-19 Thread Ron Johnson
On Tue, 19 Feb 2002 15:27:50 -0700 Dave Price <[EMAIL PROTECTED]> wrote:

> Question...
> 
> Can CDRW media be reused with cdrecord (burning ISO images)?  If so,
> how does one go about 'erasing the media first?

cdrecord -v -blank=fast -speed=%d -dev=%s

-- 
++
| Ron Johnson, Jr.Home: [EMAIL PROTECTED]|
| Jefferson, LA  USA  http://ronandheather.dhs.org:81|
||
| 484,246 sq mi are needed for 6 billion people to live, 4   !
! persons per lot, in lots that are 60'x150'.|
! That is ~ California, Texas and Missouri.  !
! Alternatively, France, Spain and The United Kingdom.   |
++



Re: erasing CDRW media?

2002-02-19 Thread Matthew Dalton
Dave Price wrote:
> 
> Question...
> 
> Can CDRW media be reused with cdrecord (burning ISO images)?  If so,
> how does one go about 'erasing the media first?

cdrecord has a 'blank' option. Read the cdrecord man page ('man
cdrecord').



Re: erasing CDRW media?

2002-02-19 Thread Gary Hennigan
"Dave Price" <[EMAIL PROTECTED]> writes:
> Can CDRW media be reused with cdrecord (burning ISO images)?  If so,
> how does one go about 'erasing the media first?

RTFM. Specifically "man cdrecord". An excerpt:
[snip]
   blank=type
  Blank  a  CD-RW  and  exit  or blank a CD-RW before
  writing. The blanking type may be one of:

  helpDisplay a  list  of  possible  blanking
  types.

  all Blank  the entire disk. This may take a
  long time.
[snip]

Gary



Re: erasing CDRW media?

2002-02-19 Thread John Griffiths
At 03:27 PM 2/19/02 -0700, Dave Price wrote:
>Question...
>
>Can CDRW media be reused with cdrecord (burning ISO images)?  If so,
>how does one go about 'erasing the media first?
>
>aloha,
>dave


I use:

cdrecord -v -eject speed=10 dev=0,0,0 blank=all

speed and device address may vary for you