- 论坛徽章:
- 0
|
Now, I am in the system booting with 安装盘. Sorry that I must write in English.
In this mode, I run some order, and the results are like these:
==============================================================================
ubuntu@ubuntu:/$ sudo fdisk /dev/hda
The number of cylinders for this disk is set to 9729.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Unable to read /dev/hda
ubuntu@ubuntu:/$ sudo fdisk /dev/hda1
The number of cylinders for this disk is set to 1219.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/hda1: 10.0 GB, 10034809344 bytes
255 heads, 63 sectors/track, 1219 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x6f20736b
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/hda1p1 ? 48437 119493 570754815+ 72 Unknown
Partition 1 does not end on cylinder boundary.
/dev/hda1p2 ? 10501 131013 968014120 65 Novell Netware 386
Partition 2 does not end on cylinder boundary.
/dev/hda1p3 ? 116395 236907 968014096 79 Unknown
Partition 3 does not end on cylinder boundary.
/dev/hda1p4 ? 179626 179629 27749+ d Unknown
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
Command (m for help): sudo fdisk /dev/hda
Building a new sun disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.
Command (m for help): p
Disk /dev/hda1 (Sun disk label): 255 heads, 63 sectors, 1219 cylinders
Units = cylinders of 16065 * 512 bytes
Device Flag Start End Blocks Id System
/dev/hda1p1 0 1213 9743422+ 83 Linux native
/dev/hda1p2 u 1213 1219 48195 82 Linux swap
/dev/hda1p3 0 1219 9791617+ 5 Whole disk
==============================================================================
What's wrong with it??
BTW, I can mount the WINXP partition and it succeed:
$ mount -t vfat /dev/hda1 mnt/win
[ 本帖最后由 JasonXZ 于 2008-9-5 12:26 编辑 ] |
|