Performing Other Configuration Tasks
An example of deleting the file fun1 from the current Flash memory directory follows:
Router# | delete fun1 |
|
|
| |||
Router# | dir |
|
|
|
|
| |
name | |||||||
1 | 4601977 | May | 10 | 1997 | 09:42:19 | myfile1 | |
6 | 679 |
| May | 10 | 1997 | 05:43:56 |
Files that are deleted from the current Flash memory directory are marked as such, but they still occupy space in the Flash memory directory.
To permanently remove deleted files from a Flash memory directory but leave undeleted files intact, issue the squeeze
The squeeze command permanently removes deleted files and makes all other undeleted files contiguous, thus conserving storage space.
A sample squeeze command follows:
Router# squeeze slot0:
All deleted files will be removed, proceed? [confirm]
Squeeze operation may take a while, proceed? [confirm]
ebESZ
To prevent loss of data due to sudden power loss, the “squeezed” data is temporarily saved to another Flash memory area reserved specifically for system use.
In the preceding command display output, the character “e” in the last line indicates that the special Flash memory area has been erased. This erase operation must be accomplished before any write operation to the special Flash memory area can begin.
The character “b” indicates that the data about to be written to the special Flash memory area has been temporarily copied.
The character “E” signifies that the sector temporarily occupied by the data has been erased.
The character “S” signifies that the data has been written to its permanent location in Flash memory.