QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 671|回复: 1

请教一关于支持 NTFS分区访问的内容

[复制链接]
发表于 2006-5-7 11:18:28 | 显示全部楼层 |阅读模式
请教一关于支持 NTFS分区访问的内容
我用的是Fedora core 5 linux系统,是ADM64CPU,硬盘挂了2块,用普通IDE硬盘挂的LINUX,SATA硬盘挂的NTFS WinXP系统
先表示感谢,如有答案请发到我的EMAIL: [email protected] & [email protected]
遇到下面问题不明白了。寻求大家帮助,详细命令如下:

[root@localhost ~]# rpm -ivh http://rpm.livna.org/livna-release-5.rpm
Retrieving http://rpm.livna.org/livna-release-5.rpm
warning: /var/tmp/rpm-xfer.khJ1i8: Header V3 DSA signature: NOKEY, key ID a109b1ec
Preparing...                ########################################### [100%]
   1:livna-release          ########################################### [100%]
[root@localhost ~]# yum -y install kmod-ntfs
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
livna                                                                [1/4]
livna                     100% |=========================|  951 B    00:00
core                                                                 [2/4]
core                      100% |=========================| 1.1 kB    00:00
updates                                                              [3/4]
updates                   100% |=========================|  951 B    00:00
extras                                                               [4/4]
http://mirror.clarkson.edu/pub/distributions/fedora/linux/extras/5/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Date: Sun, 07 May 2006 02:37:56 GMT
Server: Apache/2.0.52 (Red Hat)
Content-Length: 348
Connection: close
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
extras                    100% |=========================| 1.1 kB    00:01
Reading repository metadata in from local files
primary.xml.gz            100% |=========================|  97 kB    00:07
livna     : ################################################## 295/295
Added 295 new packages, deleted 0 old in 2.97 seconds
primary.xml.gz            100% |=========================| 787 kB    00:06
extras    : ################################################## 2235/2235
Added 190 new packages, deleted 921 old in 8.91 seconds
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for kmod-ntfs to pack into transaction set.
kmod-ntfs-2.1.26-5.2.6.16 100% |=========================| 5.7 kB    00:00
---> Package kmod-ntfs.i686 0:2.1.26-5.2.6.16_1.2111_FC5 set to be installed
--> Running transaction check
--> Processing Dependency: kernel-i686 = 2.6.16-1.2111_FC5 for package: kmod-ntfs
--> Processing Dependency: ntfs-kmod-common = 2.1.26 for package: kmod-ntfs
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for kernel to pack into transaction set.
kernel-2.6.16-1.2111_FC5. 100% |=========================| 198 kB    00:06
---> Package kernel.i686 0:2.6.16-1.2111_FC5 set to be installed
---> Downloading header for ntfs-kmod-common to pack into transaction set.
ntfs-kmod-common-2.1.26-2 100% |=========================| 4.7 kB    00:00
---> Package ntfs-kmod-common.noarch 0:2.1.26-2.lvn5 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
kmod-ntfs               i686       2.1.26-5.2.6.16_1.2111_FC5  livna   101 k
Installing for dependencies:
kernel                  i686       2.6.16-1.2111_FC5  updates            13 M
ntfs-kmod-common        noarch     2.1.26-2.lvn5    livna              53 k

Transaction Summary
=============================================================================
Install      3 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 14 M
Downloading Packages:
(1/3): kernel-2.6.16-1.21  94% |=======================  |  13 MB    01:12 ETA ^(1/3): kernel-2.6.16-1.21  94% |=======================  |  13 MB    01:10 ETA ^(1/3): kernel-2.6.16-1.21  94% |=======================  |  13 MB    01:20 ETA ^(1/3): kernel-2.6.16-1.21 100% |=========================|  13 MB    26:24
(2/3): ntfs-kmod-common-2 100% |=========================|  53 kB    00:02
(3/3): kmod-ntfs-2.1.26-5 100% |=========================| 101 kB    00:02
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
Public key for kernel-2.6.16-1.2111_FC5.i686.rpm is not installed
Retrieving GPG key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
Importing GPG key 0x4F2A6FD2 "Fedora Project <[email protected]>"
Key imported successfully
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID a109b1ec
Public key for ntfs-kmod-common-2.1.26-2.lvn5.noarch.rpm is not installed
Retrieving GPG key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
Importing GPG key 0xA109B1EC "Livna.org rpms <[email protected]>"
Key imported successfully
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: kernel                       ######################### [1/3]
  Installing: kmod-ntfs                    ######################### [2/3]
  Installing: ntfs-kmod-common             ######################### [3/3]

Installed: kmod-ntfs.i686 0:2.1.26-5.2.6.16_1.2111_FC5
Dependency Installed: kernel.i686 0:2.6.16-1.2111_FC5 ntfs-kmod-common.noarch 0:2.1.26-2.lvn5
Complete!
[root@localhost ~]# mount -a
mount: mount point /mnt/sda2 does not exist
mount: mount point /mnt/sda3 does not exist
mount: mount point /mnt/sda4 does not exist
mount: mount point /mnt/sda5 does not exist
[root@localhost ~]#
发表于 2006-5-7 14:44:29 | 显示全部楼层
重启一下有问题吗?
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-9-23 01:31 , Processed in 0.065277 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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