- 精华
- 0
- 帖子
- 149
- 威望
- 0 点
- 积分
- 158 点
- 种子
- 0 点
- 注册时间
- 2008-12-17
- 最后登录
- 2013-8-7
|
发表于 2009-11-8 19:06 · 黑龙江
|
显示全部楼层
更新日志:
* Better compatibility with weird WBFS partition setups:
- WBFS on RAW disk device, without a partition table
With such a setup the partition table will look like this:
P# Size(GB) Type Mount Used
-----------------------------
RAW 500.00 WBFS1 [USED]
- WBFS on EXTENDED partition. Normally a filesystem should
reside on either a primary or logical partition, never on
an extended partition. Extended is just a container of logical
partitions. However older version allowed this setup and so
the support for it is back. The partition table will look like:
P# Size(GB) Type Mount Used
-----------------------------
P#1 500.00 EXTEND/WBFS1 [USED]
And the loader will also let you fix the partition table by
pressing 1, which will change the partition type from EXTEND to
a known data type (0x0b, which is also used for fat) |
|