Results 1 to 10 of 13
Any one know how to erase a DVD R/W
Suse 10.1 K3b does not seem to allow it. I advice is to just overwrite it but I want to store ...
- 11-02-2007 #1
How to erase a DVD R/W
Any one know how to erase a DVD R/W
Suse 10.1 K3b does not seem to allow it. I advice is to just overwrite it but I want to store other named files????
- 11-02-2007 #2
Did you try to do that as root ? probably also you have to be in the group cdrom !
in any case try this
cdrecord blank=all -immed dev=/dev/cdrom
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 11-02-2007 #3
Interesting command but it did not work in this case
Also tried to force a format but it did not like that either.Code:Device seems to be: Generic mmc2 DVD-R/DVD-RW. cdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing. cdrecord: If you need DVD+R/DVD+RW support, ask the Author for cdrecord-ProDVD. cdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/ cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found on this target. cdrecord: This version of cdrecord does not include DVD-R/DVD-RW support code. cdrecord: If you need DVD-R/DVD-RW support, ask the Author for cdrecord-ProDVD. cdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/ Using generic SCSI-3/mmc CD-ROM driver (mmc_cd). Driver flags : MMC-3 SWABAUDIO BURNFREE FORCESPEED Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R Forcespeed is OFF. Starting to write CD/DVD at speed 18 in real BLANK mode for single session. Last chance to quit, starting real write 0 seconds. Operation starts. This drive or media does not support the 'BLANK media' command cdrecord: Cannot blank disk, aborting.
- 11-02-2007 #4
Try this:
EDIT: Typo.Code:dvdrecord dev=0,0 -v blank=fast
- 11-02-2007 #5Linux is not only an operating system, it's a philosophy.
Archost.
- 11-02-2007 #6
- 11-02-2007 #7
- 11-02-2007 #8
According to this page, it sounds like it's included with the dvdrtools package. Can you install that with Yast or Smart?
- 11-03-2007 #9forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,764
If you have dvd+rw-tools installed, try this command:
Code:dvd+rw-format -force /dev/dvd
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 11-03-2007 #10
Installed it seems to do the trick


Reply With Quote

