James ... Recommend you bind to a specific "loop device" if you're putting these into /etc/fstab. Otherwise, the advice you've already gotten should work. Problem is when mount/umount/losetup and company get confused if you're not specific.
Borrowing from Christian's post, instead of: /iso_images/Su810_001.iso /SLES8/CD1 auto loop,auto 0 0 /iso_images/Su810_002.iso /SLES8/CD2 auto loop,auto 0 0 /iso_images/Su810_003.iso /SLES8/CD3 auto loop,auto 0 0 do this: /iso_images/Su810_001.iso /SLES8/CD1 auto loop=/dev/loop1,auto 0 0 /iso_images/Su810_002.iso /SLES8/CD2 auto loop=/dev/loop2,auto 0 0 /iso_images/Su810_003.iso /SLES8/CD3 auto loop=/dev/loop3,auto 0 0 -- R; ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
