Unmounting or Mounting a File System

/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:

1Change the login user to root. Type: cd /

2Unmount 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:

1Change the login user to root. Type: cd /

2Mount 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

StorNext User’s Guide

328

Page 350
Image 350
Quantum 6-01658-06, 3.1.3 manual Unmounting or Mounting a File System