Cisco 3700 series 설치 및 포맷 - 페이지 29

{카테고리_이름} Cisco 3700 series에 대한 설치 및 포맷을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco 3700 series 34 페이지. Siemens hipath 4000 release 1 and siemens hicom 330e release 3.1 to cisco ios voice gateway using e1 qsig with h.323
Cisco 3700 series에 대해서도 마찬가지입니다: 업그레이드 지침 (30 페이지), 데이터시트 (8 페이지), 애플리케이션 노트 (41 페이지), 설치 매뉴얼 (12 페이지)

Cisco 3700 series 설치 및 포맷
March 2002
Directory Operations for Class C Flash File System
Create a new directory
To create a directory in CompactFlash memory, use the mkdir {flash: | slot0:} command.
The following example shows output for first displaying the contents of an internal CompactFlash card,
and then creating a directory named config and a subdirectory named test-config:
Router# dir flash:
Directory of flash:/
3
128094208 bytes total (121634816 bytes free)
Router# mkdir flash:/config
Create directory filename [config]?
Created dir flash:/config
Router# mkdir flash:/config/test-config
Create directory filename [/config/test-config]?
Created dir flash:/config/test-config
Router# dir flash:
Directory of flash:/
3
1580
128094208 bytes total (121626624 bytes free)
Router# cd flash:/config
Router# dir flash:
Directory of flash:/config/
1581
128094208 bytes total (121626624 bytes free)
Remove a directory
To remove a directory from CompactFlash memory, use the rmdir {flash: | slot0:} command.
Before you can remove a directory, all files and subdirectories must be removed from the directory.
The following example shows output for displaying the contents of an internal CompactFlash card, then
removing the subdirectory named test-config:
Router# dir flash:
Directory of flash:/config/
1581
128094208 bytes total (121626624 bytes free)
Router# rmdir flash:/config/test-config
Remove directory filename [/config/test-config]?
Delete flash:/config/test-config? [confirm]
Removed dir flash:/config/test-config
Router# dir flash:
Directory of flash:/config/
78-13892-03
-rw-
6458208
Mar 01 1993 00:04:08
-rw-
6458208
Mar 01 1993 00:04:08
drw-
0
Mar 01 1993 23:48:36
drw-
0
Mar 01 1993 23:50:08
drw-
0
Mar 01 1993 23:50:08
Installing and Formatting Cisco 2691, Cisco 3631 and Cisco 3700 CompactFlash Memory Cards
File and Directory Procedures
c3725-i-mz.tmp
c3725-i-mz.tmp
config
test-config
test-config
29