Content is empty
If you don't find the content you expect, please try another search term
Last updated:2021-11-15 20:30:27
This topic describes how to configure a Linux or Windows client to automatically mount a KFS file system after the client is restarted.
Run the following command to open the fstab file. Your account must have the root privileges to run this command.
vi /etc/fstab
After the /etc/fstab file is opened, press I to go to the Insert mode and add the mount command to the file.
Mount a file system by using NFS 3.0:
<IP address of the mount target>:/<FSID> <Directory name> nfs nfsvers=3,nolock,proto=tcp,hard,timeo=600,retrans=2,_netdev,noresvport 0 0
Example:
10.10.19.12:/cfs-agYqTBKwTt /mnt nfs nfsvers=3,nolock,proto=tcp,hard,timeo=600,retrans=2,_netdev,noresvport 0 0
Note If an auto mount command is added to the fstab file but the file system to be mounted does not work normally, the Linux client may fail to start due to a mount failure. To resolve this issue, you can enter the single-user mode during system startup, delete the auto mount command from the fstab file, and then restart the Linux client.
Pure Mode