Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105

    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????

  2. #2
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    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.

  3. #3
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Interesting command but it did not work in this case

    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.
    Also tried to force a format but it did not like that either.

  4. #4
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    Try this:
    Code:
    dvdrecord dev=0,0 -v blank=fast
    EDIT: Typo.

  5. #5
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    Quote Originally Posted by gogalthorp View Post
    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: This version of cdrecord does not include DVD-R/DVD-RW support code.
    First , Are you able to burn a new DVD ? well you remembered me when i quit SuSE because of burning related problem .....
    Linux is not only an operating system, it's a philosophy.
    Archost.

  6. #6
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Quote Originally Posted by aliov View Post
    First , Are you able to burn a new DVD ? well you remembered me when i quit SuSE because of burning related problem .....
    Yes no problem

  7. #7
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Quote Originally Posted by Thrillhouse View Post
    Try this:
    Code:
    dvdrecord dev=0,0 -v blank=fast
    EDIT: Typo.
    No dvdrecord on the system

  8. #8
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    According to this page, it sounds like it's included with the dvdrtools package. Can you install that with Yast or Smart?

  9. #9
    oz
    oz is offline
    forum.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!

  10. #10
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Installed it seems to do the trick

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •