Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13227 - LiveCD 1.4_rc2 NFS client does not work for NFSv3
Summary: LiveCD 1.4_rc2 NFS client does not work for NFSv3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-04 05:54 UTC by Dirk Steinberg
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Steinberg 2003-01-04 05:54:03 UTC
cdimage root # mount -o nfsvers=3,rsize=8192,wsize=8192 10.8:/export/ibm100g3
/mnt/ibm100g3
NFSv3 not supported!
mount: wrong fs type, bad option, bad superblock on 10.8:/export/ibm100g3,
       or too many mounted file systems
cdimage root # mount | grep ibm100g3
cdimage root #
The same works from another workstation running RedHat 8.0:
root@cray:pts/1 ~ # mount -o nfsvers=3,rsize=8192,wsize=8192
10.8:/export/ibm100g3 /mnt/ibm100g3
root@cray:pts/1 ~ # mount | grep ibm
10.8:/export/ibm100g3 on /mnt/ibm100g3 type nfs
(rw,nfsvers=3,rsize=8192,wsize=8192,addr=10.0.0.8)

Apparently the kernel is missing NFSv3 support.

portmap is running.

/dws
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2003-01-13 23:10:47 UTC
nfsv3 support is now on the latest experimental livecd (13 Jan 2003). Closing
this bug. Thank you for reporting it.