Posted: Sun Feb 04, 2007 3:00 pm Post subject: how to make 1 to 1 backup of OLD solaris cds
Hi everybody,
i want to make backups of my old solaris cds(2.1-2.8).
how to do this under linux(system has dvd-rom) and solaris (only cd-rom)?
under linux i did "cat /dev/hdX > xyz.iso"
will this cover ALL slices on the solaris CD-ROM?
under solaris i did
"/etc/init.d/volmgt stop"
cat /dev/rdsk/c0t6d0s2 >> /xyz.iso
but this only gives me a to small file to be right.
so how to get this done?
Posted: Sun Feb 04, 2007 4:22 pm Post subject: Re: how to make 1 to 1 backup of OLD solaris cds
David Reichelt wrote:
Quote:
under solaris i did
"/etc/init.d/volmgt stop"
cat /dev/rdsk/c0t6d0s2 >> /xyz.iso
but this only gives me a to small file to be right.
so how to get this done?
thx a lot for any help!
David
Use 'readcd' from cdrecord.
--
Dave (from the UK)
Please note my email address changes periodically to avoid spam.
It is always of the form: month-year@althorne.org
Hitting reply will work for a few months only - later set it manually.
Posted: Sun Feb 04, 2007 8:13 pm Post subject: Re: how to make 1 to 1 backup of OLD solaris cds
David Reichelt <Freud-Schiller@gmx.net> writes:
Quote:
i want to make backups of my old solaris cds(2.1-2.8).
how to do this under linux(system has dvd-rom) and solaris (only cd-rom)?
under linux i did "cat /dev/hdX > xyz.iso"
will this cover ALL slices on the solaris CD-ROM?
Yes, as long as its on the linux box.
Quote:
under solaris i did
"/etc/init.d/volmgt stop"
cat /dev/rdsk/c0t6d0s2 >> /xyz.iso
but this only gives me a to small file to be right.
so how to get this done?
You can't do it this way on Solaris for the Solaris CD's (although
almost all other CDs should be fine with this method). The other
poster already gave you the solution with readcd.
Posted: Sat Feb 17, 2007 1:08 pm Post subject: Re: how to make 1 to 1 backup of OLD solaris cds
According to Doug McIntyre <merlyn@geeks.org>:
Quote:
David Reichelt <Freud-Schiller@gmx.net> writes:
i want to make backups of my old solaris cds(2.1-2.8).
how to do this under linux(system has dvd-rom) and solaris (only cd-rom)?
under linux i did "cat /dev/hdX > xyz.iso"
will this cover ALL slices on the solaris CD-ROM?
Yes, as long as its on the linux box.
under solaris i did
"/etc/init.d/volmgt stop"
cat /dev/rdsk/c0t6d0s2 >> /xyz.iso
but this only gives me a to small file to be right.
so how to get this done?
You can't do it this way on Solaris for the Solaris CD's (although
almost all other CDs should be fine with this method). The other
poster already gave you the solution with readcd.
Also -- doesn't:
dd if=/dev/rds.c0t6d0s2 of=/xyz.iso bs=51200
work fairly well? (Without the bs=51200 should work as well, but should
be much slower. :-)
Enjoy,
DoN.
--
Email: <dnichols@d-and-d.com> | Voice (all times): (703) 938-4564
(too) near Washington D.C. | http://www.d-and-d.com/dnichols/DoN.html
--- Black Holes are where God is dividing by zero ---