I could be wrong but I was under the understanding that one could not mount multiple devices on the same mount point. I tried mounting the ISO images from Beta 3 and discovered that mount allowed this.
Can someone please confirm that this is intended behavior? Thanks. -- [root@light jason]# mount | grep cdrom [root@light jason]# mount -o loop -t iso9660 /home/jason/9.0/MandrakeLinux-9.0beta3-CD1.i586.iso /mnt/cdrom [root@light jason]# mount -o loop -t iso9660 /home/jason/9.0/MandrakeLinux-9.0beta3-CD2.i586.iso /mnt/cdrom [root@light jason]# mount | grep cdrom /home/jason/9.0/MandrakeLinux-9.0beta3-CD1.i586.iso on /mnt/cdrom type iso9660 (rw,loop=/dev/loop0) /home/jason/9.0/MandrakeLinux-9.0beta3-CD2.i586.iso on /mnt/cdrom type iso9660 (rw,loop=/dev/loop1) [root@light jason]# which mount /bin/mount [root@light jason]# rpm -qf /bin/mount mount-2.11t-4mdk __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com
