5/06 14:34
Working with CD/DVD images in linux..
Mounting an ISO image..first create a directory in /media ... first enter the 'media' directory and then use 'sudo mkdir ISO' .. 'ISO' being the directory name..now mount the image using ' mount ' command..'sudo mount -o loop /location_of_image...
