iso:create_iso_from_directory
This is an old revision of the document!
ISO - Create ISO from directory
Copy a directory tree from the hard drive into an ISO-9660 image:
mkisofs -r -o /tmp/cd_image.iso /path_to_directory/
where:
- -r preserves long file names, by enabling the Rock Ridge protocol.
- /path_to_directory the directory containing the files to format into the ISO image.
iso/create_iso_from_directory.1490965609.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)