0.实验前的环境检查与配置
[student@workstation ~]$ lab acls setup
1.配置挂载
yum -y install glusterfs-fuse安装软件。 mkdir /mnt/groupdata创建挂载目录。echo "servera:/groupdata /mnt/groupdata glusterfs _netdev,acl 0 0" >> /etc/fstab将挂载信息写入配置文件。tail -1 /etc/fstab查看配置文件。mount /mnt/groupdata进行挂载。mount | grep groupdata确认挂载。
[root@workstation ~]# yum -y install glusterfs-fuse
Loaded plugins: langpacks, search-disabled-repos
rhel_dvd | 4.1 kB 00:00:00
Package glusterfs-fuse-3.7.1-16.el7.x86_64 already installed and latest version
Nothing