文件系统挂载

操作步骤

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

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