LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-09-2010, 03:15 PM   #1
kap
LQ Newbie
 
Registered: Jun 2010
Posts: 6

Rep: Reputation: 0
Cant install ntfs-3g


Am new to linux,jst installed Linux Redhat5 was using ubuntu 9.10 previously and was able to access my ntfs partions,pen drive and my ext hdd
I tried installing the ntfs and fuse this is what i get

###for fuse package###
./cofigure
bash: ./cofigure: No such file or directory
[root@localhost fuse-2.6.5]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@localhost fuse-2.6.5]# make
make: *** No targets specified and no makefile found. Stop.
[root@localhost fuse-2.6.5]# make install
make: *** No rule to make target `install'. Stop.
[root@localhost fuse-2.6.5]# make Install
make: *** No rule to make target `Install'. Stop.



### for ntfs package #####


[root@localhost ~]# cd ntfs-3g-1.417
[root@localhost ntfs-3g-1.417]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@localhost ntfs-3g-1.417]# make
make: *** No targets specified and no makefile found. Stop.
[root@localhost ntfs-3g-1.417]# make install
make: *** No rule to make target `install'. Stop.
[root@localhost ntfs-3g-1.417]# make Install
make: *** No rule to make target `Install'. Stop.



PLIZ HELP!!!
 
Old 06-09-2010, 03:26 PM   #2
crts
Senior Member
 
Registered: Jan 2010
Posts: 2,020

Rep: Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757
Hi,

you are trying to compile from source but you do not have a compiler.
Is there a reason why you do not just install it from an rpm package?
 
Old 06-09-2010, 03:40 PM   #3
kap
LQ Newbie
 
Registered: Jun 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by crts View Post
Hi,

you are trying to compile from source but you do not have a compiler.
Is there a reason why you do not just install it from an rpm package?
what compiler am i suppose to use?coz i downloaded a my NTFS-3G 2010.1.16 from http://www.soft32.com/Download/Free/...-200394-1.html i did not see an rpm file after extraction " fuse-2.6.5 fuse-2.6.5.tar.gz ntfs-3g-1.417 redhat.png " were the only files i got there after,what do i do next...
 
Old 06-09-2010, 03:53 PM   #4
crts
Senior Member
 
Registered: Jan 2010
Posts: 2,020

Rep: Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757
Quote:
Originally Posted by kap View Post
what compiler am i suppose to use?coz i downloaded a my NTFS-3G 2010.1.16 from http://www.soft32.com/Download/Free/...-200394-1.html i did not see an rpm file after extraction " fuse-2.6.5 fuse-2.6.5.tar.gz ntfs-3g-1.417 redhat.png " were the only files i got there after,what do i do next...
Try this link:
http://www.linux-ntfs.org/doku.php?i...m_instructions
Or just google for 'redhat5 ntfs rpm'. It will give you plenty results.
Hope this helps.
 
Old 06-09-2010, 04:09 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# yum install ntfs-3g

But if you have no Redhat account,
do not expect to be able to use the OS.

There are two free versions of RH EL 5 :
CentOS 5.5, Scientific Linux SL55.
Please use one of those, if you don't
want to pay for Redhat software / updates.
 
Old 06-09-2010, 04:45 PM   #6
kap
LQ Newbie
 
Registered: Jun 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by crts View Post
Try this link:
http://www.linux-ntfs.org/doku.php?i...m_instructions
Or just google for 'redhat5 ntfs rpm'. It will give you plenty results.
Hope this helps.
This is the error am getting when I install it using rpm

warning: kernel-2.6.18-53.el5.src.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: cannot create %sourcedir /usr/src/redhat/SOURCES




still nt working



and when I tried to check whether ntfs file system exists using cat /proc/filesystems still it does not exist.

Last edited by kap; 06-09-2010 at 04:53 PM.
 
Old 06-09-2010, 04:51 PM   #7
kap
LQ Newbie
 
Registered: Jun 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by knudfl View Post
# yum install ntfs-3g

But if you have no Redhat account,
do not expect to be able to use the OS.

There are two free versions of RH EL 5 :
CentOS 5.5, Scientific Linux SL55.
Please use one of those, if you don't
want to pay for Redhat software / updates.

thanks,
how do i knw my version?
 
Old 06-09-2010, 04:57 PM   #8
crts
Senior Member
 
Registered: Jan 2010
Posts: 2,020

Rep: Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757
Quote:
Originally Posted by kap View Post
This is the error am getting when I install it using rpm

warning: kernel-2.6.18-53.el5.src.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: cannot create %sourcedir /usr/src/redhat/SOURCES
Did you do install as normal user or as root?
 
Old 06-09-2010, 05:24 PM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
How do i know my version ?
Do you mean the Redhat version ?

This command will show : cat /etc/redhat-release


This package : kernel-2.6.18-53.el5.src.rpm
is source code (= SRC RPM) for the oldest kernel, EL5.
I don't think, you can use that for anything at all.
And with no 'rpm-build' installed, you can't unpack
source code to /usr/src/redhat/ with # rpm.
..
Suggest : Install CentOS 5.5 instead of Redhat EL 5.
..

Last edited by knudfl; 06-09-2010 at 05:36 PM.
 
Old 06-09-2010, 08:53 PM   #10
kap
LQ Newbie
 
Registered: Jun 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by crts View Post
Did you do install as normal user or as root?

Am the root,thx.
 
Old 06-09-2010, 09:08 PM   #11
crts
Senior Member
 
Registered: Jan 2010
Posts: 2,020

Rep: Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757
Quote:
Originally Posted by kap View Post
Am the root,thx.

You are supposed to download a rpm which contains the binaries. Try this location:
http://www.linux-ntfs.org/doku.php?id=redhat:rhel5

Download the appropriate rpm-package and repeat the install as described in the link I gave you earlier.
 
Old 06-10-2010, 12:52 PM   #12
kap
LQ Newbie
 
Registered: Jun 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by crts View Post
You are supposed to download a rpm which contains the binaries. Try this location:
http://www.linux-ntfs.org/doku.php?id=redhat:rhel5

Download the appropriate rpm-package and repeat the install as described in the link I gave you earlier.
Thats what I did,I tried redownloading and re-installing it,still I get the same above mentioned error...
dont know what to do.
 
  


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
FAT32 over NTFS for XP install? microsoft/linux General 15 02-08-2006 05:44 PM
howto install NTFS on RH 9? Rajns Red Hat 1 04-08-2005 03:18 PM
How To Install Linux On Ntfs ? rakeshsureka Linux - Newbie 1 06-06-2003 02:31 AM
Install from NTFS (XP) partition? pmcquain Slackware 2 02-13-2003 06:02 PM
install linux on ntfs juno Linux - General 2 10-01-2002 12:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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