MESSAGE
DATE | 2015-08-27 |
FROM | Rick Moen
|
SUBJECT | Re: [NYLXS - HANGOUT] making an iso or hard drive image file
|
Quoting Ruben Safir (mrbrklyn-at-panix.com):
> How do you make a dvd iso from data files on the command line. I > thought there was a tool to do this to to do this with dd?
genisoimage or mkisofs (depending on distro) will do that -- genisoimage being the Debian fork, which IIRC is part of the cdrkit package. Which, let's face it, was driven by Joerg Schilling of cdrtools being a problem.
# mkisofs -r -o mycdimage.iso /path/to/data
Or, to immediately burn the DVD without bothering to create an ISO file:
# growisofs -dvd-compat -Z -R /path/to/data
-- Cheers, If life keeps giving you melons, Rick Moen you just might be dyslexic. rick-at-linuxmafia.com McQ! (4x80)
|
|