B-11
Cisco IAD2430 Series Integrated Access Devices Software Configuration Guide
OL-4306-03
Appendix B Formatting the Flash Memory
File and Directory Operations
The following example shows sample output for first displaying the contents of an internal flash card,
and then creating a directory named
config
and a subdirectory named
test-config
:
Router#
dir flash:
Directory of flash:/
3 -rw- 6458208 Mar 01 2008 00:04:08 c2430-is-mz.tmp
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 -rw- 6458208 Mar 01 2008 00:04:08 c2430-is-mz.tmp
1580 drw- 0 Mar 01 1993 23:48:36 config
128094208 bytes total (121626624 bytes free)
Router#
cd flash:/config
Router#
dir flash:
Directory of flash:/config/
1581 drw- 0 Mar 01 2008 23:50:08 test-config
128094208 bytes total (121626624 bytes free)
Remove a Directory
To remove a directory from flash 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 sample output for displaying the contents of an internal flash card, and
then removing the subdirectory named
test-config
:
Router#
dir flash:
Directory of flash:/config/
1581 drw- 0 Mar 01 2008 23:50:08 test-config
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: