Re: Allegro NFS - XP UID
Ahmon Dancy <[email protected]> Fri, 02 May 2003 09:10:04 -0700
| Newsgroups | gmane.lisp.open-source.franz |
|---|---|
| Message-ID | <497.1051891804@dancy> |
Hi Rick. >> I've installed Allegro as a service on Windows XP and was able to get an AIX >> Systems successfully mounted to it. However I cannot see to get it to have >> write permissions also. I realize this is within the nfs.cfg parameters but >> haven't been able to get it working. How do I determine the UID on the XP >> System for the nfslocaluid parameter? The uid would be the uid of the user on the AIX side. If you want to give yourself write access, log in the AIX machine and run the 'id' program. It will tell you what your uid is. That is the number you want to use in the nfs.cfg file. I should note that, as currently implemented, you can only give one uid write access. I'll improve that in a future release (it's really just a one-line change).