|
v7:
* 修正了菜单文件fb.cfg超过512时出问题的bug
* export和add命令里的FILE参数可以省略,这时,将从标准输入和输出读取数据,例如:
cat aa | fbinst DISK add aa
fbinst DISK export aa > aa
* sync命令增加--max-sectors, --chs和--zip参数,不需要format命令就可以修改这些参数。
* export命令会自动创建输出文件的父层目录
* info命令增加debug version和copy bpb的信息
* 修正了FAT32格式化的bug,现在最大可以支持2T
* fix a bug that cause problem when menu file fb.cfg is larger than 512.
* The FILE parameter of export and add command can be skipped. In this case, it read/write data from standard input/output, for example:
cat aa | fbinst DISK add aa
fbinst DISK export aa > aa
* New option --max-sectors, --chs and --zip for sync command, you can change these parameters without reformat.
* export command creates parent directory automatically for output file
* add debug version and copy bpb information for info command
* fix FAT32 format bug, it can support up to 2T disk
[ 本帖最后由 greenmood 于 2010-7-4 11:00 编辑 ] |
|