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

79
When a storage medium is connected to a lower version system, the system may not be able to recognize
the device automatically, and you need to use the mount command for the storage medium to function
normally.
Before removing a mounted storage medium from the system, you should first unmount it to avoid
damaging the device.
Related commands: umount.
NOTE:
You can mount a partition rather than a storage medium.
Examples
# Mount a CF card.
<Sysname> mount cfa0:
% Mount cfa0: successfully.
move
Syntax
move fileurl-source fileurl-dest
View
User view
Default level
3: Manage level
Parameters
fileurl-source: Name of the source file.
fileurl-dest: Name of the target file or folder.
Description
Use the move command to move a file.
If you specify a target folder, the system will move the source file to the specified folder, with the file name
unchanged.
You cannot move files between storage media of different types or between different partitions of a CF
card.
Examples
# Move file cfa0:/test/sample.txt to cfa0:/, and save it as 1.txt.
<Sysname> move test/sample.txt 1.txt
Move cfa0:/test/sample.txt to cfa0:/1.txt?[Y/N]:y
...
% Moved file cfa0:/test/sample.txt to cfa0:/1.txt
# Move file b.cfg to the subfolder test2.
<Sysname> move b.cfg test2
Move cfa0:/b.cfg to cfa0:/test2/b.cfg?[Y/N]:y
.
%Moved file cfa0:/b.cfg to cfa0:/test2/b.cfg.