Bug 993637 - mount should load loop driver when needed
Summary: mount should load loop driver when needed
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: util-linux
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Karel Zak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-06 10:44 UTC by Bruno Wolff III
Modified: 2013-08-10 01:15 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-10 01:15:25 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Bruno Wolff III 2013-08-06 10:44:35 UTC
Description of problem:
Loop devices are no longer precreated. So that mounting using loop devices will fail unless you run modprobe loop first.


Version-Release number of selected component (if applicable):
util-linux-2.23.2-1.fc20.i686

Steps to Reproduce:

[root@bruno bruno]# mount -o loop Fedora-Live-XFCE-i686-19-1.iso /mnt
mount: /home/bruno/Fedora-Live-XFCE-i686-19-1.iso: failed to setup loop device: No such file or directory
[root@bruno bruno]# modprobe loop
[root@bruno bruno]# mount -o loop Fedora-Live-XFCE-i686-19-1.iso /mnt
[root@bruno bruno]#

Comment 1 Bruno Wolff III 2013-08-10 01:15:25 UTC
This is working again in rawhide. My guess is that there was a kernel issue as there had been a change affecting this that was made recently. I ay have seen it later than some people because there is a dracut issue affecting booting and I needed to revert dracut to boot with recent kernels.


Note You need to log in before you can comment on or make changes to this bug.