|
|
发表于 2004-10-14 16:16:32
|
显示全部楼层
谢谢!!~
我的128m mp3,usb接口插好后,fdisk -l 提示:
Disk /dev/sda: 131 MB, 131072000 bytes
5 heads, 50 sectors/track, 1024 cylinders
Units = cylinders of 250 * 512 = 128000 bytes
Device Boot Start End Blocks Id System
/dev/sda1 ? 7479086 8153844 84344761 69 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(68, 13, 10) logical=(7479085, 2, 16)
Partition 1 has different physical/logical endings:
phys=(288, 115, 43) logical=(8153843, 2, 37)
Partition 1 does not end on cylinder boundary.
/dev/sda2 ? 6806078 14285604 934940732+ 73 Unknown
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(371, 114, 37) logical=(6806077, 4, 32)
Partition 2 has different physical/logical endings:
phys=(366, 32, 33) logical=(14285603, 3, 46)
Partition 2 does not end on cylinder boundary.
/dev/sda3 ? 11 11 0 74 Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(371, 114, 37) logical=(10, 1, 24)
Partition 3 has different physical/logical endings:
phys=(372, 97, 50) logical=(10, 1, 23)
Partition 3 does not end on cylinder boundary.
/dev/sda4 1 13740454 1717556736 0 Empty
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(0, 0, 0) logical=(0, 0, 1)
Partition 4 has different physical/logical endings:
phys=(0, 0, 0) logical=(13740453, 4, 22)
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
=====================
然后我得到如下操作结果:
[root@Angelas mnt]# mount /dev/sda1 /mnt/flash -o iocharset=cp936
mount: special device /dev/sda1 does not exist
[root@Angelas mnt]# mount /dev/sda /mnt/flash -o iocharset=cp936
/dev/sda: Input/output error
mount: /dev/sda: can't read superblock
怎么办呢? //bow
:thank :thank :thank |
|