Command Manual – File System Management
H3C S7500E Series Ethernet Switches
Chapter 1 File System Management Commands
1-9
z
When a storage device is connected to a low version system, the system may not
be able to recognize the device automatically, you need to use the
mount
command for the storage device to function normally.
z
Before removing a mounted storage device from the system, you should first
unmount it to avoid damaging the device.
Related commands:
umount
.
Examples
# Mount a CF card of the main board.
<Sysname> mount cf:
% Mount cf: successfully.
%Apr 23 01:50:00:628 2003 System VFS/4/LOG:
cf: mounted into slot 4.
# Mount a CF card of the backup board (assume the backup board is in slot 5).
<Sysname> mount slot5#cf:
% Mount slot5#cf: successfully.
%Apr 23 01:50:00:628 2003 System VFS/5/LOG:
cf: mounted into slot 5.
1.1.12 move
Syntax
move
fileurl
-
source fileurl
-
dest
View
User view
Parameters
fileurl
-
source
: Name of the source file.
fileurl
-
dest
: Name of the target file.
Description
Use the
move
command to move a file.
Examples
# Move the file flash:/test/sample.txt to flash:/sample.txt.
<Sysname> move flash:/test/sample.txt flash:/sample.txt
Move flash:/test/sample.txt to flash:/sample.txt ?[Y/N]:y
...