dayongxie 发表于 2006-3-11 10:55:55

求助:挂载mp3出现错误

前些天我在windows中试着用usboot把我的mp3盘制作成启动盘,结果不但没成功反而出现了这个问题.
错误提示如下:

# mount -t vfat /dev/sda /media/usbdisk/
mount: wrong fs type, bad option, bad superblock on /dev/sda,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tailor so

意思好象是文件系统搞错了.
运行dmesg |tail 输出了以下内容
#dmesg |tail
Vendor: Sunplus   Model: MultiMedia-Disk   Rev: 1.00
Type:   Direct-Access                      ANSI SCSI revision: 02
SCSI device sda: 518656 512-byte hdwr sectors (266 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
/dev/scsi/host2/bus0/target0/lun0: p1
Attached scsi removable disk sda at scsi2, channel 0, id 0, lun 0
USB Mass Storage device found at 3
FAT: invalid media value (0x01)
VFS: Can't find a valid FAT filesystem on dev sda.

运行fdisk -l 显示如下:

# fdisk -l
Disk /dev/hda: 80.0 GB, 80026361856 bytes
.......

Disk /dev/sda: 265 MB, 265551872 bytes
33 heads, 32 sectors/track, 491 cylinders
Units = cylinders of 1056 * 512 = 540672 bytes

   Device Boot      Start         End      Blocks   IdSystem
/dev/sda1   *         1         492      259312    bW95 FAT32
Partition 1 has different physical/logical endings:
   phys=(502, 32, 32) logical=(491, 4, 32)

清高手帮忙看一看,到底怎样才能解决.

月下刀客 发表于 2006-3-11 11:59:31

这样呢
# mount -t vfat /dev/sda1 /media/usbdisk/

dayongxie 发表于 2006-3-11 13:22:07

多谢月下刀客.
终于又可以了,爽啊.
原来问题出在这里,我还以为usboot有问题呢.
页: [1]
查看完整版本: 求助:挂载mp3出现错误