- note added: mpartition doesn't handle large disk images properly

This commit is contained in:
Volker Ruppert 2005-08-19 17:59:30 +00:00
parent 7be0d52cce
commit 9c98c6a5d1

View File

@ -1,7 +1,7 @@
<!--
================================================================
doc/docbook/user/user.dbk
$Id: user.dbk,v 1.177 2005-07-01 19:14:03 vruppert Exp $
$Id: user.dbk,v 1.178 2005-08-19 17:59:30 vruppert Exp $
This is the top level file for the Bochs Users Manual.
================================================================
@ -5396,6 +5396,11 @@ mformat c:
And you now have a formatted disk image containing a single DOS
partition.
</para>
<note><para>
The mpartition command doesn't handle images larger than 1024 cylinders properly.
The partition size reported by fdisk is okay, but mformat reports only 504 MB
(tested with mtools 3.9.9).
</para></note>
</section>
</section> <!-- end of Unix: How to make a disk image -->