Bug 127009
Summary: | autofs incorrectly parses smbfs (and cifs) mount points on the mount map | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alexei Dets <adets> | ||||||||
Component: | autofs | Assignee: | Chris Feist <cfeist> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Brock Organ <borgan> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 2 | CC: | jmoyer | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | i686 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2005-04-13 15:35:33 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Alexei Dets
2004-06-30 16:57:42 UTC
Created attachment 101540 [details]
Logs of mount attempt with ":" in share name
Created attachment 101541 [details]
Logs of mount attempt without ":" in share name
Created attachment 101542 [details]
Patch to allow mounting of samba shares without colon
I'm providing a small patch that allows mounting of samba shares if they are
given in multimount map in format _without_ colon (as an examples in Internet)
simply because it is simplier and should not break anything (I've tested with
nfs & smbfs mounts). Patch to allow mounting in format described in man ("If
the filesystem to be mounted begins with a / (such as local /dev entries or
smbfs shares) a : needs to be prefixed (e.g. :/dev/sda1).") will be a bit more
complex - it seems to me that such functionality is completely broken in
modules/parse_sun.c and never actually worked.
I don't know why the qa contact was removed. This should be fixed in the latest available fc3 update (autofs-4.1.3-114). Please reopen this bug if this is not the case. |