Jumat, 15 November 2019

How to mount and un-mount gluster file system on linux client

  Tidak ada komentar
Mounting disk
[root@localhost ~]# mount.glusterfs doksvr:/mydoc /mnt/nfs/var/nfsshare/
Un-mount the disk
[root@localhost ~]# umount /mnt/nfs/var/nfsshare/
You can also un-mount the disk with lazy command
[root@localhost ~]# umount -l /mnt/nfs/var/nfsshare/

Tidak ada komentar :

Posting Komentar