Difference between revisions of "ISO Images"

From TheBestLinux.com
Jump to navigation Jump to search
Line 2: Line 2:
 
ISO Image Command Line Examples
 
ISO Image Command Line Examples
 
</h3>
 
</h3>
Create ISO Image from Mounted CD or DVD:
+
'''Create ISO Image from Mounted CD or DVD:'''
 
* In the example below:
 
* In the example below:
 
** Replace "IMAGE_NAME.ISO" with what you want to name the ISO image file.
 
** Replace "IMAGE_NAME.ISO" with what you want to name the ISO image file.

Revision as of 19:08, 15 January 2015

ISO Image Command Line Examples

Create ISO Image from Mounted CD or DVD:

  • In the example below:
    • 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.
    • Switches used in below example: -v = verbose output, -J and -R = Juliet & RockRidge extensions included for Windows compatibility.
genisoimage -o IMAGE_NAME.ISO -v -J -R /run/media/dir_disk_mounted_on/