ISO Images

From TheBestLinux.com
Revision as of 18:58, 15 January 2015 by Jamie (talk | contribs) (Created page with "<h3> ISO Image Command Line Examples </h3> Create ISO Image from Mounted CD or DVD: * Replace "IMAGE_NAME.ISO" with what you want to name the ISO image file. * Replace "/run/medi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ISO Image Command Line Examples

Create ISO Image from Mounted CD or DVD:

  • Replace "IMAGE_NAME.ISO" with what you want to name the ISO image file.
  • Replace "/run/media/dir_disk_mounted_on/" with the entire path that the disk is mounted on.
  • This exact same command can also be used to create an ISO image containing any mounted directory tree.
genisoimage -o IMAGE_NAME.ISO -v -J -R /run/media/dir_disk_mounted_on/