F3215-HP Load Balancing Module System Maintenance Command Reference-6PW101

115
When a storage medium is connected to a lower version system, the system might not be able to
recognize the storage medium automatically, and you must use the mount command for the storage
medium to function normally.
Before removing a mounted storage medium from the system, unmount it to avoid damaging the storage
medium.
To unmount a storage medium that has been partitioned, you must unmount all the partitions individually,
instead of unmounting the medium as a whole.
Examples
# Unmount a CF card.
<Sysname> umount cfa:
% Umount cfa: successfully.
Related commands
mount
undelete
Use undelete to restore a file from the recycle bin.
Syntax
undelete file-url
Views
User view
Default command level
3: Manage level
Parameters
file-url: Name of the file to be restored.
Usage guidelines
If another file with the same name exists in the same path, the system prompts you on whether to
overwrite the original file.
Examples
# Restore file a.cfg in directory cfa0: from the recycle bin.
<Sysname> undelete a.cfg
Undelete cfa0:/a.cfg?[Y/N]:y
.....
%Undeleted file cfa0:/a.cfg.
# Restore file b.cfg in directory cfa0:/test from the recycle bin.
<Sysname> undelete cfa0:/test/b.cfg
Undelete cfa0:/test/b.cfg?[Y/N]:y
.......
%Undeleted file cfa0:/test/b.cfg.
Or:
<Sysname> cd test
<Sysname> undelete b.cfg