在我的Mandrake 9.2系统中使用一般的U盘很方便, 插上就自动挂载了. 但有一个MP3,
在Windows下可以正确识别(无需驱动), 但在Linux下就总是识别不出来.
用mount挂载总是提示必须指定文件系统类型, 如果加-t vfat参数指定文件系统类型则报告错误:
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
or too many mounted file systems
我绝对是把它格式为FAT类型的.
运行fdisk -l, 得到如下输出:
Disk /dev/sda: 257 MB, 257802752 bytes
8 heads, 62 sectors/track, 1015 cylinders
Units = cylinders of 496 * 512 = 253952 bytes
Device Boot Start End Blocks Id System
/dev/sda1 ? 3769701 4109801 84344761 69 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(68, 13, 10) logical=(3769700, 2, 42)
Partition 1 has different physical/logical endings:
phys=(288, 115, 43) logical=(4109800, 1, 25)
Partition 1 does not end on cylinder boundary.
/dev/sda2 ? 3430483 7200406 934940732+ 73 Unknown
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(371, 114, 37) logical=(3430482, 6, 38)
Partition 2 has different physical/logical endings:
phys=(366, 32, 33) logical=(7200405, 1, 4)
Partition 2 does not end on cylinder boundary.
/dev/sda3 ? 6 6 0 74 Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(371, 114, 37) logical=(5, 1, 32)
Partition 3 has different physical/logical endings:
phys=(372, 97, 50) logical=(5, 1, 31)
Partition 3 does not end on cylinder boundary.
/dev/sda4 1 6925632 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=(6925631, 7, 62)
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
请各位帮忙, 诊断一下, 谢谢.