2355 fixdisk cf:%Fixdisk cf: completed.formatSyntax format deviceView User viewParameter 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 cannotbe 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. format cf:All data on cf: will be lost, proceed with format? [Y/N]:y./%Format cf: completed.mkdirSyntax mkdir directoryView User viewParameter directory: Name of a directory.Description Use the mkdir command to create a subdirectory under the specified directory onthe storage device.The name of the subdirectory to be created must be unique under the specifieddirectory.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 musthave been created.Example # Create a directory named test. mkdir test% Created dir cf:/test# create a subdirectory named mytest under test.