I cant seem to mount NFS shares from my powerbook running panther. The server is running linux and the NFS setup is working. I confirmed this by being able to mount it on a seperate linux machine.
The IP of the server is 192.168.1.101 and the IP of my laptop is 192.168.1.100.
$sudo mount 192.168.1.101:/home /mnt
mount_nfs: /mnt: Operation not permitted
Any ideas?
Code:
[i]/etc/exports:[/i]
/home 192.168.1.0/255.255.255.0(rw,no_root_squash,sync)
The IP of the server is 192.168.1.101 and the IP of my laptop is 192.168.1.100.
$sudo mount 192.168.1.101:/home /mnt
mount_nfs: /mnt: Operation not permitted
Any ideas?