HP MSR2000/3000/4000 Router Series Fundamentals Command Reference
142
Parameters
medium-name: Specifies the name of a storage medium.
Usage guidelines
To avoid file system corruption:
• On an MSR2000 or MSR3000, do not install or remove a storage medium while the system is
mounting it.
• On an MSR4000, do not install or remove storage media or cards or perform active/standby
switchover while the system is mounting a storage medium.
Examples
# On an MSR2000 or MSR3000, mount a CF card.
<Sysname> mount cfa0:
# On an MSR4000, mount a CF card on an MPU.
<Sysname> mount cfa0:
Related commands
umount
move
Use move to move a file.
Syntax
move fileurl-source fileurl-dest
Views
User view
Predefined user roles
network-admin
Parameters
fileurl-source: Specifies the name of the source file.
fileurl-dest: Specifies the name of the destination file or folder.
Usage guidelines
If you specify a destination folder, the system moves the source file to the specified folder without
changing the file name.
Examples
# Move the cfa0:/test/sample.txt file 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
Moving file cfa0:/test/sample.txt to cfa0:/1.txt ...Done.
# Move the b.cfg file to the folder test2.
<Sysname> move b.cfg test2
Move cfa0:/b.cfg to cfa0:/test2/b.cfg?[Y/N]:y
Moving file cfa0:/b.cfg to cfa0:/test2/b.cfg... Done.