Hi All, I've got a perl script here that won't run in my home director (which is nfs mounted) but will run if I put it in a file on the local disk.
The /etc/exports file on the server looks like this: /home (rw,no_root_squash) and the /etc/fstab on the client looks like this: northbridge:/home /home nfs rw,user 0 0 Any ideas? Thanks, Andy