Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Slackware 10.0, Debian 3.0, FC2, and various Live CD's
Posts: 20
Rep:
Linux clients, Solaris NFS server
I've got a server running Solaris 9, and several workstations running various *nix OSs - namely Solaris 8 & 9, Debian 3.0 and Slackware 10.0... I keep my users' home directories on the server. This setup works wonderful on my Solaris boxes... they mount the remote directory in a milisecond... However, my Linux boxes seem unable to mount anything remotely from the Solaris machines... I've tried passing various wsize/rsize paramaters through the mount command, but that hasn't worked... I've Googled for about 3 hrs. now, but I just can't seem to find a solution... Any ideas???
BTW, the server is a SPARC III, and the Linux boxes are Pentium 4's and SPARC IIis ... I shouldn't think that this is a hardware issue, though - both Solaris and Linux recognize nfs
Also -- Are both the Solaris and Linux boxes using the same version of the NFS protocol? There's an option to the mount command to specify what version of the protocol to use, though I forget what it is at the moment.
Distribution: Slackware 10.0, Debian 3.0, FC2, and various Live CD's
Posts: 20
Original Poster
Rep:
Sorry I took so long to get back... thank you for the replies...
However, I've still had no luck --> it actually will mount the nfs partition, but it takes five and a half minutes (seriously - I timed it)... this simply will not do... I've tried various options (wsize,rsize,nfsvers,proto,etc.)... no dice.
As I've said, it works fine on my Debian boxes which are using the same kernel as the rest of the linux boxes - however, the Debian boxes are SPARCs, like the server...
Something still tells me that this isn't a hardware issue, though...
Any Ideas??? --> I've done some Googlin - apparently I'm not the first to experience this problem!
-Wiski
[edit] forgive me --> I didn't say that the Debian SPARC boxes worked in my original post... that discovery was more recent...[/edit]
Last edited by wiskic10_4; 01-05-2005 at 03:23 PM.
Try to mount with mount option tcp. Example mount -t nfs -o tcp hostnameToSolaris9:/home/xxx /tmp/test
or mount -t nfs -o rsize=8192,wsize=8192,nfsvers=2,intr,tcp hostname1:/home/xxx /tmp/test
Without the tcp option I didn't worked.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.