Mounting Disks

To mount a .iso file as a filesystem

mount -o loop /mnt/Redhat9.0/shrike-i386-disc1.iso /disk1

Note:
The file itself can be on an NFS mounted file system
eg. prior to this command, /mnt was mounted from an nfs fileserver
mount nfssrv:/export/share /mnt