[osol-help] Burning CD/DVD image from command line

2008-04-26 Thread Ian Collins
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. > How does the system differentiate CDs and DVDs, or is this automatical

[osol-help] Burning CD/DVD image from command line

2008-04-26 Thread Emmanuel De Paepe
Thanks all for the info. It seems to work. I just burned Nexanta core with Solaris 10. I usually burn those images with k3b. This message posted from opensolaris.org

[osol-help] Burning CD/DVD image from command line

2008-04-26 Thread Lars Tunkrans
> 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 B

[osol-help] Burning CD/DVD image from command line

2008-04-26 Thread Emmanuel De Paepe
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 How does the system differentiate CDs and DVDs, or is this automatically done? This message posted from opensolaris