NAME

cd_dir2block - Copy the subdirectories and files from the given directory to an iso9660 filesystem on the destination device.


SYNOPSIS

  cd_dir2block jobid [-l lockfile1[,lockfile2,...] srcdev dstdev
  jobid: The jobid of the CGIBurn job this is running for.
  -l: Use these lockfiles.  You should pass the full path, and if multiple
      files should be passed, separate them with commas.
  srcdev: A directory to copy from
  dstdev: A character-special device for the destination.

srcdev must be mounted, or be an automounted directory. There are currently no provisions for mounting and unmounting manually.

This program uses ``mkisofs'' to create the iso9660 filesystem.


SEE ALSO

mkisofs(1), CGIBurn::Driver::cd_dir2block, CGIBurn::BurnLog, CGIBurn::Job.