From: hadi motamedi on
> On more recent offerings, readcd(1) is used.  
Sorry. Do you know any equivalent from Solaris 8 stuff?


From: Ian Collins on
On 05/10/10 08:45 PM, hadi motamedi wrote:

Please don't snip attributions!

>> On more recent offerings, readcd(1) is used.
> Sorry. Do you know any equivalent from Solaris 8 stuff?

blastwave will have a cdrtools package for Solaris 8.

--
Ian Collins
From: hadi motamedi on
> blastwave will have a cdrtools package for Solaris 8.
Thank you very much for your help. I installed 'readcd' from this
package on my Solaris8.

From: Paul Gress on
On 05/10/10 07:06 AM, hadi motamedi wrote:
>> blastwave will have a cdrtools package for Solaris 8.
> Thank you very much for your help. I installed 'readcd' from this
> package on my Solaris8.
>

You can simply use "dd".


Example:

dd if=/dev/dsk/c0t0d0s2 of=/tmp/name-of-iso-file.iso


where you need to change "/dev/dsk/c0t0d0s2" to point to the actual location of your mounted CD and "/tmp/name-of-iso-file.iso" to point to where you want the iso file and name.



Paul