Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.bhp.com.au!mel.dit.csiro.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!vixen.cso.uiuc.edu!uwm.edu!newsspool.doit.wisc.edu!night.primate.wisc.edu!nntp.msstate.edu!Ra.MsState.Edu!aak2 From: aak2@Ra.MsState.Edu (Atif Ahmad Khan) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: nfs mounting linux drives under FreeBSD Date: 16 Apr 1996 06:55:47 -0500 Organization: Mississippi State University Lines: 40 Message-ID: <aak2.829655025@Ra.MsState.Edu> References: <aak2.829556087@Ra.MsState.Edu> <4kv1e9$o21@wqs1.ysi.com> NNTP-Posting-Host: ra.msstate.edu X-Newsreader: NN version 6.5.0 #2 (NOV) kfurge@wqs1.ysi.com (K.C. Furge) writes: >Atif Ahmad Khan (aak2@Ra.MsState.Edu) wrote: >: I am not sure why I cant seem to be able to nfs mount drives from >: linux machines. >: I use "mount -t nfs linux1:/ /mnt/linux1" >: and it partially mounts it. I keep getting permisson errors. >I had to use the -P options with my NFS mount: >mount_nfs -P linux:/ /linux Hey that worked. Wonder why the "mount" command cant do it all. Now I am trying to mount the FreeBSD drive on the linux machine and running into a slight problem. I created an /etc/exports file with the following line : / linux1.mydomain.com(rw) and then when I try to mount it from Linux side using : mount FreeBSD1.mydomain.com:/ /mnt/freebsd1 I get the following error : mount clntudp_create: RPC: Program not registered I noticed that my machine wasnt running nfsd by default so I went ahead and started it and then ran the command again on the linux with exactly the same result. Any help would be appreciated. Atif Khan aak2@ra.msstate.edu