Copy disc to iso file from Linux command line

You can run PowerISO to copy disc to iso file or other image file from Linux command line or a batch file. The output image formats can be iso, bin / cue or daa file. 

Usage: poweriso make-image <drive path> [-switches]

<Switches>

 

Example1: Copy disc in the drive /dev/sg2 to ISO file.

Command: poweriso make-image /dev/sg2 -o windows10.iso

Example2: Copy disc in drive /dev/sg2 to BIN / CUE file.

Command: poweriso make-image /dev/sg2 -o test.bin