F3215-HP Load Balancing Module System Maintenance Command Reference-6PW101

108
Default command level
3: Manage level
Parameters
medium-name: Name of a partition (for example, cfa0 or cfa1).
FAT16: Formats a storage medium using the FAT16 format. FAT16 does not support Tab matching and
must be entered completely if used.
FAT32: Formats a storage medium using the FAT32 format. FAT32 does not support Tab matching and
must be entered completely if used.
Usage guidelines
After a storage medium is formatted, all files on it are erased and cannot be restored. If a startup
configuration file exists on the storage medium, formatting the storage medium results in loss of the
startup configuration file.
To format a storage medium that has been partitioned, you must format all the partitions individually,
instead of formatting the medium as a whole.
Examples
# Format the third partition on the CF card.
<Sysname> format cfa0:
All data on cfa2: will be lost, proceed with format? [Y/N]:y
./
%Format cfa2: completed.
mkdir
Use mkdir to create a folder under a specified directory on the storage medium.
Syntax
mkdir directory
Views
User view
Default command level
3: Manage level
Parameters
directory: Name of a folder.
Usage guidelines
The name of the folder to be created must be unique in the specified directory. Otherwise, you will fail
to create the folder in the directory.
To use this command to create a folder, the specified directory must exist. For example, to create folder
cfa0:/test/mytest, the test folder must exist. Otherwise, you will fail to create the mytest folder.
Examples
# Create a folder named test in the current directory.
<Sysname> mkdir test
....