2009-08-04 12:36:53 +02:00
|
|
|
se.sics.coffee is a library for the Coffee File System. It is able to
|
|
|
|
generate file system images and to extract information from existing
|
|
|
|
images.
|
|
|
|
|
|
|
|
Building:
|
|
|
|
|
|
|
|
./build.sh
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
2009-08-13 14:11:20 +02:00
|
|
|
java -jar coffee.jar [-p <platform>] [-i|e|r <file>] [-l|s] <file system image>
|
2009-08-04 12:36:53 +02:00
|
|
|
|
|
|
|
Options:
|
|
|
|
|
2009-08-13 14:11:20 +02:00
|
|
|
-p Selects the platform configuration of Coffee to use.
|
|
|
|
Valid choices: sky (default), esb.
|
2009-08-04 12:36:53 +02:00
|
|
|
-i Inserts a new file into the file system.
|
|
|
|
-e Extracts a file from the file system and saves it locally.
|
|
|
|
-r Removes a file from the file system.
|
|
|
|
-l Lists all files.
|
|
|
|
-s Prints file system statistics.
|
|
|
|
|
|
|
|
Author:
|
|
|
|
|
2009-08-04 17:19:07 +02:00
|
|
|
Nicolas Tsiftes <nvt@sics.se>
|