R3303-HP HSR6800 Routers Fundamentals Configuration Guide
95
Managing the file system
Overview
This chapter describes how to manage the device's file system, including the storage media, directories,
and files.
Storage medium naming rules
The names of the storage media follow these rules:
• If a storage medium is the only storage medium of its type on the device, it is named by its type. For
example, if the device has only one Flash, the name of the Flash is flash.
• 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.
File name formats
When you specify a file, enter the file name in one of the formats shown in Table 19 and Table 20.
When you specify a directory, enter the directory in one of the formats that contains the path argument.
Table 19 File name formats in standalone mode
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.
This working directory might be on
the active MPU or standby MPU.
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.