您好,欢迎光临本网站![请登录][注册会员]  
文件名称: 万能启动u盘制作工具 FbinstTool v1.6
  所属分类: Linux
  开发工具:
  文件大小: 636kb
  下载次数: 0
  上传时间: 2010-09-23
  提 供 者: xbn***
 详细说明: 万能启动u盘制作工具 FbinstTool v1.6 2010年9月更新 www.zzmxkj.cn Get From http://www.burgloader.com/bbs/index.php?topic=54.0 http://www.burgloader.com/bbs/index.php?topic=131.0 FbinstTool 1.602 测试版 for fbinst 1.6 【2010-09-15】 1.修正读取buldr内置菜单的一个小bug 2.修正版本号 3.根据bean大师的提示,完善“设置mbr参数”功能 【2010-09-10】 1.可以在win64位系统下使用 2.修正了备份分区表的一个bug(zxw提出) 3.拖入新的buldr时可以选择是否保留原buldr的内置菜单及prefix值 【2010-09-04】 1。添加右键打包文件夹为fba 2。右键fba解开到当前目录 3。右键ud里面的buldr可以修改prefix参数 4。添加直接编辑buldr的内置菜单(buldr 需是v5m及以上版本) 【2010-08-25】 修正bc12060101发现fbinst菜单的bug f binst 1.6 正式版 v1: 支持windows vista/7(需要提升至管理员权限),现在格式化后会remount分区,不需要弹出u盘。 support windows vista/7 (needs to run as administrator). It'd remount partition after format, no need to eject flash disk. v2: * 支持大的文件列表。当前缺省值是32640,最大可支持456960。 * 增加缺省启动文件。如果fb里没有配置菜单fb.cfg,则自动启动buldr。 * 支持使用盘符来表示设备,比如: fbinst F: info fbinst F: format (hdN)的形式依然支持,不过使用盘符更加直观。 * Support large file list. Default size is 32640, maximum size is 456960. * Support default boot file. If there is no fb.cfg, it'd boot buldr automatically. * Support the use of drive letter to represent disk drive. For example: fbinst F: info fbinst F: format v3: * 缺省列表使用最大值456960。 * format命令增加参数--chs,强制使用chs模式。这可以用于某些不能自动检测模式的bios。 * info命令新增输出format options,显示格式化参数。 格式化参数只有-p,-e,-l,--zip, --chs, --max-sectors的值,没有数据分区格式化的参数(它们无法自动检测)。而且,如果某一数值和缺省值相同时,将不会显示。-l里显示的数值将上调到510的倍数(实际保存的数值是以扇区为单位的)。 这个版本里磁盘存储结构有较大改变,测试时请用附件里的buldr。附件里的grldr是比较旧的版本,如果需要最新版本的话,请使用#39里chenall的链接。 * Default list size set to 456960 * Add option --chs for format command, which force the boot loader to use chs mode. This option is useful for buggy BIOS that can't detect lba/chs mode properly. * Add "format options" output for info command, it shows the format option used to create the fb structure. Only -p,-e,-l,--zip, --chs, --max-sectors options are shown, options related to the data partition are not shown as they can't be detected properly. If some value is same as default, it's not shown. Moreover, the value of -l option will be aligned up to 510 boundary. v4: * 可以读取编辑过的fba文件 * 增加fba文件的format option输出 * 根据fb mbr没有初始化和被覆盖显示不同的信息:fb mbr not initialized, fb mbr corrupted。后者可以用restore命令恢复。 * Support reading of edited archive file * info command shows "format option" for archive file as well * display error message "fb mbr not initialized" when the device has not been formatted using fbinst, and "fb mbr corrupted" when mbr is overwritten by other boot loader. In the later case, you can use the restore command to restore fb mbr. v5: * 在没有--force时不锁定磁盘 * don't lock disk in non-force mode v6: * 修正了一个fba添加文件的bug * 当--size的值大于磁盘大小时,忽略该参数 * fix a bug in add command * when the value of --size is larger than disk size, ignore it 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 v8: * 修正了linux命令的问题 * 支持最新的syslinux 4 * 增加菜单命令chain,可以启动mbr文件,例如: text "F4. chainload MBR" menu F4 chain mbr.bin * 代码上传为svn r34,支持linux系统。 * fix a bug in linux loader * support the latest syslinux version 4 * Add menu command chain, which can be used to chainload mbr file, for example: text "F4. chainload MBR" menu F4 chain mbr.bin * source code has been uploaded to svn r34, support linux OS. v9b: * sync命令增加选项--reset-bpb * info命令显示bpb的三种状态,copy, init和zero * 在搜索文件时忽略大小写 * New option --reset-bpb for sync command * info command show bpb status: copy, init and zero * ignore case when searching for file v10: * 修改了一下chs模式的测试 * initrd装载地址改为32m * change the test for chs mode * load address of initrd changed to 32m. v11b: * 当数据大于20m时, add, export, save, load, format等命令显示进度。每个点代表5%。 * 修正了进度条的一个bug * 在XP下强制格式化后更新u盘内容。 * show progress bar for add, export, save, load, format command when the data size exceeds 20m. Each dot represent 5%. * fix a bug in progress bar * refresh flash drive after forced format v11c: * 在-l列表里,用*来表示fb设备 * use * to indicate fb device in list command v11d: * format命令增加参数--nalign,可以指定数据分区开始扇区的对齐,例如: fbinst DISK format --nalign 512 * 增加命令create,可以用于创建空的存档文件,例如: fbinst ARFILE create 可以用--primary,--extended和--list-size来指定存档文件的参数。 * New option --nalign for format command, it can be used to specify start sector alignment (useful for nand device), for example: fbinst DISK format --nalign 512 * New command create, which can be used to create blank archive file: fbinst ARFILE create You can use --primary, --extended and --list-size option to set parameters for the archive. ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 输入关键字,在本站1000多万海量源码库中尽情搜索: