CA BD NY
  • Categories

  • Recent Posts

  • RSS MySQL Hacker

  • RSS Apache Hacker

  • RSS MiniCTO

  • Meta

  • Mounting DVD ISO Files on CentOS 5.3

    Published May 24th, 2009

    I 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.

    Get a Trackback link

    No Comments Yet

    Be the first to comment!

    Leave a comment

    Comment Policy: First time comments are moderated. Please be patient.