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
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
> 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
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