---
title: 文件系统挂载
description: "1. 使用PuTTY工具，以root用户登录服务器。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/instg-osc/kunpenglustre_008.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/instg-osc/kunpenglustre_008.html
indexId: 234d40146fc4df896d3342fc127b38a65ff337011d3d8dab2b3932941d79cab365
---
# 文件系统挂载

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令创建目录并挂载。

```
mkdir /mnt/lustre
mount -t lustre 10.10.10.105@o2ib0 :/lustre /mnt/lustre
```
