求助 无法挂载 USB储存器
发表于 : 2005-09-17 23:09
错误信息如下 尝试了USB硬盘情况一样 好多次都 没有成功
root@CA312:~ # fdisk -l
Disk /dev/sda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 914 7341673+ 7 HPFS/NTFS
/dev/sda2 915 10010 73063620 f W95 Ext'd (LBA)
/dev/sda5 915 10010 73063588+ 7 HPFS/NTFS
Disk /dev/sdb: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 871 6996276 83 Linux
/dev/sdb2 872 10011 73417050 5 Extended
/dev/sdb5 872 995 995998+ 82 Linux swap / Solaris
/dev/sdb6 996 10011 72420988+ 83 Linux
Disk /dev/sdc: 255 MB, 255852544 bytes
16 heads, 32 sectors/track, 976 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 1 976 249840 6 FAT16
root@CA312:~ # mount -t msdos /dev/sdc /windows
mount: wrong fs type, bad option, bad superblock on /dev/sdc,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
root@CA312:~ # fdisk -l
Disk /dev/sda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 914 7341673+ 7 HPFS/NTFS
/dev/sda2 915 10010 73063620 f W95 Ext'd (LBA)
/dev/sda5 915 10010 73063588+ 7 HPFS/NTFS
Disk /dev/sdb: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 871 6996276 83 Linux
/dev/sdb2 872 10011 73417050 5 Extended
/dev/sdb5 872 995 995998+ 82 Linux swap / Solaris
/dev/sdb6 996 10011 72420988+ 83 Linux
Disk /dev/sdc: 255 MB, 255852544 bytes
16 heads, 32 sectors/track, 976 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 1 976 249840 6 FAT16
root@CA312:~ # mount -t msdos /dev/sdc /windows
mount: wrong fs type, bad option, bad superblock on /dev/sdc,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so