diff options
Diffstat (limited to 'en/preparing/nondeb-part/i386.xml')
-rw-r--r-- | en/preparing/nondeb-part/i386.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/en/preparing/nondeb-part/i386.xml b/en/preparing/nondeb-part/i386.xml index 5509b3d27..3846cec48 100644 --- a/en/preparing/nondeb-part/i386.xml +++ b/en/preparing/nondeb-part/i386.xml @@ -108,8 +108,9 @@ other weird errors in DOS or Windows. </para><para> Apparently, whenever you create or resize a partition for DOS use, -it's a good idea to fill the first few sectors with zeros. Do this -prior to running DOS's <command>format</command> command, from Linux: +it's a good idea to fill the first few sectors with zeros. You should do +this prior to running DOS's <command>format</command> command by executing +the following command from Linux: <informalexample><screen> # dd if=/dev/zero of=/dev/hdXX bs=512 count=4 |