Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 21286

Summary: cannot mount iso9660 files using loop device with rh7.0but works with rh6.2
Product: [Retired] Red Hat Linux Reporter: Vincent Greff <vgreff>
Component: mountAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED WORKSFORME QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: high    
Version: 7.0CC: vgreff
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-11-23 19:33:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vincent Greff 2000-11-23 19:33:55 UTC
I use RH7.0 with all the latest patches on an AMD475 processor.
The same thing works great under RH6.2

whenever I issue the following command:
mount -t iso9660 -o ro,loop=/dev/loop0 7.0-i386-upgrade.iso /mnt/loop/
I get this output:
ioctl: LOOP_SET_FD: Invalid argument

Thank you in advance for your help

Vince

Comment 1 Bernhard Rosenkraenzer 2000-11-24 20:53:24 UTC
Can't reproduce this...
Maybe your loop0 device is already in use?
Try letting the kernel choose:
	mount -tiso9660 -oro 7.0-i386-upgrade.iso /mnt/loop