Mounting a ISO image in linux
Written By smart|
18 June 2009|
No Comment
mount iso image in here
admin@smartproteam$ sudo mount -o loop /path/to/cd_image.iso /path/to/mount/point/
For example:
admin@smartproteam$ sudo mount -o loop ~/imagefilename.iso /media/cdrom0/
if you want to mount a folder in /mnt/ below are the steps
admin@smartproteam$ sudo mkdir -p /mnt/mount/
admin@smartproteam$ sudo mount -o loop ~/imagefilename.iso /mnt/mount/











Leave your response!