Ask a Question related to FreeBSD, Design and Development.
-
Dick Hoogendijk #1
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
-
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,... -
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... -
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... -
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... -
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... -
albi@scii.nl #2
Re: cd copy
On Fri, 25 Feb 2005 12:27:26 +0100
Dick Hoogendijk <dick@nagual.st> wrote:
you could try :> 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 ;-)
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
-
Simon Dick #3
Re: cd copy
On Fri, 25 Feb 2005 12:49:31 +0100, [email]albi@scii.nl[/email] <albi@scii.nl> wrote:
Try dd if=/dev/acd0 of=~/my_cd_image bs=2048 for data CDs, it helps :)> 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
--
Simon Dick
Simon Dick Guest
-
Andrew L. Gould #4
Re: cd copy
On Friday 25 February 2005 05:27 am, Dick Hoogendijk wrote:
There's some good information in the online handbook, including> 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 ;-)
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
-
Dick Hoogendijk #5
Re: cd copy
On 25 Feb Simon Dick wrote:
I will try this option. The "bs" thing sounds right ;-) Though I feel> 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 :)
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
-
Fabian Keil #6
Re: cd copy
Dick Hoogendijk <dick@nagual.st> wrote:
Use readcd and cdrecord.> What is the easiest way to copy a complete cdrom with freebsd-4.11?
Regards
Fabian
--
[url]www.fabiankeil.de[/url]
Fabian Keil Guest
-
dick hoogendijk #7
Re: cd copy
On Sat, 26 Feb 2005 16:33:33 +0100
Fabian Keil <freebsd-listen@fabiankeil.de> wrote:
I rebuild the kernel with atapicam (ata, scbus,cd and pass were already> Dick Hoogendijk <dick@nagual.st> wrote:
>>> > What is the easiest way to copy a complete cdrom with freebsd-4.11?
> Use readcd and cdrecord.
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
-
Fabian Keil #8
Re: cd copy
dick hoogendijk <dick@nagual.st> wrote:
I don't know.> 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?
AFAIK it's a complaint, that the controller doesn't act 100% SCSI compliant.> 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?
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



Reply With Quote

