Networking Forums

Networking Forums > Computer Networking > Linux Networking > Cannot mount NFS with option 'nfsvers=3'

Reply
Thread Tools Display Modes

Cannot mount NFS with option 'nfsvers=3'

 
 
Ake L
Guest
Posts: n/a

 
      02-13-2007, 07:39 PM
If I try to mount (from the network) a share on a SuSE 10.0 server
with the option 'nfsvers=3' (to overcome the 2 GB file size limit) I
get the following:

$ mount -t nfs -o wsize=8192,rsize=8192,nfsvers=3 192.168.0.2:/backup /
media/hdd
mount: RPC: Unable to receive; errno = Connection refused
mount: nfsmount failed: Bad file descriptor
mount: Mounting 192.168.0.2:/backup on /media/hdd failed: Bad file
descriptor

Any ideas?
If I omit the nfsvers option, it works fine, but I cannot write files
larger than 2 GB.

 
Reply With Quote
 
 
 
 
John Thompson
Guest
Posts: n/a

 
      02-14-2007, 07:30 PM
On 2007-02-13, Ake L <(E-Mail Removed)> wrote:

> If I try to mount (from the network) a share on a SuSE 10.0 server
> with the option 'nfsvers=3' (to overcome the 2 GB file size limit) I
> get the following:
>
> $ mount -t nfs -o wsize=8192,rsize=8192,nfsvers=3 192.168.0.2:/backup /
> media/hdd
> mount: RPC: Unable to receive; errno = Connection refused
> mount: nfsmount failed: Bad file descriptor
> mount: Mounting 192.168.0.2:/backup on /media/hdd failed: Bad file
> descriptor
>
> Any ideas?


Does the host actually support nfs v3?

--

John ((E-Mail Removed))
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mount mount file system using nfs Jim Anderson Linux Networking 2 07-16-2008 09:19 PM
HELP with autofs and NIS: How to override mount options on all mount points? theosib@gmail.com Linux Networking 0 03-04-2006 09:12 PM
NFS mount won't mount at boot, but mount -a works fine. BT Linux Networking 2 09-23-2004 09:37 PM
Car mount Essel Wireless Internet 3 06-10-2004 10:28 PM
NFS mount and cp Michael C. Linux Networking 6 11-30-2003 07:11 PM



1 2 3 4 5 6 7 8 9 10 11