|
|
发表于 2004-9-10 16:03:35
|
显示全部楼层
和我刚才的问题一样,呵呵。碰到同道了。
07是指NTFS格式,LINUX需要的是EXT2FS,即83。
你可以用fdisk /dev/hda0来改变属性。
进入FDISK后,使用t来改变属性,用L列出所有的格式,其中可以看到07是NTFS,0C是FAT32,82是SWAP,83是LINUX。
然后用w写入。
千万小心,别搞错了硬盘!!!:)
在使用GRUB时,在输入root (hd0,时使用TAB键,可以列出所有的硬盘和属性。
grub> root (hd0,
Possible partitions are:
Partition num: 0, Filesystem type is fat, partition type 0xc
Partition num: 4, Filesystem type is fat, partition type 0xc
Partition num: 5, Filesystem type is fat, partition type 0xc
Partition num: 6, Filesystem type is ext2fs, partition type 0x83
Partition num: 7, Filesystem type unknown, partition type 0x82
Partition num: 8, Filesystem type is ext2fs, partition type 0x83
grub> root (hd0, |
|