| Summary: | new FAQ: imaging a data CD | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Michael W Lucas <mwlucas> | ||||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Michael W Lucas
2001-11-14 19:50:01 UTC
On 14-Nov-01 mwlucas@blackhelicopters.org wrote: > + <answer> > + <para>If you want to make a bit-by-bit copy of a CD (so you > + can, for example, duplicate it with a CD burner), use > + &man.dd.1;. The example given here assumes that you have > + a IDE CDROM device that shows up as > + <devicename>acd0</devicename>. If you have a SCSI CD > + drive, you will want to substitute the correct device > + name.</para> > + > + <screen>&prompt.user; <userinput>dd if=/dev/cdrom > + of=file.iso bs=2048</userinput></screen> Uh, shouldn't that be /dev/acd0 according to the previous paragraph? -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ On Wed, Nov 14, 2001 at 11:59:09AM -0800, John Baldwin wrote: > Uh, shouldn't that be /dev/acd0 according to the previous paragraph? But the example worked on my system... ;) Mea culpa. Correction attached. -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons State Changed From-To: open->closed Added a bit more to your entry and committed it, Thanks! |