A-11
Cisco IE 3000 Switch Command Reference
OL-13019-01
Appendix A IE 3000 Switch Bootloader Commands
fsck
fsck
Use the fsck bootloader command to check the file system for consistency.
fsck [-test | -f] filesystem:
Syntax Description
Defaults No file system check is performed.
Command Modes Bootloader
Command History
Usage Guidelines To stop an in-progress file system consistency check, disconnect the switch power and then reconnect
the power.
Examples This example shows how to perform an extensive file system check on flash memory:
switch: fsck -test flash:
-test (Optional) Initialize the file system code and perform extra POST on flash memory.
An extensive, nondestructive memory test is performed on every byte that makes up
the file system.
-f (Optional) Initialize the file system code and perform a fast file consistency check.
Cyclic redundancy checks (CRCs) in the flashfs sectors are not checked.
filesystem: Alias for a flash file system. Use flash: for the system board flash device.
Release Modification
12.2(44)EX This command was introduced.