How to burn a CD in Solaris. Sadly this is the first time in 10 years that I've actually had a CD/DVD-RW on a Sparc system (Ultra45). So this is the first time I've had a chance to mess with it.
Summary:
$ cdrw -l
Looking for CD devices...
Node Connected Device Device type
----------------------+--------------------------------+-----------------
cdrom1 | YAMAHA CRW8424S 1.0d | CD Reader/Writer
$ mkisofs -r /pathname > cd-file-system
-r | Creates Rock Ridge information and resets file ownerships to zero. |
/pathname | Identifies the pathname used to create the ISO 9660 file system. |
> cd-file-system | Identifies the name of the file system to be put on the CD. |
Copy the CD file system onto the CD.
$ cdrw -i cd-file-system |
-i cd-file-system | Specifies the image file for creating a data CD. |
No comments:
Post a Comment