Quantum Barcode Reader 3.5.1 User Manual

Page of 440
Starting and Stopping SNFS
StorNext User’s Guide
356
2
Make sure you are the root user by typing the following:
cd /
3
Unmount the system by typing the following:
umount <mount_point>
where the <mount_point> is where you have mounted the SNFS. 
For example: umount /stornext/snfs1
4
Stop the system by typing the following:
/usr/cvfs/bin/cvadmin
snadmin> stop <file_system_name>
where the <file_system_name> is the name of the file system to be 
stopped.
5
Make the file system by typing the following:
/usr/cvfs/bin/cvmkfs <file_system_name>
6
Start the system by typing the following:
/usr/cvfs/bin/cvadmin
snadmin> start <file_system_name>
7
Mount the system by typing the following:
mount -t cvfs snfs1 /stornext/snfs1
Starting and Stopping SNFS
To start SNFS using the CLI, type the following:
/usr/cvfs/bin/cvadmin
snadmin> select
snadmin> start <file_system_name>
snadmin> activate <file_system_name>
where snadmin is the prompt shown after invoking the 
cvadmin 
command.
To stop SNFS using the CLI, type the following: