Release Notes
Announcements
// Run the following command to open the "fstab" filevi /etc/fstab
/etc/fstab. The mounting methods are as follows:Mount the file system with NFS v4.0<Mount target IP>:/ <target mount directory> nfs vers=4,minorversion=0,hard,timeo=600,retrans=2,_netdev,noresvport 0 0Example: 10.10.19.12:/ /local/test nfs vers=4,minorversion=0,hard,timeo=600,retrans=2,_netdev,noresvport 0 0
Mount the file system with NFS v3.0<Mount target IP>:/<fsid> <target mount directory> nfs vers=3,nolock,proto=tcp,hard,timeo=600,retrans=2,_netdev,noresvport 0 0Example: 10.10.19.12:/djoajeo4 /local/test nfs vers=3,nolock,proto=tcp,hard,timeo=600,retrans=2,_netdev,noresvport 0 0
Mount the file system with Turbo<Mount target IP>@tcp0:/<fsid>/cfs <target mount directory> lustre defaults,_netdev 0 0Example: 172.16.0.7@tcp0:/01184207/cfs /root/turbo lustre defaults,_netdev 0 0
fstab is not executed. To solve this problem, enter "Single User Mode" upon startup, delete the automatic mounting command in fstab, and then restart the server.
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback