Quantum Tool Storage 6-01658-02 Benutzerhandbuch

Seite von 414
Unmounting or Mounting a File System
StorNext User’s Guide
328
/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