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 02-04-2008, 12:06 PM   #1
Prasanna Rajaram
LQ Newbie
 
Registered: Jun 2007
Location: Chennai, India
Distribution: Fedora
Posts: 25

Rep: Reputation: 15
NTFS partitions mounting problem


Guyz I installed CentOS 5 recently and found that when i tried to mount my NTFS partitions using mount command the error boundced back as unknows filesystem 'ntfs'. But it mounted with my Fedora 7.

From my Fedora 7 DVD i tried to install the ntfs-3g rpm but in vain... as usual "DEPENDENCIES" got me out right away...

Pls advise.
 
Old 02-04-2008, 01:35 PM   #2
BrianK
Senior Member
 
Registered: Mar 2002
Location: Los Angeles, CA
Distribution: Debian, Ubuntu
Posts: 1,334

Rep: Reputation: 51
Quote:
Originally Posted by Prasanna Rajaram View Post
Guyz I installed CentOS 5 recently and found that when i tried to mount my NTFS partitions using mount command the error boundced back as unknows filesystem 'ntfs'. But it mounted with my Fedora 7.

From my Fedora 7 DVD i tried to install the ntfs-3g rpm but in vain... as usual "DEPENDENCIES" got me out right away...

Pls advise.
try to install that package via yum. I'm not that well versed in yum being that I'm on the "apt" side of things, but IIRC, you can simply type "yum" at a prompt and an interface comes up with which you can search for the ntfs pacakge. If no interface comes up, there's a man-page for yum that will tell you how to search for and install packages.

Yum resolves dependencies for you (assuming they can be resolved with software in the yum repository).
 
Old 02-04-2008, 05:01 PM   #3
The_Trooper
Member
 
Registered: Jan 2008
Distribution: Fedora Core 9
Posts: 33

Rep: Reputation: 15
What Brian said. If something requires dependencies then get the dependencies. Open terminal and type:

Code:
yum install ntfs-3g
 
Old 02-04-2008, 11:14 PM   #4
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Yes, by RedHat/Fedora default, their kernel does not support NTFS. Not sure why they did this. Just install ntfs-3g, as mentioned. If yum doesn't have it, then it is very simple to compile from source and install.
 
Old 02-05-2008, 06:38 PM   #5
Prasanna Rajaram
LQ Newbie
 
Registered: Jun 2007
Location: Chennai, India
Distribution: Fedora
Posts: 25

Original Poster
Rep: Reputation: 15
BrianK

Thanks for your reply

I donot have an internet connection in my place. When i download from a cybercafe the rpms or whatever that is needed for installation, the problem is with "DEPENDENCIES". Can we not make this a little easier.

There was a project in sourceforge.net called OPYUM (read as opium) Offline Package management using YUM. After i had installed it i did not know how to make things work further.

If you have had any such expe pl share



Quote:
Originally Posted by BrianK View Post
try to install that package via yum. I'm not that well versed in yum being that I'm on the "apt" side of things, but IIRC, you can simply type "yum" at a prompt and an interface comes up with which you can search for the ntfs pacakge. If no interface comes up, there's a man-page for yum that will tell you how to search for and install packages.

Yum resolves dependencies for you (assuming they can be resolved with software in the yum repository).
 
Old 02-05-2008, 06:41 PM   #6
Prasanna Rajaram
LQ Newbie
 
Registered: Jun 2007
Location: Chennai, India
Distribution: Fedora
Posts: 25

Original Poster
Rep: Reputation: 15
Micro420

Since i donot have an internet connection i find the second option of yours as a better one. How do i COMPILE FROM SOURCE AND INSTALL.

Thanks

Quote:
Originally Posted by Micro420 View Post
Yes, by RedHat/Fedora default, their kernel does not support NTFS. Not sure why they did this. Just install ntfs-3g, as mentioned. If yum doesn't have it, then it is very simple to compile from source and install.
 
Old 02-06-2008, 02:44 PM   #7
The_Trooper
Member
 
