There is a way to mount a share from a windows system as an NFS filesystem in AIX:
- Install the CIFS software on the AIX server (this is part of AIX itself: bos.cifs_fs).
- Create a folder on the windows machine, e.g. D:\share.
- Create a local user, e.g. "share" (user IDs from Active Directory can not be used): Settings -> Control Panel -> User Accounts -> Advanced tab -> Advanced button -> Select Users -> Right click in right window and select "New User" -> Enter User-name, password twice, deselect "User must change password at next logon" and click on create and close and ok.
- Make sure the folder on the D: drive (in this case "share") is shared and give the share a name (we'll use "share" again as name in this example) and give "full control" permissions to "Everyone".
- Create a mountpoint on the AIX machine to mount the windows share on, e.g. /mnt/share.
- Type on the AIX server as user root:
# mount -v cifs -n hostname/share/password -o uid=201,fmode=750 /share /mnt/share
- You're done!
If you found this useful, here's more on the same topic(s) in our blog:
- AIX Multiple page size support
- Creating a large file
- Why AIX Memory Typically Runs Near 100% Utilization
- A quick way to remove all printer queues
- Cron jobs running late or not at all
UNIX Health Check delivers software to scan Linux and AIX systems for potential issues. Run our software on your system, and receive a report in just a few minutes. UNIX Health Check is an automated check list. It will report on perfomance, capacity, stability and security issues. It will alert on configurations that can be improved per best practices, or items that should be improved per audit guidelines. A report will be generated in the format you wish, and the report includes the issues discovered and information on how to solve the issues as well.
Interested in learning more?
Interested in learning more?




