diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-27 13:44:36 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-27 13:44:36 +0000 |
commit | 5a6a574535722ac210e17ecc9f619e6bc5cb4c1b (patch) | |
tree | 7dcb9f69b2103b7d455bfc64f7df029f4a0a31c8 /perl-install/install_interactive.pm | |
parent | a4bcbda327a21ec35782957251daaf2ff5cd122e (diff) | |
download | drakx-5a6a574535722ac210e17ecc9f619e6bc5cb4c1b.tar drakx-5a6a574535722ac210e17ecc9f619e6bc5cb4c1b.tar.gz drakx-5a6a574535722ac210e17ecc9f619e6bc5cb4c1b.tar.bz2 drakx-5a6a574535722ac210e17ecc9f619e6bc5cb4c1b.tar.xz drakx-5a6a574535722ac210e17ecc9f619e6bc5cb4c1b.zip |
scandisk is not enough! you can destroy your windows XP if you
don't use chkdsk and then ntfsresize is used on a buggy partition
(drakx should detect it via ntfsresize though), running chkdsk is
*mandatory*
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r-- | perl-install/install_interactive.pm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 355f60ba4..3b8e350e4 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -163,10 +163,12 @@ the following error occured: %s", formatError($@)); $part->{size} > $min_linux + $min_swap + $min_freewin + $min_win or die \N("Your Windows partition is too fragmented. Please reboot your computer under Windows, run the ``defrag'' utility, then restart the Mandrake Linux installation."); $o->ask_okcancel('', formatAlaTeX(N("WARNING! -DrakX will now resize your Windows partition. Be careful: -this operation is dangerous. If you have not already done -so, you should first exit the installation, run scandisk -under Windows (and optionally run defrag), then restart the +DrakX will now resize your Windows partition. Be careful: this +operation is dangerous. If you have not already done so, you +first need to exit the installation, run \"chkdsk c:\" from a +Command Prompt under Windows (beware, running graphical program +\"scandisk\" is not enough, be sure to use \"chkdsk\" in a +Command Prompt!), optionally run defrag, then restart the installation. You should also backup your data. When sure, press Ok."))) or return; |