Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default cd copy

    What is the easiest way to copy a complete cdrom with freebsd-4.11?
    Normally I use burncd to burn an iso file to a new cdr, but I never
    copied a complete cdrom to cdr under freebsd. My windows machines are
    down and I need the copy soon. So please forgive me if I'm ignorant.
    Hope the answer is easy ;-)

    --
    dick -- [url]http://nagual.st/[/url] -- PGP/GnuPG key: F86289CE
    ++ Running FreeBSD 4.11 ++ FreeBSD 5.3
    + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
    Dick Hoogendijk Guest

  2. Similar Questions and Discussions

    1. Copy a Row
      How would I copy a row that the user has selected, create a new row with textboxes, insert the values of the original row into the textboxes,...
    2. ibm flash copy, hp business copy
      dfreybur@yahoo.com (Doug Freyburger) wrote in message news:<7960d3ee.0406080727.42c9875a@posting.google.com>... but in either case, we still...
    3. cdrecord copy destroyed another windows copy !!!
      # 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...
    4. 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...
    5. DVD copy
      Le 9/06/03 19:13, dans 3EE4C052.4040409@comcast.net, « Zn>>>>>>>>>>>>>>> » <sandblastsam@comcast.net> a écrit : Bear in mind that an average...
  3. #2

    Default Re: cd copy

    On Fri, 25 Feb 2005 12:27:26 +0100
    Dick Hoogendijk <dick@nagual.st> wrote:
    > What is the easiest way to copy a complete cdrom with freebsd-4.11?
    > Normally I use burncd to burn an iso file to a new cdr, but I never
    > copied a complete cdrom to cdr under freebsd. My windows machines are
    > down and I need the copy soon. So please forgive me if I'm ignorant.
    > Hope the answer is easy ;-)
    you could try :

    dd if=/dev/acd0 of=~/my_cd_image
    and then use burncd to burn that onto cdrom

    but also installing and using k3b is an idea (i'm starting to like k3b
    more and more, but i guess you need to have at least a part of KDE
    installed)

    albi@scii.nl Guest

  4. #3

    Default Re: cd copy

    On Fri, 25 Feb 2005 12:49:31 +0100, [email]albi@scii.nl[/email] <albi@scii.nl> wrote:
    > On Fri, 25 Feb 2005 12:27:26 +0100
    > Dick Hoogendijk <dick@nagual.st> wrote:
    >
    > > What is the easiest way to copy a complete cdrom with freebsd-4.11?
    > > Normally I use burncd to burn an iso file to a new cdr, but I never
    > > copied a complete cdrom to cdr under freebsd. My windows machines are
    > > down and I need the copy soon. So please forgive me if I'm ignorant.
    > > Hope the answer is easy ;-)
    >
    > you could try :
    >
    > dd if=/dev/acd0 of=~/my_cd_image
    > and then use burncd to burn that onto cdrom
    Try dd if=/dev/acd0 of=~/my_cd_image bs=2048 for data CDs, it helps :)

    --
    Simon Dick
    Simon Dick Guest

  5. #4

    Default Re: cd copy

    On Friday 25 February 2005 05:27 am, Dick Hoogendijk wrote:
    > What is the easiest way to copy a complete cdrom with freebsd-4.11?
    > Normally I use burncd to burn an iso file to a new cdr, but I never
    > copied a complete cdrom to cdr under freebsd. My windows machines are
    > down and I need the copy soon. So please forgive me if I'm ignorant.
    > Hope the answer is easy ;-)
    There's some good information in the online handbook, including
    instructions for copying both data and audio CD's:

    [url]http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html[/url]

    Andrew Gould
    Andrew L. Gould Guest

  6. #5

    Default Re: cd copy

    On 25 Feb Simon Dick wrote:
    > On Fri, 25 Feb 2005 12:49:31 +0100, [email]albi@scii.nl[/email] <albi@scii.nl> wrote:
    > > On Fri, 25 Feb 2005 12:27:26 +0100
    > > Dick Hoogendijk <dick@nagual.st> wrote:
    > >
    > > > What is the easiest way to copy a complete cdrom with
    > > > freebsd-4.11? Normally I use burncd to burn an iso file to a new
    > > > cdr, but I never copied a complete cdrom to cdr under freebsd. My
    > > > windows machines are down and I need the copy soon. So please
    > > > forgive me if I'm ignorant. Hope the answer is easy ;-)
    > >
    > > you could try :
    > >
    > > dd if=/dev/acd0 of=~/my_cd_image
    > > and then use burncd to burn that onto cdrom
    >
    > Try dd if=/dev/acd0 of=~/my_cd_image bs=2048 for data CDs, it helps :)
    I will try this option. The "bs" thing sounds right ;-) Though I feel
    it's a bad thing not to be able to duplicate a cdrom in an easy way.
    I'll check out cdrdao (mentioned elsewhere) too. I know I can mount the
    cdrom and use mkisofs, but that will not work for bootable CD's. I just
    want to duplicate some bootable CD's in an easy way. So I guess I check
    out cdrdao and that kde prog.

    --
    dick -- [url]http://nagual.st/[/url] -- PGP/GnuPG key: F86289CE
    ++ Running FreeBSD 4.11 ++ FreeBSD 5.3
    + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
    Dick Hoogendijk Guest

  7. #6

    Default Re: cd copy

    Dick Hoogendijk <dick@nagual.st> wrote:
    > What is the easiest way to copy a complete cdrom with freebsd-4.11?
    Use readcd and cdrecord.

    Regards
    Fabian
    --
    [url]www.fabiankeil.de[/url]
    Fabian Keil Guest

  8. #7

    Default Re: cd copy

    On Sat, 26 Feb 2005 16:33:33 +0100
    Fabian Keil <freebsd-listen@fabiankeil.de> wrote:
    > Dick Hoogendijk <dick@nagual.st> wrote:
    >
    > > What is the easiest way to copy a complete cdrom with freebsd-4.11?
    >
    > Use readcd and cdrecord.
    I rebuild the kernel with atapicam (ata, scbus,cd and pass were already
    there) and installed cdrecord and cdrdao. I have a few questions:

    dmegs states "attempt to query device size failed: NOT READY, Medium not
    present"
    Can this querying be set off? Even with cdroms in the drives it delays
    booting.

    cdrecord -scanbus comes up with a list of (cd) devices plus a warning:
    "cdrecord: Warning: controller returns wrong size for CD capabilities
    page"

    What does this warning mean? What do I do about it?

    --
    dick -- [url]http://nagual.st/[/url] -- PGP/GnuPG key: F86289CE
    ++ Running FreeBSD 4.11 ++ FreeBSD 5.3
    + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
    dick hoogendijk Guest

  9. #8

    Default Re: cd copy

    dick hoogendijk <dick@nagual.st> wrote:
    > Fabian Keil <freebsd-listen@fabiankeil.de> wrote:
    >
    > > Dick Hoogendijk <dick@nagual.st> wrote:
    > >
    > > > What is the easiest way to copy a complete cdrom with freebsd-4.11?
    > >
    > > Use readcd and cdrecord.
    >
    > I rebuild the kernel with atapicam (ata, scbus,cd and pass were already
    > there) and installed cdrecord and cdrdao. I have a few questions:
    >
    > dmegs states "attempt to query device size failed: NOT READY, Medium not
    > present"
    > Can this querying be set off?
    I don't know.
    > cdrecord -scanbus comes up with a list of (cd) devices plus a warning:
    > "cdrecord: Warning: controller returns wrong size for CD capabilities
    > page"
    >
    > What does this warning mean? What do I do about it?
    AFAIK it's a complaint, that the controller doesn't act 100% SCSI compliant.

    A firmware update could solve it, but as it's just a warning, you can
    as well ignore it.

    Regards
    Fabian
    --
    [url]www.fabiankeil.de[/url]
    Fabian Keil 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