Bug 195264
| Summary: | cifs mount error 6 - no such device | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Douglas <dtrauner> |
| Component: | samba | Assignee: | Simo Sorce <ssorce> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | jplans, rhunnicutt, samba-bugs-list |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-11-23 19:54:04 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: | |||
|
Description
Douglas
2006-06-14 16:47:49 UTC
Same results with FC6 using mount -t cifs or mount.cifs Is the server configured for share level security?
Is the share name on the server capitalized (DIR rather than dir) (note that
mount.cifs retries with upper case share name unless you have an old mount.cifs)?
You might try turning on debugging to isolate this (mount is not able to return
all of the possible error conditions):
1) turn on debugging ("echo 7 > /proc/fs/cifs/cifsFYI")
2) clear the message log ("dmesg -c")
3) try the mount
4) turn off debugging ("echo 0 > /proc/fs/cifs/cifsFYI")
5) save the log ("dmesg > savefile")
6) change any sensitive information (your servername) from your savefile if desired
7) attach the savefile (or alternatively send it to me and the redhat contact)
No answer to request in a year, as we release several new versions of the cifs client I'll consider this fixed, reopen if not. |