kunpenghpcs
文件系统基础功能认验证
更新时间:2021/01/25 GMT+08:00
操作步骤
- 使用PuTTY工具,以root用户登录服务器。
- 执行以下命令验证基础写操作。
echo “This is the basic write test for lustre” >> /mnt/lustre/test.log
- 执行以下命令验证基础读操作。
cat /mnt/lustre/test.log
This is the basic write test for lustre
父主题: 配置Lustre
