Bug 711403 - ISO images are not loop mounted at boot
Summary: ISO images are not loop mounted at boot
Keywords:
Status: CLOSED DUPLICATE of bug 716483
Alias: None
Product: Fedora
Classification: Fedora
Component: systemd
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lennart Poettering
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-07 12:21 UTC by Cristian Ciupitu
Modified: 2011-06-29 22:49 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-06-29 22:49:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
/etc/fstab (3.62 KB, text/plain)
2011-06-07 12:21 UTC, Cristian Ciupitu
no flags Details

Description Cristian Ciupitu 2011-06-07 12:21:02 UTC
Created attachment 503468 [details]
/etc/fstab

Description of problem:
My /etc/fstab has a couple of ISO images which should be loop mounted at boot time, for example:

  /mnt/extra/Software/Linux/Fedora/Fedora-14-x86_64-DVD/Fedora-14-x86_64-DVD.iso	/mnt/misc/Fedora-14-x86_64-DVD	iso9660	loop,ro,context=system_u:object_r:public_content_t:s0	0	0

Also these mount points are bind mounted under /srv/nfs in order to share them over NFSv4. For the previous ISO image I'm using the following fstab entry:

  /mnt/misc/Fedora-14-i386-DVD    /srv/nfs/Fedora-14-i386-DVD     none    bind    0       0

When I start the computer the ISO images are not mounted. Though the NFS shares are mounted:

  /dev/mapper/hermesVG-Fedora--rootVol on /srv/nfs/Fedora-14-x86_64-DVD type ext4 (rw,relatime,seclabel,barrier=1,data=ordered)

Version-Release number of selected component (if applicable):
systemd-26-2.fc15.x86_64.rpm
systemd-sysv-26-2.fc15.x86_64.rpm
systemd-units-26-2.fc15.x86_64.rpm

How reproducible:
Every time

Steps to Reproduce:
1. Use a fstab similar to the attached one and reboot.

Actual results:
No ISO images mounted. Though /srv/nfs shares are mounted.

Expected results:
ISO images should be mounted and then the NFS shares should be mounted as well.

Additional info:
If I remember correctly the ISO images get mounted if I remove the last lines for the NFS shares.
It also worked fine under Fedora 14.

Comment 1 Michal Schmidt 2011-06-29 22:49:20 UTC
The fstab has the bind mounts pattern that is now known to be handled incorrectly by "/bin/mount /mount/point":
/device  /mount/point ...
/mount/point  /other/mount/point  none bind ...

*** This bug has been marked as a duplicate of bug 716483 ***


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