Re: Reusing CD-RW

2025-01-26 Thread Todd Gruhn
>> I use CD-RW and DVD+RW as r/w media like DVD-RAM. BUT -- to do it as r/w , do I need to set something in mount, or in how I make the cd9660 *.iso file? And what about the size of the file? I want to use all of the CD-RW -- thats 700MB On Sun, Jan 26, 2025 at 4:25 PM yeti wrote: > > Todd Gruh

Re: Reusing CD-RW

2025-01-26 Thread yeti
Todd Gruhn wrote: > I have several used CD-RW and 1x to 4x. > > Is there a way to wipe these things ? Like newf them? I use CD-RW and DVD+RW as r/w media like DVD-RAM. -- Trust me, I know what I'm doing...

Re: Reusing CD-RW

2025-01-17 Thread Todd Gruhn
I mounted a CD-RW that I already wiped --- this worked. These USED-CDs cannot be mounted. The were used to save pictures. Can that software make this CD-RW not-deletable , etc? On Thu, Jan 16, 2025 at 7:02 PM Todd Gruhn wrote: > > I already did: > > cdrecord blank=fast dev=31,0,0 > > IS THIS

Re: Reusing CD-RW

2025-01-16 Thread Riccardo Mottola
Hi Todd, Todd Gruhn wrote: Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R cdrecord: Warning: Cannot read drive buffer. cdrecord: Warning: The DMA speed test has been skipped. Starting to write CD/DVD/BD at speed 4 in real BLANK mode for single session. Last chance to

Re: Reusing CD-RW

2025-01-16 Thread Todd Gruhn
I already did: cdrecord blank=fast dev=31,0,0 IS THIS what you mean, when you say ' "fast" erase' ?? On Thu, Jan 16, 2025 at 6:36 PM Riccardo Mottola wrote: > > Hi Todd, > > Todd Gruhn wrote: > > Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R > > cdrecord: Warning

Re: Reusing CD-RW

2025-01-16 Thread Benny Siegert
On Thu, Jan 16, 2025 at 6:08 PM Todd Gruhn wrote: > Starting to write CD/DVD/BD at speed 4 in real BLANK mode for single session. > Last chance to quit, starting real write0 seconds. Operation starts. This looks like the regular cdrecord output in case of success. There is no error message.

Re: Reusing CD-RW

2025-01-16 Thread Todd Gruhn
'cdrecord blank=all' failed What do you see below? gandalf# cdrecord blank=all dev=31,0,0 cdrecord blank=all dev=31,0,0 Cdrecord-ProDVD-ProBD-Clone 3.02 2022/08/18 (amd64-unknown-netbsd10.0.) Copyright (C) 1995-2019 Joerg Schilling scsidev: '31,0,0' scsibus: 31 target: 0 lun: 0 Using libscg ver

Re: Reusing CD-RW

2025-01-16 Thread ignatios
On Thu, Jan 16, 2025 at 08:18:56AM -0500, Todd Gruhn wrote: > >>> may be cdrecord from console? > > > I did. But I can not mount the disk. HMM... You probably need "cdrecord blank=all" (read the manpage about blanking types) first before writing a completely new "session" (as opposed to e

Re: Reusing CD-RW

2025-01-16 Thread Todd Gruhn
>>> may be cdrecord from console? I did. But I can not mount the disk. HMM... On Thu, Jan 16, 2025 at 1:14 AM Andrew Randrianasulu wrote: > > > > чт, 16 янв. 2025 г., 01:33 Todd Gruhn : >> >> I have several used CD-RW and 1x to 4x. >> >> Is there a way to wipe these things ? Like newf t

Re: Reusing CD-RW

2025-01-15 Thread Andrew Randrianasulu
чт, 16 янв. 2025 г., 01:33 Todd Gruhn : > I have several used CD-RW and 1x to 4x. > > Is there a way to wipe these things ? Like newf them? > may be cdrecord from console? I noticed cdrecord on NetBSD lack -scanbus implementation, so k3b and few other GUI on top of it do not work as intended (t

Reusing CD-RW

2025-01-15 Thread Todd Gruhn
I have several used CD-RW and 1x to 4x. Is there a way to wipe these things ? Like newf them?