免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 4215 | 回复: 10
打印 上一主题 下一主题

请教mount失败的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-05-08 02:12 |只看该作者 |倒序浏览
我今天刚装的FC5,想mount    /dev/hda5,
但是始终报如此下面的错误,不知道怎么解决?


  1. [root@localhost ~]# fdisk -l

  2. Disk /dev/hda: 40.0 GB, 40007761920 bytes
  3. 240 heads, 63 sectors/track, 5168 cylinders
  4. Units = cylinders of 15120 * 512 = 7741440 bytes

  5.    Device Boot      Start         End      Blocks   Id  System
  6. /dev/hda1   *           1        1345    10168168+   7  HPFS/NTFS
  7. /dev/hda2            1346        4987    27533520    f  W95 Ext'd (LBA)
  8. /dev/hda3            4988        5168     1368360   1c  Hidden W95 FAT32 (LBA)
  9. /dev/hda5            1346        3377    15361888+   b  W95 FAT32
  10. /dev/hda6            3378        3718     2577928+   b  W95 FAT32
  11. /dev/hda7            3719        3732       96358+  83  Linux
  12. /dev/hda8            3732        4987     9486351   8e  Linux LVM
  13. [root@localhost ~]# mount -t vfat  /dev/hda5 /home/windows/D
  14. mount: wrong fs type, bad option, bad superblock on /dev/hda5,
  15.        missing codepage or other error
  16.        In some cases useful info is found in syslog - try
  17.        dmesg | tail  or so

  18. [root@localhost ~]# dmesg | tail
  19. FAT: bogus number of reserved sectors
  20. VFS: Can't find a valid FAT filesystem on dev hda5.

复制代码

论坛徽章:
0
2 [报告]
发表于 2006-05-08 09:38 |只看该作者
看看
  1. mount -o codepage=437 /dev/hd5 /home/windows/D
复制代码

论坛徽章:
0
3 [报告]
发表于 2006-05-08 11:59 |只看该作者
试试 # mount -o iocharset=gb2312  /dev/hda5  /mnt/win2k  , /mnt/win2k 目录要提前创建

论坛徽章:
0
4 [报告]
发表于 2006-05-08 17:30 |只看该作者
mount -t vfat -o iocharset=cp936  /dev/hda5 /home/windows/D

论坛徽章:
0
5 [报告]
发表于 2006-05-08 19:10 |只看该作者

回复 1楼 archeror 的帖子

fat32可以不要指派文件系统的类型
mount - -o iocharset=cp936  /dev/hda5 /home/windows/D

论坛徽章:
0
6 [报告]
发表于 2006-05-09 11:59 |只看该作者
原帖由 lunchan 于 2006-5-8 09:38 发表
看看
  1. mount -o codepage=437 /dev/hd5 /home/windows/D
复制代码


mout -t vfat  -o codepage=cp939 /dev/hd5 /home/windows/D

论坛徽章:
0
7 [报告]
发表于 2006-05-09 12:16 |只看该作者
嚯嚯办法真多。学习!

论坛徽章:
0
8 [报告]
发表于 2006-05-09 22:39 |只看该作者
试了以下,都不好用,准备again

论坛徽章:
0
9 [报告]
发表于 2006-05-21 03:36 |只看该作者
[root@hnit /]# mount /dev/cd0 /media/cdrom
mount: special device /dev/cd0 does not exist
请问这是什么原因啊

论坛徽章:
0
10 [报告]
发表于 2006-05-23 15:41 |只看该作者
[root@hnit /]# mount /dev/cd0 /media/cdrom
mount: special device /dev/cd0 does not exist
请问这是什么原因啊

没有光碟片
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP