![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to burn a bootable DVD on aix 5.3? | rainbow_bean | AIX | 5 | 04-07-2008 03:12 PM |
| Burn-CD 1.7.4 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-13-2008 03:20 AM |
| Music cd burn | bog333 | Shell Programming and Scripting | 4 | 06-12-2007 08:58 AM |
| how to burn these files...? | D-iew | BSD | 4 | 10-14-2004 07:11 AM |
| How I can burn .bin type file ?! | geoquest | Windows & DOS: Issues & Discussions | 7 | 05-20-2002 12:40 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Script to burn DVD on the fly?
Hi folks,
One DVD Writer installed on PC To duplicate Data DVD or DVD Installer I run following steps; 1) $ dd if=/dev/dvd of=image.iso bs=2048 to create an ISO image 2) Remove the DVD disc on the tray and insert a blank DVD disc for burning. Then run; 3) $ growisofs -dvd-compat -Z /dev/dvd=image.iso Done Following command worked for me previously burning CD on the fly; mkisofs -R -joliet-long -graft-points -hide-rr-moved \ /dir-A/=/path/to/dir-A/ \ /dir-B/=/path/to/dir-B/ \ /dir-C/=/path/to/dir-C/ |\ cdrecord dev=ATA:1,0,0 -v -eject - Now I'm trying to burn DVD on the fly w/o creating ISO image. I haven't figure out; - how to modify the command burning CD on the fly for burning DVD - how to eject the DVD disc automatically after the command at 1) finished. - how to evoke command at 3) automatically after an blank DVD disc inserted. Please shed me some light. TIA B.R. satimis |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|