Manual page for cffs
SYNOPSIS
cffs <device> --dir
cffs <device> --delete FILES...
cffs <device> --erase
cffs <device> --get [FILES...]
cffs <device> --put FILES...
cffs <device> --fsck
cffs --help
cffs --version
DESCRIPTION
cffs is a tool for manipulating Cisco flash file system images stored
on removable flash.
OPTIONS
-l, --dir
List files.
-d, --delete
Delete files matching the list FILES.
-e, --erase
Format the flash, erasing all data.
-g, --get
Get FILES from the flash and save to current directory.
-p, --put
Put FILES onto the flash.
-f, --fsck
Check the file system integrety, checksum all files and check
blank area is fully blank.
-h, --help
Show help and exit.
-v, --version
Show version information.
<device> must be an MTD char device (eg /dev/mtd/0).
EXAMPLES
Show listing of file on /dev/mtd/0
cffs /dev/mtd/0 --dir
Get all files from flash
cffs /dev/mtd/0 --get '*'
LICENSE
cffs is licensed under the GNU Public License v2. See the file COPYING
in the source for details.
AUTHOR
Copyright (C) 2002 Simon Evans <spse@secret.org.uk>.
Version 0.06 Sept 17, 2002 cffs(1)
Man(1) output converted with
man2html