/
Mounting exports on macOS
Mounting exports on macOS
For macOS (OS X) exports, use this format, with these explicit options:
mount -t nfs -o timeo=9000,noatime,vers=4 SwarmNFSserver:/ /mnt/SwarmNFS
- Increase the timeout, timeo, to 9000.
- Enable noatime (no access time), which lets the system skip updating the file system for files that are simply being read. This has no effect on the write time information, which is always updated with every write to the file.
- To ensure that you mount using the expected protocol, add the "
-t nfs
" and "vers=4
" mount options. The macOS client is restricted to NFS v4.0.
, multiple selections available,
Related content
SwarmFS Troubleshooting
SwarmFS Troubleshooting
More like this
SwarmFS 1.2 Release
SwarmFS 1.2 Release
More like this
SwarmFS Server Installation
SwarmFS Server Installation
More like this
SwarmFS Release Notes
SwarmFS Release Notes
More like this
SwarmFS Export Configuration
SwarmFS Export Configuration
More like this
Ganesha Operations for SwarmFS
Ganesha Operations for SwarmFS
More like this
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.