xorrecord: ExIsoFly

 
 6.8 Write ISO 9660 session on-the-fly
 =====================================
 
 It is possible to combine the run of *xorrisofs* and 'xorrecord' in a
 pipeline without storing the ISO 9660 image as file on hard disk:
 
    $ xorrisofs -M /dev/sr0 -C $m \
 -J -graft-points /dir2=./tree2 \
 | xorrecord -v dev=/dev/sr0 speed=12 fs=8m \
 -waiti -multi -grow_overwriteable_iso \
 -eject padsize=300k -
 
    This is also the main use case of program *xorriso* itself, where
 this run would look like:
 
    $ xorriso -dev /dev/sr0 -joliet on -speed 12 -fs 8m \
 -map ./tree2 /dir2 -commit_eject all