C-11
Cisco 7401ASR Installation and Configuration Guide
OL-5419-01 B0
AppendixC Using the CompactFla sh D isk Working with a CompactFlash Disk
48755200 bytes total (48751104 bytes free)
System#
Note If you create a directory and place a file in it that you plan to access or use later on, be sure to define the
entire directory path to the file as you enter the appropriate software commands.
For example, if you placed the file itsa.file into the directory daily_dir on the CompactFlash Disk in
slot 0 , you must designate the entir e directo ry path as fol lows: disk0:daily_dir/itsa.file. Otherwise, the
system might not be able to locate this file.
Using the rmdir Command
To remove a directory from the CompactFlash Disk, use the rmdir command. The following example
shows how to remove the directory daily_dir from the CompactFlash Disk in slot 0, and then verify that
it was removed:
System# rmdir disk0:daily_dir
Delete disk0:daily_dir? [confirm] y
Removed dir disk0:daily_dir
System# dir
Directory of disk0:/
No files in directory.
48755200 bytes total (48751104 bytes free)
System#
Using the delete Command
To delete a file from a CompactFlash Disk, use the delete command. Use the dir command to find the
file you want to delete, and then use the delete command to delete it.
The following example shows how to find a file (calle d fun1) on the CompactFl ash Disk , de lete the file,
and then verify that it is deleted:
Step1 Find the file you want to delete:
System# dir
Directory of disk0:/
1 drw- 0 May 10 1998 09:54:53 fun1
48755200 bytes total (48742912 bytes free)
Step2 Delete the file fun1:
System# delete disk0:fun1