| Summary: | Unable to mount bindfs share from fstab | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John <john> |
| Component: | bindfs | Assignee: | Till Maas <opensource> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | 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: | |
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 ? My apologies, that in fact was the issue. I'm not sure how I missed this. Thank you. bindfs-1.13.1-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-af5119e509 bindfs-1.13.1-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-29d5c4281f bindfs-1.13.1-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-73dd3af598 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 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 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 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. 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. 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. |
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)