R2511-HP MSR Router Series Fundamentals Command Reference(V5)

142
Hardware Command com
p
atible
MSR1000 Yes.
This command applies only when the device is in unmounted state.
Do not remove the storage medium or swap a card when mounting or unmounting the device, or when
you are processing files on the storage medium. Otherwise, the file system could be damaged.
When a storage medium is connected to a lower version system, the system might not be able to
recognize the device automatically, in which case you must use the mount command for the storage
medium to function correctly.
Before removing a mounted storage medium from the system, unmount it to avoid damaging the storage
medium.
Examples
# Mount a CF card.
<Sysname> mount cfa0:
% Mount cfa0: successfully.
%Apr 23 01:50:00:628 2008 Sysname VFS/0/MOUNTED:
cfa0: mounted into slot 0.
Related commands
umount
move
Use move to move a file.
Syntax
move fileurl-source fileurl-dest
Views
User view
Default command level
3: Manage level
Parameters
fileurl-source: Name of the source file.
fileurl-dest: Name of the target file or folder.
Usage guidelines
If you specify a target folder, the system moves the source file to the specified folder, without changing the
file name.
You cannot move files between storage media of different types.
Examples
# Move file flash:/test/sample.txt to flash:/, and save it as 1.txt.
<Sysname> move test/sample.txt 1.txt
Move flash:/test/sample.txt to flash:/1.txt?[Y/N]:y
...