LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 01-11-2006, 04:12 AM   #1
Phase_Accurate
LQ Newbie
 
Registered: Jul 2005
Posts: 8

Rep: Reputation: 0
Question NTFS mounting problem


Hello,

After uname -rm command I get this info:
2.6.14-1.1656_FC4smp i686

So - I installed from this page:

2.6.14-1.1656_FC4 i686-smp Multi Processor rpm.

And this is how my /etc/fstab looks like:

-------------------------------------------------------------------------------------------------

This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
/dev/proc /proc proc defaults 0 0
/dev/sys /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0
/dev/scd0 /media/cdrom auto pamconsole,exec,noauto,managed 0 0
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
/dev/sda1 /mnt/win-c ro,defaults,umask=0222 0 0
/dev/sdb5 /mnt/win-d ro,defaults,umask=0222 0 0

-------------------------------------------------------------------------------------------------
Output of fdisk -l looks like that:

[root@localhost chefren]# /sbin/fdisk -l

Disk /dev/sda: 37.0 GB, 37019566080 bytes
255 heads, 63 sectors/track, 4500 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 3084 24772198+ 7 HPFS/NTFS
/dev/sda2 3085 3097 104422+ 83 Linux
/dev/sda3 3098 4500 11269597+ 8e Linux LVM

Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 * 2 14593 117210240 f W95 Ext'd (LBA)
/dev/sdb5 2 14593 117210208+ 7 HPFS/NTFS

Anyway - the actual mount folders (win-c, win-d) are empty.

What can be brong?

Am I missing something?

Greets
 
Old 01-11-2006, 11:10 AM   #2
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
Quote:
Originally Posted by Phase Accurate
So - I installed from this page:

2.6.14-1.1656_FC4smp Multi Processor rpm.
You mean you installed kernel-module-ntfs-2.6.14-1.656_FC4smp ? This is the rpm you need to get read access to your ntfs filesystem. Please try typing 'rpm -q kernel-module-ntfs-2.6.14-1.656_FC4smp' at the command prompt. If you get a message back saying 'package kernel-module-ntfs-2.6.14-1.656_FC4smp is not installed', then that is the cause of your problem. Another tell-tale sign would be during the boot sequence, you probably get an error on the disk mounting stage, telling you that ntfs is an unknown filesystem or something similar.

My guess is that you need to install the kernel module, the easiest way (if you use yum) is to bring up a root prompt, and type 'yum install kernel-module-ntfs-2.6.14-1.656_FC4smp'. Post back if that doesn't work.
 
Old 01-11-2006, 03:33 PM   #3
Phase_Accurate
LQ Newbie
 
Registered: Jul 2005
Posts: 8

Original Poster
Rep: Reputation: 0
Question

Take a look at this:

[root@localhost chefren]# rpm -q kernel-module-ntfs-2.6.14-1.656_FC4smp
package kernel-module-ntfs-2.6.14-1.656_FC4smp is not installed
[root@localhost chefren]# yum install kernel-module-ntfs-2.6.14-1.656_FC4smp
Setting up Install Process
Setting up repositories
updates-released 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 424 kB 00:06
updates-re: ################################################## 1192/1192
Added 5 new packages, deleted 9 old in 2.44 seconds
primary.xml.gz 100% |=========================| 991 kB 00:13
extras : ################################################## 2877/2877
Added 81 new packages, deleted 10 old in 4.45 seconds
Parsing package install arguments
No Match for argument: kernel-module-ntfs-2.6.14-1.656_FC4smp
Nothing to do
[root@localhost chefren]# ls

I downloaded the package maually and tried to install it via the rpm -ivh command
and got this:

[root@localhost chefren]# rpm -ivh *.rpm
kernel-module-ntfs-2.6.14-1.1656_FC4smp-2.1.24-0.rr.10.4.i686.rpm: not an rpm package (or package manifest):

So? What's going on?

Best regards,

Adam
 
Old 01-11-2006, 03:53 PM   #4
Phase_Accurate
LQ Newbie
 
Registered: Jul 2005
Posts: 8

Original Poster
Rep: Reputation: 0
What's more interesting, I downloaded kernel-module-ntfs-2.6.14-1.656_FC4smp-2.1.24-0.rr.10.4.i656.rpm on desktop an when I click it says that "Package is already installed". How this is possible? ( [root@localhost chefren]# rpm -q kernel-module-ntfs-2.6.14-1.656_FC4smp
package kernel-module-ntfs-2.6.14-1.656_FC4smp is not installed )

Greetz
 
Old 01-12-2006, 07:38 AM   #5
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
The error you're getting from yum appears to be that rpm isn't available. As for the problem when you try to install via rpm, it looks as though something went wrong the first time you installed it. Try typing this: 'rpm -ivh --replacepkgs kernel-module-ntfs/2.6.14-1.656_FCsmp'. The --replacepkgs option forces rpm to replace any currently existing versions of files installed by that module, which has worked for me in the past when similar problems have occurred with packages I've tried to install.

Incidentally, what is the output of 'cat /proc/modules'? It should list any kernel modules you have active, including the ntfs one if it's working.
 
Old 01-13-2006, 09:38 PM   #6
Phase_Accurate
LQ Newbie
 
Registered: Jul 2005
Posts: 8

Original Poster
Rep: Reputation: 0
Well... I did reinstall this package and now everything works fine :-)

Thanks a lot!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem at mounting ntfs tekin Slackware 4 03-28-2005 12:31 PM
NTFS Mounting problem, please help... k0rupt Linux - Hardware 2 08-01-2004 05:46 PM
Problem Mounting NTFS Nigh Unstoppabl Slackware 4 07-14-2004 05:26 PM
problem with mounting ntfs narendra_i Linux - Hardware 2 01-26-2004 08:06 PM
Problem Mounting NTFS sname Linux - General 2 08-16-2002 03:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration