Results 11 to 13 of 13
# yum -y install kmod-ntfs
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
kmod-ntfs ...
- 04-20-2007 #11kmod-ntfs package is not installed. open /etc/yum.repos.d/fedora-extras.repo file and remove '#' sign before first baseurl line. do the same in fedora-updates.repo and fedora-core.repo files.# yum -y install kmod-ntfs
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
exeucte 'yum -y install kmod-ntfs' command again.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-20-2007 #12Just Joined!
- Join Date
- Apr 2007
- Posts
- 6
I have removed the "#" sign. Below is the output of the yum command. I have just tried to install "yum install ntfs-config" and I am able to access the ntfs partition /sda5. However, I am still not able to read other two W95 partitions.
Originally Posted by devils_casper
#yum -y install kmod-ntfs
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core 100% |=========================| 1.1 kB 00:00
extras 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 1.2 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
- 05-03-2007 #13
kmod-ntfs is for enabling NTFS read access. Fedora supports FAT32/16 read/write access out of box. your harddisk has only one FAT16 partition.
did you try to mount it manually?
if it doesn't work, post the output of 'fdisk -l' command again.Code:mkdir /media/sda6 mount -t vfat /dev/sda6 /media/sda6
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
