Here is my /etc/exports file for an example on my linuxbox: /usr/ldata sgibox(rw,no_root_squash)
on the sgibox I have autofs running (chkconfig autofs on) and it mounts the linux's /usr/data on /hosts/linuxbox/usr/ldata but I can mount it manually onto the sgibox by typing on the sgibox: mount linuxbox:/usr/ldata /usr/sdata (note /usr/sdata on the sgibox is the mount point on the sgibox). If this works, and you don't want to use autofs, then put the following into the /etc/fstab (on the sgibox): linuxbox:/usr/ldata /usr/sdata nfs rw,soft,bg 0 0 Some basics: have nfs service on on the linuxbox do a 'exportfs -a' on the linuxbox you can ping linuxbox from sgibox look in the /var/log/message file on the linuxbox for authentication problems when trying to mount the linuxbox from the sgibox. ummm cant think of anything else, so I hope this helps. Note: Irix 6.5.15 which uses nfs v3. Red Hat Linux 7.2 (i686). smbinyon -----Original Message----- From: Brian Ashe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 10:03 AM To: Kyle Evans Subject: Re: Major Problem with NFS 3 on Redhat 7.2 to SGI and HP Unix Hello Kyle, Wednesday, June 5, 2002, 11:19:30 AM, you textually orated: KE> Hey everyone, KE> I'm in a complete state of panic as a contract job that I'm currently KE> invovled in is coming to a close and I still can't get the Redhat 7.2 server KE> with NFS to export the directories to several sgi boxs and an hp box. I KE> know its not a simple firewall problem as they will mount sucessfully but KE> when you view the file list only the hard mount points show up and not the KE> rest of the files that are being shared over the network(everything under KE> the /mounts is shared from other smb and nfs machines). A few days ago KE> everyone seemed to work ok on a linux 4 box, but since the upgrade its been KE> doing this. I've had suggestions from people to change the MTU and KE> rsize/wsize on the clients and nothing happened. KE> If there is anything anyone can tip me off on I would be ever greatful. If KE> there is something I neglicted to tell I'm also sorry, please ask, I just KE> need idea as the job ends tomorrow :( You might want to pass on info from logs and such, but as a little test you may want to try having it use nfs version 2 to see if it is a version incompatibility. mount -o nfsvers=2 server:/export_dir /import_dir Note: some versions of nfs use different options (ie. vers instead of nfsvers) so a man nfs may be in order. Have fun, -- _________________________________________________________________ Brian Ashe CTO [EMAIL PROTECTED] Dee-Web Software Services, LLC. http://www.dee-web.com/ ----------------------------------------------------------------- _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list