请教mount失败的问题
我今天刚装的FC5,想mount /dev/hda5,
但是始终报如此下面的错误,不知道怎么解决?
[root@localhost ~]# fdisk -l
Disk /dev/hda: 40.0 GB, 40007761920 bytes
240 heads, 63 sectors/track, 5168 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1345 10168168+ 7 HPFS/NTFS
/dev/hda2 1346 4987 27533520 f W95 Ext'd (LBA)
/dev/hda3 4988 5168 1368360 1c Hidden W95 FAT32 (LBA)
/dev/hda5 1346 3377 15361888+ b W95 FAT32
/dev/hda6 3378 3718 2577928+ b W95 FAT32
/dev/hda7 3719 3732 96358+ 83 Linux
/dev/hda8 3732 4987 9486351 8e Linux LVM
[root@localhost ~]# mount -t vfat /dev/hda5 /home/windows/D
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@localhost ~]# dmesg | tail
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev hda5.
复制代码