so I assume an /etc/fstab like : /path_to_iso1 /mnt/fc1isos iso9660 ro,user,loop=/dev/loop 0 0 /path_to_iso2 /mnt/fc1isos ...
/dev/hdb11 /mnt/rh9isos ext3 defaults 1 2
It is a one user system. The isos are the /dev/hdb11 partition which I mount at /mnt/rh9isos.
in fact isos are stored in my /root directory, not on a separate partition thanks
Foao