How to export / mount a nfs mount from AIX nfs server to nfs client
Friday, July 6th, 2007bash-3.00# exportfs/data/fs/fs1 -rw=pw41,access=pw41.test.pw.com,root=pw41.test.pw.com NOTE: the exported directory (e.g., /data/fs/fs1) must be a file system itself, not just any directory.In this case, /data/fs/fs1 is a file system itself, but /data is not. So if you export /data, when youmount it from client, it will not work (you will get ...