i) Nautilus CD Writing or Burning from GUI Mode
Go
to X window double click /root explorer,
Copy
Files or directory from Source and then click GO option from the menu. Select CD CREATOR. Then click CDWRITING
icon
ii) CD Writing or Burning from Virtual
Mode
#
mkdir abc
#
cd abc (Put all dumbs inside this directory)
# cd..
# mkisofs –r –o abc.iso abc
#
cdrecord –v dev=1,0,0 abc.iso
#
cdrecord –scanbus (Where your cd writer is present)
#
man cdrecord (help)
No comments:
Post a Comment