|
|
装的时候是用的 cfdisk 从新盘划了一个 8G 一个 2G,剩下的空着(SEAGATE 80G)。hda1 8G ext3, hda2 2G swap.
我现在想把 swap 去掉合并到下面一个分区去,于是装了 parted,一启动就看到这个。。我应该怎么做?
GNU Parted 1.6.6
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
Using /dev/hda
Error: The partition table on /dev/hda is inconsistent. There are many reasons
why this might be the case. However, the most likely reason is that Linux
detected the BIOS geometry for /dev/hda incorrectly. GNU Parted suspects the
real geometry should be 9729/255/63 (not 155061/16/63). You should check with
your BIOS first, as this may not be correct. You can inform Linux by adding theparameter hda=9729,255,63 to the command line. See the LILO or GRUB
documentation for more information. If you think Parted's suggested geometry iscorrect, you may select Ignore to continue (and fix Linux later). Otherwise,
select Cancel (and fix Linux and/or the BIOS now).
Ignore/Cancel? |
|