I've just about got the new computer fully setup. 2 questions on NFS
In fstab I've been using nfs4 to specify the fileype. Is that necessary or is just plain nfs equivalent?
On the laptop, I I want to be able to execute a script on the desktop. The laptop has access to the file and it is set as executable on the desktop. When I specify the filename on the laptop, I get permission denied. I guess that nfs does not permit executing a script file on the connected computur. Correct?
I tried using ssh a few years back but was never able to get it working. Since either computer hangs when the other computer is shutdown if I don't unmount the shared folders first, I tried using ssh to execute a script on the other computer to unmount all shared folders. Never could get the scripts (or ssh?) to work.
In fstab I've been using nfs4 to specify the fileype. Is that necessary or is just plain nfs equivalent?
On the laptop, I I want to be able to execute a script on the desktop. The laptop has access to the file and it is set as executable on the desktop. When I specify the filename on the laptop, I get permission denied. I guess that nfs does not permit executing a script file on the connected computur. Correct?
I tried using ssh a few years back but was never able to get it working. Since either computer hangs when the other computer is shutdown if I don't unmount the shared folders first, I tried using ssh to execute a script on the other computer to unmount all shared folders. Never could get the scripts (or ssh?) to work.
Comment