当前位置: 技术问答>linux和unix
问个问题,非常急 (100分)
来源: 互联网 发布时间:2015-01-22
本文导语: 我的机子上原来装有win98.想再安装一个redhat8.0 可是到了该分区,确定挂载点时,却出现一个warning框: The partition table on /dev/hda is inconsitent.Thera are many reasons why this might be the case.Often,the reason is that linux ...
我的机子上原来装有win98.想再安装一个redhat8.0
可是到了该分区,确定挂载点时,却出现一个warning框:
The partition table on /dev/hda is inconsitent.Thera are many reasons why this might be the case.Often,the reason is that linux detected the bios geometry incorrectly.However,this does not apear to be the case here.It's safe to ignore,but ignoring may cause(fixable)problems with some boot loaders.and may cause promblems with FAT file systems.Using LBA is recmmeded.
此框有两个按钮ignore和cancel
选择了ignore后又出现一个warning框:
The partition table on /tmp/hda is inconsitent.Thera are many reasons why this might be the case.Often,the reason is that linux detected the bios geometry incorrectly.However,this does not apear to be the case here.It's safe to ignore,but ignoring may cause(fixable)problems with some boot loaders.and may cause promblems with FAT file systems.Using LBA is recmmeded.
再一次选择ignore后,便进入druid分区界面。
可是在要安装时却自动重启了
这是怎么回事呢?请大家帮帮忙
可是到了该分区,确定挂载点时,却出现一个warning框:
The partition table on /dev/hda is inconsitent.Thera are many reasons why this might be the case.Often,the reason is that linux detected the bios geometry incorrectly.However,this does not apear to be the case here.It's safe to ignore,but ignoring may cause(fixable)problems with some boot loaders.and may cause promblems with FAT file systems.Using LBA is recmmeded.
此框有两个按钮ignore和cancel
选择了ignore后又出现一个warning框:
The partition table on /tmp/hda is inconsitent.Thera are many reasons why this might be the case.Often,the reason is that linux detected the bios geometry incorrectly.However,this does not apear to be the case here.It's safe to ignore,but ignoring may cause(fixable)problems with some boot loaders.and may cause promblems with FAT file systems.Using LBA is recmmeded.
再一次选择ignore后,便进入druid分区界面。
可是在要安装时却自动重启了
这是怎么回事呢?请大家帮帮忙
|
我就是因为这里提示,选用了LBA模式,造成以后诸多更严重的问题。
出现上面的提示,跟LBA其实没有关系的,是Linux下的fdisk对原来dos下分区进行再分区造成的,有两种方法可以免除这堆无用的提示:
1:在dos下就计划好所有的分区,这样在linux下就不用重新分区
2:把dos彻底干掉,装linux的时候它就是一个处女盘,随便你折腾。
如果嫌麻烦,可以什么都不做,只是损失一丁点(微不足道)的存储空间而已。
出现上面的提示,跟LBA其实没有关系的,是Linux下的fdisk对原来dos下分区进行再分区造成的,有两种方法可以免除这堆无用的提示:
1:在dos下就计划好所有的分区,这样在linux下就不用重新分区
2:把dos彻底干掉,装linux的时候它就是一个处女盘,随便你折腾。
如果嫌麻烦,可以什么都不做,只是损失一丁点(微不足道)的存储空间而已。