Joe wrote:
>
> If I was to mount my a linux machine from SME could I check
> that the remote machine was "alive" before actually going
> ahead fully with my script.
It's difficult to determine what you're trying to say here, but I'll take a stab. You want to know if your server has mounted a particular NFS or SMB mount before running a particular script on the server?
ssh mount | grep
You can set up passwordless ssh, and permit that key to only run the mount command with no arguments.
Mike