At 2007-07-09T17:45:36+1200, Kerry Mayes wrote:
> Client has fstab entry:
> 192.168.0.215/media/sdb1 /mnt/company nfs rw,hard,intr 0 0
              ^^

That line is missing the colon that delimits the host and path portions of
the FS spec, it should be something like:

192.168.0.215:/media/sdb1 /mnt/company nfs rw,hard,intr 0 0

Failing that, run rpcinfo on the client to make sure it can talk to the
server's portmapper:

% /usr/sbin/rpcinfo -p server
...
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    4   udp   2049  nfs
...

If rpcinfo doesn't work, make sure the appropriate services are running and
there are no firewalls blocking portmapper and NFS traffic.

Cheers,
-mjg
-- 
Matthew Gregan                     |/
                                  /|                    [EMAIL PROTECTED]

Reply via email to