mount it like this:

su - root
# create mount point
mkdir -p /media/user/cdrom

# mount the image
mount -t iso9660 -r -o loop /path/image.iso /media/user/cdrom

links:

GNU Linux -> how to copy dvd cdrom to file.iso with dd – make iso backup file from disc – howto backup discs that have defects

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin