Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Universal Scale Storage service supports NFSv3 for client access. Below are the recommended mount options for Linux and macOS. 


Linux

Code Block
languagetext
[user@localhost ~]$ sudo mount -t nfs -o intr,hard,tcp <USS>:/<export> /path/to/mountpoint


 macOS

Code Block
languagetext
Mac:~ user$ sudo mount -t nfs -o rsize=65536,wsize=65536,intr,hard,tcp,locallocks,rdirplus,readahead=128 <USS>:/<export> /path/to/mountpoint