Working with Flash
We have non-volatile storage available to us, this may be an internal flash or pluggable CF, in many devices we have USB. To identify the file systems we have available to us, type the command show file systems
In this case, we have two file systems, flash (which is default) and nvram. On larger devices (for example, chassis-based switches) There can be many spare storage locations in the file system. To view the contents of flash, type show flash
I can clearly see any files stored in flash, including my software image. I can also see how much free space I have, very important if I want to copy a new IOS image to the flash!
Just to finish off, have a look at the contents of flash and nvram using the dir command….after all we still have not found our start-up configuration file. Try the commands dir flash: and dir nvram:
Last updated