Administrator Guide

File Storage
The Dell Networking OS can use the internal Flash, external Flash, or remote devices to store les.
The system stores les on the internal Flash by default, but can be congured to store les elsewhere.
To view le system information, use the following command.
View information about each le system.
EXEC Privilege mode
show file-systems
The output of the show file-systems command in the following example shows the total capacity, amount of free memory, le
structure, media type, read/write privileges for each storage device in use.
Dell#show file-systems
Size(b) Free(b) Feature Type Flags Prefixes
6429872128 6397476864 FAT32 USERFLASH rw flash:
15775404032 15775399936 FAT32 USBFLASH rw usbflash:
- - - network rw ftp:
- - - network rw tftp:
- - - network rw scp:
You can change the default le system so that le management commands apply to a particular device or memory.
To change the default directory, use the following command.
Change the default directory.
EXEC Privilege mode
cd directory
Copy Files to and from the System
The command syntax for copying les is similar to UNIX. The copy command uses the format copy source-file-url
destination-file-url
.
NOTE
: For a detailed description of the copy command, refer to the
Dell Networking OS Command Reference
.
To copy a local le to a remote system, combine the le-origin syntax for a local le location with the le-destination syntax for a remote
le location.
To copy a remote le to Dell Networking system, combine the le-origin syntax for a remote le location with the le-destination syntax
for a local le location.
Table 5. Forming a
copy Command
Location
source-le-url
Syntax
destination-le-url
Syntax
For a remote le location:
FTP server
copy ftp://
username:password@{hostip |
hostname}/filepath/filename
ftp://username:password@{hostip
| hostname}/ filepath/filename
For a remote le location:
TFTP server
copy tftp://{hostip |
hostname}/filepath/ filename
tftp://{hostip | hostname}/
filepath/filename
52 Getting Started