2355
<Sysname> fixdisk cf:
%Fixdisk cf: completed.
format
Syntax format device
View User view
Parameter device: Storage device name.
Description Use the
format command to format a storage device.
c
CAUTION: Formatting a device results in loss of all the files and these files cannot
be restored. In particular, if there is startup configuration file on a CF card,
formatting the storage device results in loss of the startup configuration file.
Example # Format the CF card.
<Sysname> format cf:
All data on cf: will be lost, proceed with format? [Y/N]:y
./
%Format cf: completed.
mkdir
Syntax mkdir directory
View User view
Parameter directory: Name of a directory.
Description Use the
mkdir command to create a subdirectory under the specified directory on
the storage device.
The name of the subdirectory to be created must be unique under the specified
directory.
This command does not allow you to create multiple directory levels at one time.
For instance, to create a subdirectory “cf:/test/mytest”, the test directory must
have been created.
Example # Create a directory named test.
<Sysname> mkdir test
% Created dir cf:/test
# create a subdirectory named mytest under test.