Quidway NetEngine20/20E
Configuration Guide - Basic Configurations 6 File System
Issue 05 (2010-01-30) Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
6-11
Data Preparation
To complete the configuration, you need the following data:
z
Source file name and target file name
z
Source file path and target file path
Configuration Procedure
Step 1 Display the file information in the current directory.
<Quidway> dir flash:
Directory of flash:/
0 -rw- 2906 Jan 21 2004 20:36:33 vrpcfg.cfg
1 -rw- 7094180 Feb 29 2004 21:43:57 vrp5.bin
2 -rw- 94456 Feb 24 2004 19:23:50 matnlog.dat
3 -rw- 444 Jul 25 2003 14:45:30 file.txt
4 -rw- 572 Jul 25 2003 14:45:40 serverkey
5 -rw- 4 Mar 01 2004 21:19:27 snmpboots
6 -rw- 80 Mar 09 2004 09:47:36 header-file.txt
7 drw- - Mar 09 2004 09:50:38 a
63881 KB total (20998 KB free)
Step 2 Copy files from flash:/file.txt to slave#flash:/file.txt
<Quidway> copy flash:/file.txt slave#flash:/file.txt.
Copy flash:/file.txt to flash:/file.txt?[Y/N]:y
100% complete
% Copied fileflash:/file.txt toslave# flash/file.txt...Done
Step 3 Display the file information in the current directory, and you can view that the file is copied to
the specified directory.
<Quidway> dir slave#flash
Directory of slave#flash:/
0 -rw- 2906 Jan 21 2004 20:36:33 vrpcfg.cfg
1 -rw- 7094180 Feb 29 2004 21:43:57 vrp5.cc
2 -rw- 94456 Feb 24 2004 19:23:50 matnlog.dat
3 -rw- 444 Jul 25 2003 14:45:30 hostkey
4 -rw- 572 Jul 25 2003 14:45:40 serverkey
5 -rw- 4 Mar 01 2004 21:19:27 snmpboots
6 -rw- 80 Mar 09 2004 09:47:36 header-file.txt
7 drw- - Mar 09 2004 09:50:38 log.txt
63881 KB total (20998 KB free)
----End