Registered: Jan 2008
Distribution: Fedora Core 9
Posts: 33

Rep: Reputation: 15
Quote:
Originally Posted by Prasanna Rajaram View Post
Since i donot have an internet connection i find the second option of yours as a better one. How do i COMPILE FROM SOURCE AND INSTALL.

Thanks
You ARE saying that you used yum to try to install it? If you haven't tried to install ntfs-3g with yum then do so, it will resolve all your dependencies. Are you sure you understand what a dependency is?
 
Old 02-06-2008, 02:45 PM   #8
The_Trooper
Member
 
Registered: Jan 2008
Distribution: Fedora Core 9
Posts: 33

Rep: Reputation: 15
Quote:
Originally Posted by Prasanna Rajaram View Post
Since i donot have an internet connection i find the second option of yours as a better one. How do i COMPILE FROM SOURCE AND INSTALL.

Thanks
You ARE saying that you used yum to try to install it? If you haven't tried to install ntfs-3g with yum then do so, it will resolve all your dependencies. Are you sure you understand what a dependency is? Yum has ntfs-3g; as long as yum has something then there is no need to compile something from the source. If you have a problem with yum then post the error here.

Edit: oops, I guess I shouldn't have hit the stop button....

Last edited by The_Trooper; 02-06-2008 at 02:46 PM.
 
Old 02-08-2008, 06:34 PM   #9
Prasanna Rajaram
LQ Newbie
 
Registered: Jun 2007
Location: Chennai, India
Distribution: Fedora
Posts: 25

Original Poster
Rep: Reputation: 15
No YUM but from Fedora

"From my Fedora 7 DVD i tried to install the ntfs-3g rpm but in vain".... Referring my first post.

Pls tell me as to how should i compile kernel for installing ntfs-3g. I've the RPM from Fedora DVD. I want to use it as i don't have an internet connection in my place.

Thanks Trooper

Quote:
Originally Posted by The_Trooper View Post
You ARE saying that you used yum to try to install it? If you haven't tried to install ntfs-3g with yum then do so, it will resolve all your dependencies. Are you sure you understand what a dependency is? Yum has ntfs-3g; as long as yum has something then there is no need to compile something from the source. If you have a problem with yum then post the error here.

Edit: oops, I guess I shouldn't have hit the stop button....
 
Old 02-12-2008, 08:55 PM   #10
The_Trooper
Member
 
Registered: Jan 2008
Distribution: Fedora Core 9
Posts: 33

Rep: Reputation: 15
Quote:
Originally Posted by Prasanna Rajaram View Post
"From my Fedora 7 DVD i tried to install the ntfs-3g rpm but in vain".... Referring my first post.

Pls tell me as to how should i compile kernel for installing ntfs-3g. I've the RPM from Fedora DVD. I want to use it as i don't have an internet connection in my place.

Thanks Trooper
Ahh, ok. If you compile from the source though, you may still have the same dependency issue. A dependency is something required to run a program i.e.

mplayer-plugins is dependent on mplayer (The plug-ins would be useless without mplayer itself)

You think it would be possible to make a disc with ntfs-3g and all of it's dependencies on the computer you are using here? If you want to try to compile from the source you can grab it from the CVS.

look here on how to grab it from the CVS
http://sourceforge.net/cvs/?group_id=181143
 
  


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
Trouble mounting 2 NTFS partitions balls Linux - Desktop 4 08-15-2007 09:46 PM
Mounting NTFS-partitions Zmyrgel Linux - Newbie 4 01-27-2006 05:06 PM
Mounting NTFS Partitions on Ubuntu vivekian Ubuntu 2 08-01-2005 10:34 AM
Mounting NTFS Partitions in RH9 smevans Red Hat 26 11-09-2003 02:47 PM
Mounting NTFS Partitions TheMad Slackware 8 01-21-2003 05:16 PM

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

All times are GMT -5. The time now is 11:16 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