@irishmike:
Cheers! :-)
To use NFS, you don't really need any script, but you need to edit the settings in the file AmiTCP:db/ch_nfstab, which also contains help/instructions and examples of how to mount volumes. If more detailed info is needed, read AmiTCP:help/ch_nfsc. Disregard the install-instructions, as the nfs-client is already installed, just create a line like the one starting with nfsserver:, but which suits your linux-system. After that, just mount the unit you specified on that line with ch_nfsmount.
If you want to make a script, just open ed and write in the stuff, then either execute it by typing in "execute nameofscriptfile", or set the files scriptfile by typing in "protect nameofscriptfile +S".
If you want it to mount a nfs-volume each time you start, you could just write in a suitable ch_nfsmount-line at the end of your AmiTCP:bin/startnet with a Run >NIL: before ch_nfsmount (on the same line).
/Patrik