Mounting CD image .iso files in ubuntu
This is very simple to mount the .iso files, with mount command.
sudo mount -o loop /home/user/mycdimage.iso /media/cdrom0
For unmounting use following command
sudo umount -l /media/cdrom0
Read Full Post | Make a Comment ( None so far )


