F3215-HP Load Balancing Module System Maintenance Configuration Guide-6PW101
75
Managing the file system
The file system can be managed only at the CLI.
Overview
This chapter describes how to manage the device's file system, including the storage media, directories,
and files.
Storage medium naming rules
The storage media are named according to the following rules:
• If multiple storage media of the same type exist on the device, the physical device name of a storage
medium is composed of the storage medium type and the sequence number of the storage medium.
A sequence number is an English letter such as a, b, or c. For example, for a device with multiple
CF cards, the physical device name of the first CF card is cfa, and that of the second is cfb, and so
on.
• If a storage medium is partitioned, the name of a partition is composed of the physical device name
and the partition number. The sequence numbers of partitions are numbers such as 0, 1 and 2. For
a device with only one CF card for example, the name of the second partition of the CF card is cf1;
for a device with multiple CF cards, the name of the third partition of the second CF card is cfb2.
If there is only one partition on a CF card, the partition name is the physical device name followed
by 0.
File name formats
When you specify a file, enter the file name in one of the formats shown in Table 22. The similar rules
apply to directory names.
Table 22 File name formats
Format Descri
p
tion Len
g
th
Exam
p
le
file-name
Specifies a file in the current working
directory.
1 to 91
characters
a.cfg indicates a file named
a.cfg in the current working
directory.
path/file-name
Specifies a file in a specific folder in the
current working directory.
The path argument represents the path
to the file. If the file is in a single-level
folder, specify the folder name for the
argument. If the file is in a nested folder,
separate each folder name by a
forward slash (/).
1 to 135
characters
test/a.cfg indicates a file
named a.cfg in the test folder in
the current working directory.