文件系统基础功能认验证

操作步骤

  1. 使用PuTTY工具,以root用户登录服务器。
  2. 执行以下命令验证基础写操作。

    echo “This is the basic write test for lustre” >> /mnt/lustre/test.log

  3. 执行以下命令验证基础读操作。

    cat /mnt/lustre/test.log
    This is the basic write test for lustre