LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1417|回复: 14

FC5ntfs挂载硬盘的问题(挂了一天了. 没人来.我重编了贴子了. 请大家帮忙看下是怎么

[复制链接]
发表于 2006-6-28 21:38:15 | 显示全部楼层 |阅读模式
以下是我FSTAB的内容:
LABEL=/1                /                       ext3    defaults        1 1
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
tmpfs                   /dev/shm                tmpfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
sysfs                   /sys                    sysfs   defaults        0 0
LABEL=SWAP-hda4         swap                    swap    defaults        0 0
/dev/hda1               /mnt/winc               ntfs    default         0 0
/dev/hda5               /mnt/wind               ntfs    default         0 0
/dev/hda6               /mnt/wine               ntfs    default         0 0
/dev/hda7               /mnt/winf               ntfs    default         0 0

以下是起动时自动挂载的内容.和用mount -a 时提示的一样:
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

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

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

mount: wrong fs type, bad option, bad superblock on /dev/hda7,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
[root@localhost ~]# fdisk -l

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1        1020     8193118+   7  HPFS/NTFS
/dev/hda2            2041        9728    61753860    f  W95 Ext'd (LBA)
/dev/hda3            1021        1912     7164990   83  Linux
/dev/hda4            1913        2040     1028160   82  Linux swap / Solaris
/dev/hda5            2041        3315    10241406    7  HPFS/NTFS
/dev/hda6            3316        5866    20490876    7  HPFS/NTFS
/dev/hda7            5867        9728    31021483+   7  HPFS/NTFS

Partition table entries are not in disk order
[root@localhost ~]# mount -a
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

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

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

mount: wrong fs type, bad option, bad superblock on /dev/hda7,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
用mount tfn手动一个一个挂就没问题了.
[root@localhost ~]# mount -t ntfs /dev/hda1 /mnt/winc
[root@localhost ~]# cd /mnt/winc
[root@localhost winc]# ls
AUTOEXEC.BAT            grldr         NVIDIA Display Driver
bootfont.bin            INFCACHE.1    pagefile.sys
boot.ini                IO.SYS        Program Files
bootini.bak             Maxdos        quarantine
Config.Msi              MSDOS.SYS     RECYCLER
CONFIG.SYS              NTDETECT.COM  System Volume Information
Documents and Settings  ntldr         WINDOWS

不知道为啥。自动挂载不行。提示和第一个命令显示的一样。而手动挂载时却OK。请高手指点。
 楼主| 发表于 2006-6-29 10:46:33 | 显示全部楼层
顶上去.顶上去.
回复 支持 反对

使用道具 举报

发表于 2006-6-29 10:57:27 | 显示全部楼层
modprobe ntfs
再手动加载。
重编入内核的模块并不会自动配置自动加载,你可以在/etc/rc.sysinit中配置启动时的模块加载。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-29 11:23:10 | 显示全部楼层
OK.谢谢了.一会见
回复 支持 反对

使用道具 举报

发表于 2006-6-29 20:15:03 | 显示全部楼层
是不是在/mnt中没有winc、wind、winde、windf文件夹呀?
回复 支持 反对

使用道具 举报

发表于 2006-6-29 21:07:51 | 显示全部楼层
楼主应该不会犯这种错误的,我觉得还是驱动的事,fedora4中就有ntfs无法自动挂在的问题。
回复 支持 反对

使用道具 举报

发表于 2006-6-29 23:02:21 | 显示全部楼层
喔呀!
呃也有同感啊!
希望高手们尽快解决这个bug!
努力!努力!在努力!!
回复 支持 反对

使用道具 举报

发表于 2006-6-30 00:05:48 | 显示全部楼层
一楼是不是升过内核啦?
回复 支持 反对

使用道具 举报

发表于 2006-6-30 09:55:24 | 显示全部楼层
1:看看启动时内核模块有没有加载(启动一次,什么事也不要干,然后lsmod)
2:貌似fstab文件应该用defaults而不是default吧。。
回复 支持 反对

使用道具 举报

发表于 2006-6-30 10:33:23 | 显示全部楼层
我安装了核所对应的ntfs for linux,保证没有装错,可是还是认不出ntfs系统,依旧是unknow
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表