diff options
author | Guillem Jover <guillem@debian.org> | 2006-06-19 03:55:35 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2006-06-19 03:55:35 +0000 |
commit | 83aada0fd5b0faf0f0b51a8115f8a62efcbf74df (patch) | |
tree | 8dfd44a735cd37b30d9f0fdfccd6a42c5bba363e /ca/preparing/nondeb-part | |
parent | 6ceeb818a11bb5b820700dcf22bbd207839d5a15 (diff) | |
download | installation-guide-83aada0fd5b0faf0f0b51a8115f8a62efcbf74df.zip |
Translations by Miguel Gea Milvaques.
Corrections by Steve Langasek.
Diffstat (limited to 'ca/preparing/nondeb-part')
-rw-r--r-- | ca/preparing/nondeb-part/i386.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ca/preparing/nondeb-part/i386.xml b/ca/preparing/nondeb-part/i386.xml index 6dfb8c752..a6cd399eb 100644 --- a/ca/preparing/nondeb-part/i386.xml +++ b/ca/preparing/nondeb-part/i386.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 29561 --> +<!-- original version: 36732 --> <sect2 arch="i386"><title>Particionar des del DOS o el Windows</title> @@ -104,9 +104,10 @@ en el DOS o el Windows. </para><para> -Aparentment, que sempre que creeu o modifiqueu la mida d'una partició del +Aparentment, sempre que creeu o modifiqueu la mida d'una partició del tipus DOS, és bona idea omplir-ne de zeros els primers sectors. Abans -d'executar l'ordre <command>format</command> del DOS, feu això des del Linux: +d'executar l'ordre <command>format</command> del DOS, haurieu d'executar +l'ordre següent des del Linux: <informalexample><screen> # dd if=/dev/zero of=/dev/hdXX bs=512 count=4 |