Lumalab

Search entriesDeutsch English
  
User:   Password:    
Forum > Linux > Create and mount iso files
StartStopPage 1 of 1StopEnde
Author: EngysTopic: Create and mount iso filesLast change: 2013-09-04 12:15:52 

To create ISO files from CD or DVD you can use dd:

dd if=/dev/sr0 of=my.iso

You need to adjust /dev/sr0 to your CD/DVD Device
Create a directory in your local account e.g.:

cd /home/zock
mkdir myiso

To mount an iso file you need to login as root

mount -o loop my.iso /home/zock/myiso


UpReply 
StartStopPage 1 of 1StopEnde