|
tong@tong-desktop:~$ sudo fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x624aa2e0
Device Boot Start End Blocks Id System
/dev/sda1 * 5 3829 30724281 c W95 FAT32 (LBA)
/dev/sda2 3830 60801 457627590 f W95 Ext'd (LBA)
/dev/sda5 3830 6375 20450713+ b W95 FAT32
/dev/sda6 6376 8925 20482843+ b W95 FAT32
/dev/sda7 8926 15300 51207156 b W95 FAT32
/dev/sda8 15301 21675 51207156 7 HPFS/NTFS
/dev/sda9 21676 46738 201318516 b W95 FAT32
/dev/sda10 46739 56985 82308996 b W95 FAT32
/dev/sda11 58291 59286 8000338+ 83 Linux
/dev/sda12 59287 59535 2000061 82 Linux swap / Solaris
/dev/sda13 59536 60801 10169113+ 83 Linux
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
16 heads, 63 sectors/track, 484521 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 65534 33029131+ 54 OnTrackDM6
tong@tong-desktop:~$ sudo mount -t vfat /dev/sdb1 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
系统日志中可能有一些重要的信息,
试试用 dmesg | tail 之类的命令查看。
挂不上第二块硬盘,怎么办阿?谢谢!!!!!!!!!!! |
|