LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-13-2004, 10:29 AM   #1
vdogvictor
Member
 
Registered: Feb 2004
Distribution: Arch
Posts: 498

Rep: Reputation: 31
How can I FULLY mount my NTFS partition?


I downloaded the tar.gz file from ntfs.sourceforge.net and installed it as usual. Everything went okay. I added the NTFS partition to /etc/fstab but it says "fs type NTFS not supported by kernel". but when I run ntfsls in /user/local/bin (i think thats where it is) it shows me all the file on the root of my NTFS drive...but why can't I mount it then?
 
Old 05-13-2004, 11:49 AM   #2
sterrenkijker
Member
 
Registered: Mar 2004
Location: the Netherlands
Distribution: Debian Sarge
Posts: 302

Rep: Reputation: 31
which tar.gz file did you download exactly?
 
Old 05-13-2004, 03:07 PM   #3
vdogvictor
Member
 
Registered: Feb 2004
Distribution: Arch
Posts: 498

Original Poster
Rep: Reputation: 31
I downloaded ntfsprogs-1.9.1.tar.gz it compiles and installs with no errors...but ntfs is still an unknown file system...i also tried the RPM but that did the same thing.
 
Old 05-13-2004, 07:00 PM   #4
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
Quote:
I added the NTFS partition to /etc/fstab but it says "fs type NTFS not supported by kernel"
the filesystem is actually ntfs, not NTFS.
case sencitive !

2.6 kernels support read/write ntfs.
maybe it would be easyer to upgrade
 
Old 05-14-2004, 01:50 AM   #5
Berhanie
Senior Member
 
Registered: Dec 2003
Location: phnom penh
Distribution: Fedora
Posts: 1,625

Rep: Reputation: 165Reputation: 165
I don't think you got the right package. ntfsprogs contains only tools, as far as I could tell from reading the info on sourceforge. You'll have to download the right driver for your kernel.
 
Old 05-14-2004, 07:30 AM   #6
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
hey, i just noticed you are running Fedora Core 1.

Fedora core 2 comes out in less than a weeks time (according to there schedule)

So....
How bout you wait untill then, and download fedora core 2's kernel.
fedora core 2 will use a 2.6 kernel, and like i said in my previouse post, the new 2.6 kernels have built in support for NTFS (reading AND writing)

or, if you have the bandwidth.... why not just upgrade to fedora core 2.

im not 100% but im sure the fedore core 2 kernel will work fine in fedora core 1.

im running fedora core 1 with a custom 2.6 kernel at the moment. and all is well.
 
Old 05-14-2004, 07:56 AM   #7
vdogvictor
Member
 
Registered: Feb 2004
Distribution: Arch
Posts: 498

Original Poster
Rep: Reputation: 31
First off how did you know I was on fedora? anyways I can't upgrade the kernel because it is for a school project and I need to make it work on fedora 1 w/ the default kernel. So what file do I need? also I had ntfs not NTFS in my /etc/fstab so that was not the problem
 
Old 05-14-2004, 08:17 AM   #8
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
Fedora core 1's kernel does not support ntfs.

you project is not going to work without you altering fedora's kernel. or installing an extra Kernel module (driver)

Both of which require roots password.

im sure if you speak to the systems administrator at your school, (s)he would be willing to install this driver for you.

anyways....

it sounds like you dont want to wait for fedora core 2, and you dont want to compille a 2.6 kernel yourself (http://kernel.org)

so the only option is to install an ntfs driver (in rpm form)

go here.. http://linux-ntfs.sourceforge.net/rpm/fedora1.html

open a terminal in fedora and type "uname -a"
it will print a line somthing like this "Linux local 2.4.22-1.2115.nptl #1 Wed Oct 29 15:31:21 EST 2003 i686 athlon i386 GNU/Linux"

download and install the RPM that matches your uname -a output.

you should now be able to mount your ntfs disk.
 
Old 05-15-2004, 04:27 PM   #9
vdogvictor
Member
 
Registered: Feb 2004
Distribution: Arch
Posts: 498

Original Poster
Rep: Reputation: 31
yep I just had the wrong file. thanks
 
Old 05-15-2004, 04:40 PM   #10
Korff
Member
 
Registered: May 2003
Location: Central Florida
Distribution: Gentoo
Posts: 103

Rep: Reputation: 15
Is this true for all 2.6 kernels? Being able to write to ntfs has been the only thing keeping me on fat32 for my window$ partitions.
 
Old 05-15-2004, 06:49 PM   #11
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
according to the 2.6 kernel readme, it is nowsafe to read / write to ntfs partitons.
 
Old 05-16-2004, 03:28 AM   #12
melinda_sayang
Member
 
Registered: Dec 2003
Location: Petaling Jaya
Distribution: Ubuntu
Posts: 475

Rep: Reputation: 31
http://www.jankratochvil.net/project/captive/
 
Old 05-16-2004, 06:53 PM   #13
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
Yes.... thats the read / write file for 2.4 kernels.
however in recent distro's (2.6 distro's)
that driver is obsolite, as support is built into the kernel.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can i mount my NTFS partition?? PICOspark Linux - Newbie 4 12-12-2004 06:06 AM
How do you mount an NTFS partition? karaite SUSE / openSUSE 5 11-01-2004 12:18 PM
i cannot mount a ntfs partition novel15 Linux - General 3 05-27-2004 08:04 PM
mount NTFS partition on R.H 9.0 borceivanovski General 1 05-23-2004 08:09 PM
Why can't mount NTFS partition ? owen Linux - General 2 01-20-2004 07:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:41 AM.

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