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
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
Liked it here?
Why not try sites on the blogroll...