bruno
01-24-2002, 04:01 PM
This is my issue. I cannot find any good explaination as to how to NFS mount from MacOSX (in Terminal) to a redhat box.
command line attempt:
sudo mount -t nfs sylvester:/www /Users/bruno/slyMount
(yes, sylvester is in my hosts file. yes, slyMount does exist.)
I get the error "NFS Portmap: PRC: Program not registered"
Finder (cmd-K) attempt:
smb://sylvester/www
Finder hangs (10min. spinning rainbow) until I force quit the Finder.
I have this line in the "/etc/exports" on the redhat box:
/www 10.10.10.101(rw,all_squash,anonuid=500,anongid=500)
(yes, 10.10.10.101 is my Mac's IP. yes, 500:500 is a valid user with access to the "/www" directory.)
so I don't know if anyone has ever had success, but I have not. I've tried this on 4 other OSX Machines with the same results.
command line attempt:
sudo mount -t nfs sylvester:/www /Users/bruno/slyMount
(yes, sylvester is in my hosts file. yes, slyMount does exist.)
I get the error "NFS Portmap: PRC: Program not registered"
Finder (cmd-K) attempt:
smb://sylvester/www
Finder hangs (10min. spinning rainbow) until I force quit the Finder.
I have this line in the "/etc/exports" on the redhat box:
/www 10.10.10.101(rw,all_squash,anonuid=500,anongid=500)
(yes, 10.10.10.101 is my Mac's IP. yes, 500:500 is a valid user with access to the "/www" directory.)
so I don't know if anyone has ever had success, but I have not. I've tried this on 4 other OSX Machines with the same results.