| Summary: | mount manpage is not precise about -a switch. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robin Hack <rhack> |
| Component: | util-linux | Assignee: | Karel Zak <kzak> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | jonathan, kzak, mluscon |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-12 10:45:13 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: | |
Fixed in upstream tree (commit 31e93a55be6d292427f259de2e9b40bed0050a88). I guess it's not so critical bug that we can wait for the next util-linux Fedora rpm upgrade. Thanks! |
-a, --all Mount all filesystems (of the given types) mentioned in fstab. It's sound like I'm able to mount everything without any additional options. But later in section FILESYSTEM INDEPENDENT MOUNT OPTIONS: auto Can be mounted with the -a option. noauto Can only be mounted explicitly (i.e., the -a option will not cause the filesystem to be mounted). Well. -a needs to have auto enabled in fstab. Maybe some hint in -a parameter description will be good.