Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1320272 - Unable to mount bindfs share from fstab
Summary: Unable to mount bindfs share from fstab
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: bindfs
Version: 23
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Till Maas
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-22 17:28 UTC by John
Modified: 2016-09-27 14:51 UTC (History)
2 users (show)

Fixed In Version: bindfs-1.13.1-2.fc25 bindfs-1.13.1-2.fc24 bindfs-1.13.1-2.fc23
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-23 16:25:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description John 2016-03-22 17:28:55 UTC
Description of problem:
Unable to mount bindfs mounts via /etc/fstab


Version-Release number of selected component (if applicable):
bindfs-1.12.6-2.fc23.x86_64


How reproducible:
Every time.


Steps to Reproduce:
Using the fstab example from the bindfs manpage:

1. mkdir -p /home/bob/shared /var/www/shared/bob
2. cat <<EOF >> /etc/fstab
/home/bob/shared /var/www/shared/bob fuse.bindfs perms=0000:u+rD 0 0
EOF
3. mount -a


Actual results:
mount: wrong fs type, bad option, bad superblock on /opt/homes/bob/shared,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.


Expected results:
bindfs mounts in /etc/fstab get mounted


Additional info:
mounts via bindfs command function as expected:
1. bindfs -o perms=0000:u+rD /home/bob/shared /var/www/shared/bob
2. mount | grep bindfs
bindfs on /var/www/shared/bob type fuse.bindfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)

Comment 1 Till Maas 2016-03-22 17:50:58 UTC
It looks to me that you need to install the fuse package to make fstab entries working. Can you please verify if it works after

sudo dnf install fuse

?

Comment 2 John 2016-04-04 13:34:59 UTC
My apologies, that in fact was the issue. I'm not sure how I missed this.

Thank you.

Comment 3 Fedora Update System 2016-09-18 06:42:47 UTC
bindfs-1.13.1-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-af5119e509

Comment 4 Fedora Update System 2016-09-18 06:42:55 UTC
bindfs-1.13.1-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-29d5c4281f

Comment 5 Fedora Update System 2016-09-18 06:43:02 UTC
bindfs-1.13.1-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-73dd3af598

Comment 6 Fedora Update System 2016-09-19 04:20:00 UTC
bindfs-1.13.1-2.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-29d5c4281f

Comment 7 Fedora Update System 2016-09-19 04:22:33 UTC
bindfs-1.13.1-2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-73dd3af598

Comment 8 Fedora Update System 2016-09-19 05:22:41 UTC
bindfs-1.13.1-2.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-af5119e509

Comment 9 Fedora Update System 2016-09-23 16:25:37 UTC
bindfs-1.13.1-2.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.

Comment 10 Fedora Update System 2016-09-27 03:52:02 UTC
bindfs-1.13.1-2.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 11 Fedora Update System 2016-09-27 14:51:23 UTC
bindfs-1.13.1-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.


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