Mounting DVD ISO Files on CentOS 5.3
Published May 24th, 2009I often forget all the parameters to mount a DVD on a running system, so here is my blog-reminder:
# mount -t iso9660 -o loop /path/to/dvd.iso /mount/point
Example:
mount -t iso9660 -o loop CentOS-5.3-i386-bin-DVD.iso /mnt/dvd
This will mount the CentOS 5.3 DVD iso on /mnt/dvd directory.
Leave a comment
Comment Policy: First time comments are moderated. Please be patient.