|
#fdisk -l
Disk /dev/hda: 1748 MB, 1748533248 bytes
16 heads, 63 sectors/track, 3388 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Disk /dev/hda doesn't contain a valid partition table
然后用fdisk分区,分区完毕按p查看正确,按w保存时出现下面错误
Calling ioctl() to re-read partition table
hda: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hda: no DRQ after issuing MULTWRITE
ide0: reset: master: error (0x00?)
hda: status error: status=0x08 { DataRequest }
ide: failed opcode was: unknown
hda: drive not ready for command
ide0: reset: success
hda: unknown partition table |
|