Gluster 3.1: Testing Mounted Volumes
From GlusterDocumentation
You can confirm that Gluster directories are mounting successfully.
To test mounted volumes
- Use the mount command by entering the following:
# mount
The command displays the volumes mounted on the client.
- Use the df command by entering the following:
# df
The command displays the free disk space on volumes mounted on the client.
- Change to the directory and list the contents by entering the following:
# cd MOUNTDIR
# ls
For example,
# cd /mnt/glusterfs
# ls


