|
|
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1913 15366141 7 HPFS/NTFS
/dev/sda2 1914 15160 106406527+ f W95 Ext'd (LBA)
/dev/sda3 15161 20023 39062047+ 83 Linux
/dev/sda5 1914 5738 30724281 7 HPFS/NTFS
/dev/sda6 5739 9563 30724281 7 HPFS/NTFS
/dev/sda7 9564 9587 192748+ 83 Linux
/dev/sda8 9588 9773 1494013+ 82 Linux swap / Solaris
/dev/sda9 9774 11270 12024621 83 Linux
/dev/sda10 11271 15160 31246393+ 83 Linux
bash-3.2# mount -t vfat /dev/sda5 /mnt/d
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
bash-3.2# mount -t vfat /dev/sda6 /mnt/d
mount: wrong fs type, bad option, bad superblock on /dev/sda6,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
bash-3.2# ls /mnt
d e
哪里做错了? |
|