中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

文件系统基础功能认验证

操作步骤

  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