# Windows挂载NFS

### 1.Windows 安装NFS客户端

启用或关闭Windows功能

NFS服务打勾

### 2.挂载NFS

1. 打开CMD终端。
2. 查看共享目录。 192.168.1.1 为NFS服务器地址

```
showmount -e 192.168.1.1
```

1. 挂载到服务器。 格式：`mount \\服务器地址\目录\目录 挂载的盘符`

```
mount  \\192.168.1.1\volume1\home  Z:
```

​ 提示成功连接到就表示挂载成功了

### 3.取消挂载

取消挂载 `umount 挂载`

```
umount Z:
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chjina.com/it-zhi-shi-ku/xi-tong-pei-zhi-he-you-hua/windows/windows-gua-zai-nfs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
