Setup guide
2-24
Cisco 6400 Software Setup Guide
OL-1183-04
Chapter2 Basic NSP Configuration
Using the NSP File Systems and Memory Devices
Using the NSP File Systems and Memory Devices
File systems on the NSP include read-only memory (NVRAM, or system), Flash memory (such as
PCMCIA disks 0 and 1, and boot flash), and remote file systems (such as TFTP or rcp servers). Use the
showfilesystems privileged EXEC command to display the valid file systems on your NSP:
Switch# show file systems
File Systems:
Size(b) Free(b) Type Flags Prefixes
- - flash rw sec-slot0:
- - flash rw sec-slot1:
- - flash rw sec-disk0:
- - flash rw sec-disk1:
- - flash rw sec-bootflash:
- - nvram rw sec-nvram:
* 20819968 10022912 flash rw disk0:flash:
109760512 109760512 flash rw disk1:
- - flash rw slot0:
- - flash rw slot1:
7602176 2363376 flash rw bootflash:
- - opaque rw null:
- - opaque rw system:
- - network rw tftp:
520184 515975 nvram rw nvram:
20819968 10022912 flash rw mir-disk0:
109760512 109760512 flash rw mir-disk1
- - network rw rcp:
- - network rw ftp:
5242880 0 opaque ro atm-acct-ready:
5242880 5242880 opaque ro atm-acct-active:
Switch#
Use the dir privileged EXEC command to show the contents of a file system. Remember to include the
trailing colon in the name of the file system:
Switch# dir bootflash:
Directory of bootflash:/
1 -rw- 3728308 Jan 01 2000 00:02:44 c6400s-wp-mz.120-5.DB
7602176 bytes total (3873740 bytes free)
Switch#
If your Cisco 6400 system contains an additional (secondary) NSP, use the dir command with file
systems that begin with sec- to show file systems on the secondary NSP. For example, dir sec-nvram:
will show the contents of the NVRAM on the secondary NSP.
Caution Do not use slot0: and slot1: to refer to the NSP PCMCIA disks. Use disk0: and disk1: instead.