Observing System Startup andPerforming a Basic Configuration 4-51
Performing Other Configuration Tasks
Console Commands Associated with Flash Memory Use
This section outlines the console commands for using the onboard Flash memory SIMM on
the RP and the PCMCIA Flash memory cards.
To determine the type of Flash memory medium currently in effect for access, issue the
pwd command at the privileged EXEC mode prompt:
Router# pwd
slot0
To change from one type of Flash memory access to another, issue the change directory
(cd device-name) command, where device-name can be slot0:, slot1:, or bootflash:.
Sample uses of the change directory command follow:
Router# cd slot1:
Router# pwd
slot1
Router# cd slot0:
Router# pwd
slot0
Router# cd bootflash:
Router# pwd
bootflash
Router#
To list the directory contents of the Flash memory medium being used, issue the directory
(dir [device-name]) command at the privileged EXEC mode prompt, where device-name
can be slot0:, slot1:, or bootflash:.
A sample use of the directory command follows:
Router# dir
-#- -length- -----date/time------ name
1 4601977 May 10 1997 09:42:19 myfile1
6 679 May 10 1997 05:43:56 todays–config
7 1 May 10 1997 09:54:53 fun1
To delete a file from a Flash memory medium, issue the delete (delete filename) command
at the privileged EXEC mode prompt, where filename represents any Flash memory file.