Thanks folks, for the help with the large hdd and the CD-RW questions. Now 
I'm having a stupid NFS moment.

My network is configured thusly:
cr-849444-a.localdomain (eth0 is dhcp/cable modem, eth1 is 
192.168.0.1/255.255.255.0)
I want to export /home/public (which has drwxrw-rw- permissions) to my other 
machine: tygesen (192.168.0.2/255.255.255.0).
...portmap is running...
...so is mountd...
...so is nfs (it's on udp 2049 right now)...
and my /etc/exports file looks like this:

/home/public/ 192.168.0.1/255.255.255.0(rw,insecure,rwx)

Yes, I've run exportfs. 

When I try to mount /home/public from tygesen with the following:

mount -t nfs -o rsize=1024,wsize=1024 192.168.0.1:/home/public/ /home/shared

I get the infamous 
"mount: 192.168.0.1:/home/public/ failed, reason given by server: Permission 
denied" error message. In otherwords, fsck-off, Jack!

For the record, my /etc/hosts.allow file does contain 
192.168.0.2/255.255.255.0.

I know the network is working because I can ping all interfaces and, if 
you're reading this, then IP masquerading is still working fine.

Any ideas? I swear I've followed the NFS-HOWTO step-by-step and then even 
tried webmin but nothing seems to be working.

Thanks in advance.

- Chris

Reply via email to