Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Mount the NFS file system using the mount.nfs command of linux

2025-02-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail about mounting the NFS file system using linux's mount.nfs command. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.

Use the mount.nfs command to mount the NFS share, only NFS file system version 3 or version 2 can be mounted, while mounting the nfs4 version requires special parameters.

Syntax format: mount.nfs [remote destination] [directory] [parameter]

Common parameters:

Reference example

Mount the shared directory / it of NFS server 192.168.0.2 (this directory is currently mounted under the local / mnt/it directory):

[root@linuxcool ~] # mount.nfs4 192.168.0.2:/mnt/it

Mount this file system as read-only:

[root@linuxcool] # mount.nfs4-r 192.168.0.2:/mnt/it

When you mount this file system, the details are displayed:

[root@linuxcool] # mount.nfs4-v 192.168.0.2:/mnt/it so much for mounting the NFS file system using linux's mount.nfs command. I hope the above content can be helpful to you and you can learn more. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report