Running sco5.0.7. Want to burn CD of data files in "/data" directory periodically to replace tapes. cdrecord -scanbus yields: scsibus 3: 3,0,0 300' LG ' CD-RW CED-8080B ' ' 1.04 ' Removable CD-ROM .Not all filenames conform to 8.3 format. Think it takes two commands to do: First "mkisofs -o cd.iso /data"; then "cdrecord -v speed=-1 dev=3,0,0 cd.iso" or similar. Note: CD-RW is actually IDE in hwconfig.
When doing mkisofs it is changing many filenames to conform to 8.3. Any help greatly appreciated.
When doing mkisofs it is changing many filenames to conform to 8.3. Any help greatly appreciated.