关于分区合并的问题

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

关于分区合并的问题

#1

帖子 lainlinux » 2009-03-11 5:24

电脑上装的是xp/linux双系统,在xp中使用partitionmagic删除linux下的所有分区,并将之转换为fat32格式,在将所转换的分区进行合并时出现以下错误:
Error 510: "The version of the file system is not supported"

google许久,终得一答案:
Error 510: "The version of the file system is not supported" when attempting to modify Linux Ext3 partitions

Situation:
You are trying to modify a Linux Ext3 partition using PartitionMagic 8.0. You see the message "Error 510: The version of the file system is not supported."

Solution:
Norton PartitionMagic 8.0 and PartitionMagic 8.0 may not work with Linux Ext3 partitions when the dir_index file system attribute is enabled. Recent Linux releases from Red Hat and Fedora set the dir_index file system attribute by default. To prevent the error, disable the dir_index attribute, perform the partition modification, then re-enable the attribute.

To disable the dir_index attribute

1. Boot into Linux single-user mode.
2. Type the following:

umount /dev/xxx


where xxx is the device name of the file system to convert.
3. Press Enter.
4. Type the following:

tune2fs -O^dir_index /dev/xxx

5. Press Enter.
The dir_index file system attribute is removed.
6. Restart the computer into Windows.
然而问题再次出现,我已经删除系统不肯能再进入linux中了,怎么解决这一问题?或者还有什么更好的办法?
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 关于分区合并的问题

#2

帖子 eexpress » 2009-03-11 9:09

win下的分区软件,通常不理会win专用分区之外的格式。而且,有可能搞烂分区的标识符。如果你熟悉linux的fdisk,可以看下分区id对不。可以改正。
其他的,剩下ghost重装。
● 鸣学
回复