SNFS
Verify the Mounted File System
To verify that StorNext FS is correctly mounted on a StorNext FS client:
Step 1 On a StorNext FS client, log in as root.
Step 2 Verify the StorNext FS mount on the client. Enter: df
A status message, similar to the following, displays:
File System | Type | kbytes | Use | Avail | %use | Mounted On |
/dev/root | xfs | 1961936 | 1756840 | 205096 | 90 | / |
file_system_name | cvfs | 35561472 | 2103808 | 33457664 | 6 | /mount_point |
Unmount and Remount All File Systems
To unmount and remount all StorNext File Systems listed in /etc/fstab (such as for system maintenance or troubleshooting):
Step 1 On a StorNext FS client, log in as root.
Step 2 Unmount all StorNext File Systems listed in the /etc/fstab file. Enter:
umount -t cvfs
Step 3 Remount all StorNext File Systems on a client.
umount -at cvfs
Unmount and Remount Specific File System
To unmount and remount a specific StorNext FS, follow these steps.
Step 1 On a StorNext FS client, log in as root.
Step 2 Unmount a specific StorNext FS. Enter:
umount mount_directory
For example:
umount /usr/clips