LinuxSir.cn,穿越时空的Linuxsir!

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

求助:FC5下NTFS磁盘挂载失败

[复制链接]
发表于 2006-11-6 12:49:09 | 显示全部楼层 |阅读模式
我参照北南南北的帖子,
[root@localhost ~]# uname -p -r
2.6.15-1.2054_FC5smp i686
我下载了kernel-module-ntfs-2.6.15-1.2054_FC5smp-2.1.26-0.rr.10.0.i686.rpm并安装。
然后

[root@localhost ~]# yum search ntfs
... ...
ntfs-3g.i386                             1:0-0.4.20070920.fc5   extras
Matched from:
ntfs-3g
Linux NTFS userspace driver
The ntfs-3g driver is an open source, GPL licensed, third generation
Linux NTFS driver. It provides full read-write access to NTFS, excluding
access to encrypted files, writing compressed files, changing file
ownership, access right.

Technically it’s based on and a major improvement to the third
generation Linux NTFS driver, ntfsmount. The improvements include
functionality, quality and performance enhancements.

ntfs-3g features are being merged to ntfsmount. In the meanwhile,
ntfs-3g is currently the only free, as in either speech or beer, NTFS
driver for Linux that supports unlimited file creation and deletion.
http://mlf.linux.rulez.org/mlf/ezaz/ntfs-3g-download.html
... ...

我安装的这个ntfs-3g.i386
[root@localhost ~]# yum install ntfs-3g.i386

我的硬盘情况是这样的,我现在想加载最后一个NTFS的分区sda7.
[root@localhost ~]# fdisk -l

Disk /dev/sda: 40.0 GB, 40000000000 bytes
255 heads, 63 sectors/track, 4863 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1275    10241406    c  W95 FAT32 (LBA)
/dev/sda2            1276        4863    28820610    f  W95 Ext'd (LBA)
/dev/sda5            1276        2704    11478411   83  Linux
/dev/sda6            2705        2831     1020096   82  Linux swap / Solaris
/dev/sda7            2832        4863    16322008+   7  HPFS/NTFS

创建挂载点,加载分区
[root@localhost ~]# mkdir /mnt/winc
[root@localhost ~]# mount -t ntfs -o nls=utf8,umask=000 /dev/hda1 /mnt/winc
结果显示
mount: unknown filesystem type 'ntfs'

什么缘故??
发表于 2006-11-30 16:23:09 | 显示全部楼层
我一样的问题请问高手们,这是什么原因?怎么解决? 重新安装 NTFS-3G 也提示有问题重装不了。
回复 支持 反对

使用道具 举报

发表于 2006-12-1 11:41:29 | 显示全部楼层
我的问题也是这个样子,,,我的就是想能方便的从windows下可以拷贝点文件!!
找上面的步骤做完,提示也是这个!
回复 支持 反对

使用道具 举报

发表于 2006-12-1 12:19:58 | 显示全部楼层
mount -t ntfs-3g
回复 支持 反对

使用道具 举报

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

本版积分规则

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