Create ISO Image File from CD
genisoimage -o Unix_Program.iso -V Unix_Linux_Programming -R -J /media/lichao/NEW
SYNOPSIS: genisoimage -o
Ref: http://askubuntu.com/questions/136165/how-to-create-iso-images
Mount ISO Image from ISO File
-
$ thunar
-
In thunar, right click the iso file and select "Mount/Unmount ISO";
-
$ cd /mnt/Unix_Program.iso
Unmount ISO
In thunar, right click the iso file and select "Mount/Unmount ISO";
Ref: http://askubuntu.com/questions/164227/how-to-mount-an-iso-file
Verified on Mint 14 Xfce.