R3204P16-HP Load Balancing Module System Maintenance Command Reference-6PW101
84
Before removing a mounted storage medium from the system, first unmount it to avoid damaging the
device.
Related commands: mount.
NOTE:
You can unmount a partition rather than a storage medium.
Examples
# Unmount a CF card.
<Sysname> umount cfa0:
% Umount cfa0: successfully.
undelete
Syntax
undelete file-url
View
User view
Default level
3: Manage level
Parameters
file-url: Name of the file to be restored.
Description
Use the undelete command to restore a file from the recycle bin.
If another file with the same name exists in the same path, the system prompts you 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, you can use the following steps to restore file cfa0:/test/b.cfg.
<Sysname> cd test
<Sysname> undelete b.cfg
Undelete cfa0:/test/b.cfg?[Y/N]:y
.....
%Undeleted file cfa0:/test/b.cfg.