Thread: Mount iso image
View Single Post

  #2 (permalink)  
Old 04-29-2008, 03:52 PM
root root is offline
Administrator
User
 
Join Date: Apr 2007
Posts: 10
Rep Power: 10
root has disabled reputation
Default

Open terminal and as root user type
mkdir /mnt/iso
Code:
mount -o loop /dev/cdrom /mnt/iso
Reply With Quote