John R Pierce wrote:
Mad Unix wrote:
I've purchased an LG DVD Burner (GSA-E60L) External super Multi DVD Rewiter for my PE2950 Dell Server attached via USB. Can someone guide me to set up the DVD with Linux, and which tools should I use to burn DVD?

[EMAIL PROTECTED] /]#  cdrecord -scanbus
...
       6,0,0   600) 'HL-DT-ST' 'DVD-RAM GSA-E60L' '1.00' Removable CD-ROM


   # cdrecord dev=6,0,0 yourfile.iso

will burn a dvd-r in data mode with the specified .iso file. you can build .iso files with mkisofs from regular files.

see...

   # man cdrecord
   # man mkisofs

for more options

also, since the system sees the device already, if you have a GUI Desktop installed on the 2950, you can use k3b to create ISOs.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to