Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: What did this comand Do "cdrecord blank=all dev-1,0,0"

  1. #1
    Join Date
    Dec 2005
    Beans
    334

    What did this comand Do "cdrecord blank=all dev-1,0,0"

    Hello All


    What did this comand Do "cdrecord blank=all dev-1,0,0" after I typed it in I got a long winded responce form the Termional. That responce is pasted below:

    Code:
    gordon@gordon-desktop:~$ wodim -scanbus 
    scsibus1: 
    	1,0,0	100) 'PBDS    ' 'CDRWDVD DH-48C2S' 'ND11' Removable CD-ROM 
    	1,1,0	101) * 
    	1,2,0	102) * 
    	1,3,0	103) * 
    	1,4,0	104) * 
    	1,5,0	105) * 
    	1,6,0	106) * 
    	1,7,0	107) * 
    gordon@gordon-desktop:~$ cdrecord blank=all dev=1,0,0 
    wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits. 
    WARNING: the deprecated pseudo SCSI syntax found as device specification. 
    Support for that may cease in the future versions of wodim. For now, 
    the device will be mapped to a block device file where possible. 
    Run "wodim --devices" for details. 
    Device type    : Removable CD-ROM 
    Version        : 5 
    Response Format: 2 
    Capabilities   : 
    Vendor_info    : 'PBDS    ' 
    Identification : 'CDRWDVD DH-48C2S' 
    Revision       : 'ND11' 
    Device seems to be: Generic mmc2 DVD-ROM. 
    Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr). 
    Driver flags   : MMC-3 SWABAUDIO BURNFREE FORCESPEED 
    Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R 
    Errno: 5 (Input/output error), test unit ready scsi sendcmd: no error 
    CDB:  00 00 00 00 00 00 
    status: 0x2 (CHECK CONDITION) 
    Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 00 00 00 
    Sense Key: 0x2 Not Ready, Segment 0 
    Sense Code: 0x3A Qual 0x00 (medium not present) Fru 0x0 
    Sense flags: Blk 0 (not valid) 
    cmd finished after 0.001s timeout 40s 
    wodim: No disk / Wrong disk! 
    gordon@gordon-desktop:~$

    Gordon
    Last edited by lisati; January 2nd, 2014 at 10:54 PM. Reason: Added [code] and [/code] to aid readbility

  2. #2
    Join Date
    Aug 2008
    Beans
    355

    Re: What did this comand Do "cdrecord blank=all dev-1,0,0"

    looks like you need to do "sudo" in front of the command. Permission was denied to raise the mem limits, usually because you need to be super user, IE 'sudo cdrecord blank=all dev-1,0,0' and add password. Should work then. I assume you're blanking the disk or trying to record to it?

  3. #3
    Join Date
    Dec 2005
    Beans
    334

    Re: What did this comand Do "cdrecord blank=all dev-1,0,0"

    Hello Chkneater

    Yes I am trying to make a ubuntu start up disk. I keep getting a the "wright to disk " box withthe message " Please replace the disk witha supported CD or DVD". A saw the command "cdrecord blank=all dev-1,0,0" on another fourm. Will it help if I go back and use sudo?

    Gordon33

  4. #4
    Join Date
    Dec 2005
    Beans
    334

    Re: What did this comand Do "cdrecord blank=all dev-1,0,0"

    I tried sudo what does all this mean?


    gordon@gordon-desktop:~$ sudo cdrecord blank=all dev-1,0,0
    [sudo] password for gordon:
    wodim: No write mode specified.
    wodim: Assuming -tao mode.
    wodim: Future versions of wodim may have different drive dependent defaults.
    Device was not specified. Trying to find an appropriate drive...
    Detected CD-R drive: /dev/cdrw
    Using /dev/cdrom of unknown capabilities
    Device type : Removable CD-ROM
    Version : 5
    Response Format: 2
    Capabilities :
    Vendor_info : 'PBDS '
    Identification : 'CDRWDVD DH-48C2S'
    Revision : 'ND11'
    Device seems to be: Generic mmc2 DVD-ROM.
    Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
    Driver flags : MMC-3 SWABAUDIO BURNFREE FORCESPEED
    Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
    wodim: No such file or directory. Cannot open 'dev-1,0,0'.
    gordon@gordon-desktop:~$

  5. #5
    Join Date
    Aug 2008
    Beans
    355

    Re: What did this comand Do "cdrecord blank=all dev-1,0,0"

    If you're making an Ubuntu install disk then you need to have a DVD drive and disk. From what I see it looks like you have a CD drive, am I correct?

  6. #6
    Join Date
    Dec 2005
    Beans
    334

    Re: What did this comand Do "cdrecord blank=all dev-1,0,0"

    Hello Chkneater


    When I open the disc drawer on the right printed is "DVD" and below that is "ROM". On the right printed is "Compact DISC Rewriteable, and Ultra Speed". I have to guess that means the disc drive at least can read a DVD.

    When I try to write to the disk I get the "Write To Disk" box with a message "Please replace the disk with a supported CD or DVD."

    I have been think it may be a read only disk drive. I thought I could write to a disk but with all the problems I have been having I am unsure of every thing.

    I have not used this computer much at all. That is why I am so unsure of its disk drive.

    Gordon

    Gordon

  7. #7
    Join Date
    Jun 2007
    Beans
    17,337

    Re: What did this comand Do "cdrecord blank=all dev-1,0,0"

    that drive reads/writes cd's but only reads dvd's

  8. #8
    Join Date
    Dec 2006
    Beans
    7,349

    Re: What did this comand Do "cdrecord blank=all dev-1,0,0"

    Quote Originally Posted by gordon33 View Post
    I tried sudo what does all this mean?


    Code:
    gordon@gordon-desktop:~$ sudo cdrecord blank=all dev-1,0,0
    [...]
    wodim: No such file or directory. Cannot open 'dev-1,0,0'.
    I cannot test this as I do not use the debian fork wodim but you have made a typo with your command, try:

    Code:
    sudo cdrecord blank=all dev=1,0,0
    Mind you this command will only blank the disk before writing and looks like you need to address the cd vs dvd issue as well...
    Last edited by andrew.46; January 4th, 2014 at 11:11 AM. Reason: Formatting...
    You think that's air you're breathing now?

  9. #9
    Join Date
    Dec 2005
    Beans
    334

    Re: What did this comand Do "cdrecord blank=all dev-1,0,0"

    Hello Mc4man and Andrew46

    Thank you that explains the message when I put in the DVD. I will skip the command "sudo cdrecord blank=all dev=1,0,0" until I get a CD with the capabilities to make a ubuntu start up disc.

    Gordon

  10. #10
    Join Date
    Jun 2007
    Beans
    17,337

    Re: What did this comand Do "cdrecord blank=all dev-1,0,0"

    Quote Originally Posted by gordon33 View Post
    Hello Mc4man and Andrew46

    Thank you that explains the message when I put in the DVD. I will skip the command "sudo cdrecord blank=all dev=1,0,0" until I get a CD with the capabilities to make a ubuntu start up disc.

    Gordon
    You could probably fit current iso's on 90 min cd's (800Mb) but keep in mind that not all drives support such media. Does your setup support usb boot?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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