Click to See Complete Forum and Search --> : mounting images in linux
Fox-18
12-03-2002, 09:20 PM
i recently obtained a quake3 .iso for linux, and i was wondering if linux had any built-in software to allow me to mount and install the image? if not, could you reference me to a program that could?
thanks :).
Fox-18
12-03-2002, 09:21 PM
sorry i forgot to mention this, but i'm running Mandrake 9.0 as my distro. if you've got any other questions about my comp, feel free to ask.
2damncommon
12-04-2002, 02:38 AM
http://www.adamswann.com/library/2000/LinuxCommands.html
http://www.teachlinux.com/cdrom.html
http://perch.cimr.cam.ac.uk/Local/CD.html
adam_boz
12-04-2002, 02:29 PM
you sure can, you must have iso9660 filesystem, and loopback device support (both of which I'm sure are enabled by default on your sys.)
mount -t iso9660 -ro,loop quake3.iso /mnt/some_dir
I'm not sure if you'll be able to install it that way or not, but that's how you mount the iso.