Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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


Linux

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


 macOS

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


  • No labels