Chapter 3 Installing the Router
Using Flash Memory Cards in the RP
slot1:/
Router# cd slot0: Router# pwd slot0:/
Router# cd bootflash:
Router# pwd
bootflash:/
Router#
To list the directory contents of the Flash memory media in use, enter the dir
A sample use of the dir command follows.
Router# dir
Directory of slot0:/
1 | 122015 | Sep 30 | 2002 | 15:03:55 myfile1 | |||
2 | 2054979 | Sep 30 | 2002 | 15:17:33 | |||
3 | 6670560 | Sep | 30 | 2002 | 15:22:49 | ||
4 | 5560 | Oct | 08 | 2002 | 16:54:53 | info |
20578304 bytes total (9661756 bytes free) Router#
To delete a file from a Flash memory media, use the cd command to select the Flash memory media and enter the delete filename command at the privileged EXEC mode prompt, where filename is any file within the selected Flash memory media.
An example of deleting the file info from the current Flash memory directory follows:
Router# delete slot0:info
Router# dir
Directory of slot0:/
1 | 122015 | Sep 30 | 2002 | 15:03:55 myfile1 | |||
2 | 2054979 | Sep | 30 | 2002 | 15:17:33 | ||
3 | 6670560 | Sep | 30 | 2002 | 15:22:49 |
20578304 bytes total (9661756 bytes free) Router#
Files that are deleted from the current Flash memory directory are removed from the directory list, but are not erased; they still occupy space in Flash memory. This feature allows you to recover a deleted file later using the undelete command.
| Cisco 12006 and Cisco 12406 Router Installation and Configuration Guide |
|