NFS Troubles

Blake Skinner yellowdog-general@lists.terrasoftsolutions.com
Sun Jun 2 08:26:01 2002


--Apple-Mail-1--376358862
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed

Set up an NFS server on my 8550/200 (Running Yellow Dog Linux). If I try 
to mount it on OSX(10.1.4) using mount -t nfs -v 
192.168.0.34:/mp3s/mp3d2 /mp3s2
I get the response: mount: statfs /mp3d3: RPC struct is bad
However, if I run the exact same command when SSHed into the YDL server, 
the share will mount on that machine with no problems.

/etc/exports
/mp3s/mp3d1 192.168.0.0/255.255.255.0(ro)
/mp3s/mp3d2 192.168.0.0/255.255.255.0(ro)
/mp3s/mp3d3 192.168.0.0/255.255.255.0(ro)
/mp3s/mp3d4 192.168.0.0/255.255.255.0(rw)

/etc/hosts.allow
portmap: 192.168.0.0/255.255.255.0 localhost 127.0.0.1
lockd: 192.168.0.0/255.255.255.0 localhost 127.0.0.1
rquotad: 192.168.0.0/255.255.255.0 localhost 127.0.0.1
mountd: 192.168.0.0/255.255.255.0 localhost 127.0.0.1
statd: 192.168.0.0/255.255.255.0 localhost 127.0.0.1

/etc/hosts.deny
portmap:ALL
lockd:ALL
mountd:ALL
rquotad:ALL
statd:ALL

Any suggestions?

--Apple-Mail-1--376358862
Content-Transfer-Encoding: 7bit
Content-Type: text/enriched;
	charset=US-ASCII

<fontfamily><param>Verdana</param>Set up an NFS server on my 8550/200
(Running Yellow Dog Linux). If I try to mount it on OSX(10.1.4) using
</fontfamily><fontfamily><param>Courier</param>mount -t nfs -v
192.168.0.34:/mp3s/mp3d2 /mp3s2</fontfamily><fontfamily><param>Verdana</param>

I get the response:</fontfamily><fontfamily><param>Courier</param>
mount: statfs /mp3d3: RPC struct is bad</fontfamily><fontfamily><param>Verdana</param>

However, if I run the exact same command when SSHed into the YDL
server, the share will mount on that machine with no problems. 


/etc/exports

/mp3s/mp3d1 192.168.0.0/255.255.255.0(ro)

/mp3s/mp3d2 192.168.0.0/255.255.255.0(ro)

/mp3s/mp3d3 192.168.0.0/255.255.255.0(ro)

/mp3s/mp3d4 192.168.0.0/255.255.255.0(rw)


/etc/hosts.allow

portmap: 192.168.0.0/255.255.255.0 localhost 127.0.0.1

lockd: 192.168.0.0/255.255.255.0 localhost 127.0.0.1

rquotad: 192.168.0.0/255.255.255.0 localhost 127.0.0.1

mountd: 192.168.0.0/255.255.255.0 localhost 127.0.0.1

statd: 192.168.0.0/255.255.255.0 localhost 127.0.0.1


/etc/hosts.deny

portmap:ALL

lockd:ALL

mountd:ALL

rquotad:ALL

statd:ALL


Any suggestions?</fontfamily>
--Apple-Mail-1--376358862--