Unmounting or Mounting a File System
StorNext User’s Guide 358
/usr/cvfs/bin/cvadmin
snadmin> select
snadmin> stop <file_system_name>
Unmounting or Mounting a File System
To unmount a file system using the CLI, follow these steps:
1 Change the login user to root. Type:
cd /
2 Unmount the system. Type:
umount <mount_point>
where the <mount_point> is where you are mounting the SNFS.
For example:
umount /stornext/snfs1
To mount a file system using the CLI, follow these steps:
1 Change the login user to root. Type:
cd /
2 Mount the system, type:
mount -t cvfs <file_system_name> <mount_point>
where the <mount_point> is where you are mounting the SNFS.
For example:
mount -t cvfs snfs1 /stornext/snfs1