使用下列命令:
mount -t cd9660 /dev/`mdconfig -f cdimage.iso` /mnt
这一命令将使用第一个md设备来加载cdimage.iso所指明的iso文件,并将该md设备挂载在/mnt上。