Bug 215988 - Cannot mount NFSv3 with nfs-utils-1.0.10-1.fc6
Summary: Cannot mount NFSv3 with nfs-utils-1.0.10-1.fc6
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: nfs-utils
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-16 18:29 UTC by Jeff Bastian
Modified: 2008-08-02 23:40 UTC (History)
0 users

Fixed In Version: 1.0.10-3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-16 21:58:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jeff Bastian 2006-11-16 18:29:33 UTC
Description of problem:
I applied the latest updates to one of my FC6 systems yesterday and now I cannot
mount anything.  After some experimenting, I found the mount command claims
NFSv3 is not supported:
   # mount -t nfs -o proto=tcp,vers=3 server:/some/dir /mnt
   NFS version 3 is not supported.
   #

However, going directly to mount.nfs works fine:
   # mount.nfs server:/some/dir /mnt -t 3 -o proto=tcp,vers=3
   # 

My other FC6 system still has nfs-utils-1.0.9-8.fc6 and everything works fine on it.


Version-Release number of selected component (if applicable):
nfs-utils-1.0.10-1.fc6

How reproducible:
Every time

Steps to Reproduce:
1. Try to mount with options proto=tcp,vers=3
2. Note error message
3. Try to mount with mount.nfs command and it works
  
Actual results:
mount fails with an error message claiming NFS version 3 is not supported

Expected results:
The mount should work

Additional info:

Comment 1 Steve Dickson 2006-11-16 21:42:47 UTC
yum update nfs-utils to nfs-utils-1.0.10-3 should fix the problem



Comment 2 Jeff Bastian 2006-11-16 21:58:23 UTC
That worked!  Thanks!  Closing BZ.

Jeff



Note You need to log in before you can comment on or make changes to this bug.