B-13
Cisco IAD2430 Series Integrated Access Devices Software Configuration Guide
OL-4306-03
Appendix B Formatting the Flash Memory
File and Directory Operations
Enter a Directory and Determine Which Directory You Are In
To enter a directory in flash memory, use the
cd
command.
To determine which directory you are in, use the
pwd
command.
If you enter only
cd
, you will go to the default home directory, which is
flash:/
.
The following example shows sample output, respectively, for the following actions:
•
Entering the home directory (
flash:/
) of flash memory in an internal slot
•
Verifying that you are in the home directory
•
Displaying the contents of the home directory
•
Entering the
/config
directory
•
Verifying that you are in the
/config
directory
•
Entering the home directory of flash memory in an external slot (
slot0:/
)
•
Verifying that you are in the
slot0:/
directory
•
Returning to the home directory (
flash:/
)
•
Verifying that you are in the home directory
Router#
cd
Router#
pwd
flash:
Router#
dir
Directory of flash:/
3 -rw- 6458208 Mar 01 2008 00:04:08 c2430-is-mz.tmp
1580 drw- 0 Mar 01 2008 23:48:36 config
128094208 bytes total (121630720 bytes free)
Router#
cd config
Router#
pwd
flash:/config/
Router#
cd slot0:
Router#
pwd
slot0:/
Router#
cd
Router#
pwd
flash: