Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default cdrom image to cdr


    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. Can't mount cdrom
      Hi, After I installed RH8 from CDROM I couldn't mount the CDROM after the installation.It seemsed to be a problem which occurs a lot of times but...
    2. apt-cdrom add question
      I'm using apt-cdrom add to add a Debian binary-cd. In /etc/apt/sources.list I see: deb cdrom:/ unstable contrib main non-US/contrib non-US/main ...
    3. 4.3.3 & CDROM Installation (44P-170)
      Hello, I'm not able to do a cdrom installation on a 44P-170 I switched the boot order to cdrom and did a reboot. System halts with message...
    4. mounting cdrom
      ok, i have determined how to mount my win32 patitions as well as mounting the cdrom. how do i mount a regular audio disc on my cdrom? thanks long...
    5. can't get a cdrom "configured" with apt-cdrom
      On Wed, Jun 25, 2003 at 10:41:31AM -0700, Rodney D. Myers wrote: I don't know how to fix this, but I've used 'debian-cd' to produce CDs from...
  3. #2

    Default Re: cdrom image to cdr

    On Friday 25 February 2005 10:13, 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 ;-)
    This is covered in the handbook, but the basic idea is that you mount
    the CD, use mkisofs to create an iso of it and then burn the iso with
    burncd.

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

    --
    Thanks,

    Josh Paetzel
    Josh Paetzel Guest

  4. #3

    Default Re: cdrom image to cdr

    On Fri, Feb 25, 2005 at 11:02:14AM -0600, Josh Paetzel wrote:
    > On Friday 25 February 2005 10:13, 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 ;-)
    >
    > This is covered in the handbook, but the basic idea is that you mount
    > the CD, use mkisofs to create an iso of it and then burn the iso with
    > burncd.
    >
    > [url]http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html[/url]
    No, the "basic idea" mentioned at the above URL is to recover the .iso
    file using dd. This usually works. Doesn't work for multisession discs.

    I've found some drives report EOM while reading the last block while
    others wait until an attempt to read past the last block. Result is that
    dd may read some one block short. May be good enough for everything but
    verify after write.

    /usr/ports/sysutils/cdrdao/ can handle arbitrary disc duplication, altho
    I haven't tried it in quite a while.

    --
    David Kelly N4HHE, [email]dkelly@HiWAAY.net[/email]
    ================================================== ======================
    Whom computers would destroy, they must first drive mad.
    David Kelly 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