Can cdrecord used for writing for CD-RW media

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default Re: Can cdrecord used for writing for CD-RW media

    ehab wrote:
    > I will reform my question again . Can cdrecord write and complete
    > writing on a media rewritable ? and what will be the syntax for
    > cdrecord to make this process ?
    Yes .

    There is no special syntax other than that you will have to
    take into account that CD-RW media usually has a much lower
    speed-limit. The "speed" varaible needs to be set to
    what the media can handle.



    --
    ================================================== ======
    Lars Tunkrans
    smtp: lars dot tunkrans at bredband dot net
    --------------------------------------------------------

    Lars Tunkrans Guest

  2. Similar Questions and Discussions

    1. I?ve got a problem writing files on the server side withFlash Media Server 2.0.2 and 2.0.3.
      Hello, I?ve got a problem writing files on the server side with Flash Media Server 2.0.2 and 2.0.3. The same code was working fine with an older...
    2. slightly of topic --- good books for writing for interactive media
      Sorry about the slight of topic (not too much) but I was wondering if someone could advise me to good books on creating plots for interactive...
    3. cdrecord suddenly doesn't allow burning
      On Thu, Aug 07, 2003 at 09:36:11AM -0700, Joris Huizer wrote: > --- Pigeon <co.uk> wrote: > > > > chmod 4710 /usr/bin/cdrecord.* > > chmod...
    4. cdrecord bug?
      Hi group, with the cdrecord versions from testing and unstable (2.0) I am unable to work with an ATAPI CDROM. With the woody version (1.10) I can...
    5. cdrecord copy destroyed another windows NERO copy for re-writable media
      # cdrecord -msinfo dev=1,1,0 RAW/R16 0,221691 # cdrecord -msinfo dev=1,1,0 RAW/R16 44317,51858 what can be implied by those 2 messages ? How...
  3. #2

    Default Re: Can cdrecord used for writing for CD-RW media

    Lars Tunkrans <lars.tunkrans.nospam@bredband.net> wrote:
    > ehab wrote:
    >> I will reform my question again . Can cdrecord write and complete
    >> writing on a media rewritable ? and what will be the syntax for
    >> cdrecord to make this process ?
    >
    > Yes .
    >
    > There is no special syntax other than that you will have to
    > take into account that CD-RW media usually has a much lower
    > speed-limit. The "speed" varaible needs to be set to
    > what the media can handle.
    Also, you'll need to blank CD-RW plate before overwriting it.

    cdrecord blank=fast

    See man page for more options.

    --
    andrei
    Andrei Ivanov Guest

  4. #3

    Default Re: Can cdrecord used for writing for CD-RW media

    Can you please tell me the exact syntax for multisession writing even
    a cd from windows writing .
    ehab Guest

  5. #4

    Default Re: Can cdrecord used for writing for CD-RW media

    # cdrecord -msinfo dev=1,1,0
    RAW/R16 0,221691
    # cdrecord -msinfo dev=1,1,0
    RAW/R16 44317,51858


    how can I complete writing after those 2 sessions of 2 different CDs
    ehab Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139