Bug 64557
| Summary: | losetup doesn't work for loop files greater than loop7 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Piet E Barber <pietbarber> |
| Component: | util-linux | Assignee: | Elliot Lee <sopwith> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| URL: | http://pietbarber.com/RedHat/losetup-output.txt | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-05-07 22:05:22 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
Piet E Barber
2002-05-07 22:03:37 UTC
Doh. The mkdir command, in steps reproducible should be: mkdir /mnt/rh73-1 not mkdir /mnt/rh73-3 You need to set the maximum number of loop devices - the default is 8. Since you're using it as a module, echo "options loop max_loop=16" >> /etc/modules.conf should fix it. Most people never need 8 loopbacks, and leaving the default low saves memory, hence the need for you to change your configuration. |