Bug 1320272

Summary: Unable to mount bindfs share from fstab
Product: [Fedora] Fedora Reporter: John <john>
Component: bindfsAssignee: Till Maas <opensource>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: john, opensource
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
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:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-23 16:25:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.