> Emmanuel De Paepe wrote: > > I have been looking to the man pages of the cdrw > command to burn CDs/DVDs from command line. > > > > If I want to burn an ISO image, is this the correct > syntax: > > > > cdrw -i ~/filename.iso > > > Yes. >
This is better : # cdrw -C -i ~/filename.iso Becase it checks if you have inserted a 700 MB or 800 MB cd and does not just presuppose that a cd is 660 MB as it was in the old days. //Lars This message posted from opensolaris.org