分页: 1 / 1

求助 无法挂载 USB储存器

发表于 : 2005-09-17 23:09
cately
错误信息如下 尝试了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

发表于 : 2005-09-17 23:52
yonsan

代码: 全选

mount -t vfat /dev/sdc1 /windows

发表于 : 2005-09-17 23:57
cately
yonsan 写了:

代码: 全选

mount -t vfat /dev/sdc1 /windows
这个我 试了 都不行 我挂载 FAT16 使用 MSDOS 挂载 FAT32 用 VFAT 结果都失败 不知道原因在哪里

发表于 : 2005-09-18 0:15
cately
小弟快疯了 移动硬盘和 SD卡都无法挂载 提示的错误都一样 请大家帮小弟看看 我已经搞了好几天了

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

Disk /dev/sdg: 20.0 GB, 20003880960 bytes
255 heads, 63 sectors/track, 2432 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdg1 * 1 2431 19526976 c W95 FAT32 (LBA)


root@CA312:~ # mount -t vfat /dev/sdg /windows

mount: wrong fs type, bad option, bad superblock on /dev/sdg,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

root@CA312:~ # mount -t vfat /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

发表于 : 2005-09-18 0:19
cately
原来 我 忘记了 1

应该 root@CA312:~ # mount -t vfat /dev/sdg1 /windows

发表于 : 2005-09-18 0:19
yonsan
是sdc1 而不是sdc

发表于 : 2005-09-19 15:49
eexpress
sdg?有好多盘啊。