Fat imgen: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m updated --help output
No edit summary
 
(16 intermediate revisions by 3 users not shown)
Line 1:
{{DISPLAYTITLE:{{lcfirst:{{PAGENAMEE}}}}}}
'''fat_imgen''' is aan utility youthat canis useused to create and modify [[FAT12]] floppy images with. It is licensed under the Simplified BSDFair licenseLicense.
 
== Binaries ==
 
Windows and Linux users can download the latest stable binaries from the [http://www.ohlohsourceforge.net/pprojects/fat_imgenfatimgen/files/download?package=stable project's download pageSourceForge].
 
== Source code ==
 
The source code (not guaranteed to work) can be downloadedchecked fromout thefrom [http://codesubversion.assembla.com/svn/slipstream/fat_imgen/ http://subversion.assembla.com/nodessvn/slipstream/fat_imgen SVN repository/].
The source codeIt shows many aspects of working with [[FAT12]] images.
 
== Usage ==
<pre>
This program can be used to work with FAT12 floppy images.
 
Usage: fat_imgen -c -f IMG-FILE [-s FILE] [-i FILE [-n FILENAME]] [-F]
or: fat_imgen -m -f IMG-FILE -s FILE
or: fat_imgen -m -f IMG-FILE -i FILE [-n FILENAME]
or: fat_imgen -m -f IMG-FILE -s FILE -i FILE [-n FILENAME]
or: fat_imgen -e -f IMG-FILE [-F]
or: fat_imgen -e -f IMG-FILE -x FILE [-o FILE] [-F]
or: fat_imgen -b [-o FILE] [-F]
 
Main operation mode:
-c Create an image.
-m Modify an image.
-e Extract a file from an image.
-b Create a standard FAT12 boot sector.
(Without -o, defaults to `bootsect.bin'.)
 
File selection:
-f IMG-FILE Use IMG-FILE as the image file.
-s FILE Use FILE as boot sector in the image.
-i FILE Insert FILE into the image.
-n FILENAME Use FILENAME as the filename of the inserted file.
-x FILE Extract FILE from the image.
-o FILE Write output to FILE.
 
Generic modifiers:
-F Overwrite the output file (e.g. image, boot sector).
 
Informative output:
--help Display this information.
--version Display version information.
</pre>
 
== See also ==
 
== UsageSee Also ==
=== Articles ===
* [[FAT]]
 
=== External linksLinks ===
* [http://www.ohlohsourceforge.net/projects/fat_imgenfatimgen OhlohSourceForge Project Page]
* [http://codewww.assembla.com/code/slipstream/subversion/nodes/fat_imgen The project's source code]
 
[[Category:Disk Image Utilities]]