gparted,分区未分配

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
asker1980
帖子: 3
注册时间: 2011-12-27 11:18

gparted,分区未分配

#1

帖子 asker1980 » 2011-12-27 14:01

系统是ubuntu和windows,用了一段时间ubuntu空间不够,想从windows那边分一些过来,就在windows下运行pm,提示说分区表大小不对,点了确定,pm没有运行起来
再返回ubuntu就成这样了。

$ sudo fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe467e467

Device Boot Start End Blocks Id System
/dev/sda1 * 1 7833 62918541 c W95 FAT32 (LBA)
/dev/sda2 7834 60801 425465429+ f W95 Ext'd (LBA)
/dev/sda5 7834 13140 42628446 7 HPFS/NTFS
/dev/sda6 25589 43213 141572781 7 HPFS/NTFS
/dev/sda7 43214 60801 141275578+ 7 HPFS/NTFS
/dev/sda8 13140 25458 98946048 83 Linux
/dev/sda9 25458 25588 1045504 82 Linux swap / Solaris

Partition table entries are not in disk order

$ sudo parted /dev/sda print
错误: 分区之间不能重叠。

麻烦大家看一下,现在如何处理?谢谢。
头像
ljj_jjl2008
论坛版主
帖子: 14256
注册时间: 2007-09-16 8:29

Re: gparted,分区未分配

#2

帖子 ljj_jjl2008 » 2011-12-27 14:03

关注中。我不会处理。
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: gparted,分区未分配

#3

帖子 YeLee » 2011-12-27 16:54

◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
asker1980
帖子: 3
注册时间: 2011-12-27 11:18

Re: gparted,分区未分配

#4

帖子 asker1980 » 2011-12-30 21:40

$ sudo fdisk -lu

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe467e467

Device Boot Start End Blocks Id System
/dev/sda1 * 63 125837144 62918541 c W95 FAT32 (LBA)
/dev/sda2 125837206 976768064 425465429+ f W95 Ext'd (LBA)
/dev/sda5 125837208 211094099 42628446 7 HPFS/NTFS
/dev/sda6 411071283 694216844 141572781 7 HPFS/NTFS
/dev/sda7 694216908 976768064 141275578+ 7 HPFS/NTFS
/dev/sda8 211085312 408977407 98946048 83 Linux
/dev/sda9 408979456 411070463 1045504 82 Linux swap / Solaris

Partition table entries are not in disk order
asker1980
帖子: 3
注册时间: 2011-12-27 11:18

Re: gparted,分区未分配

#5

帖子 asker1980 » 2012-01-14 11:00

问题已解决

先备份sda5的数据,再将其删掉,就能用gparted看到分区表了。

然后将gparted live写入u盘,从u盘启动,调整linux系统所在分区大小。

调整完后开机,碰到grub的问题,再搜索相关资料解决,进入系统。
回复