Needing to extract the contents of a CentOS iso file so that it could be used to http / kickstart installs:
mkdir tmp_mnt
mkdir ./5.3
mount -o loop ./CentOS-5.3-x86_64-bin-DVD.iso ./tmp_mnt
cp -R ./tmp_mnt/* ./5.3