Bug 2610
Summary: | Can't mount linux NFS from Digital UNIX: NFS2/3 | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | niles |
Component: | nfs-server | Assignee: | David Lawrence <dkl> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 6.0 | CC: | niles |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-05-06 20:38:38 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
niles
1999-05-06 20:31:44 UTC
I don't have a OSF1 boc to test. However, I do have a solaris boc that can't mount linux file systems using NFS. The fix there is to specify the option "vers=2" during mount, so I suspect that OSF1 needs to do the same. Please reopen if specifying NFS version 2 during mount does not fix your problem.Resolved! Use nfsv2 flag to Digital UNIX mount command. I also had exactly this problem Specifying nfsv2 fixed it for me too. To avoid reading man pages just put something like.. seviorpc:/home /seviorpc nfs rw,nfsv2 0 2 in your fstab on your DEC machine Thanks for the help, Martin Sevior |