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/vfstab file. Enter:
umount -F cvfs
Step 3 Remount all StorNext File Systems on a client. Enter:
umount -a -F cvfs
Resolving Installation Problems |