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 03-30-2005, 01:45 PM   #1
sammigrrl
LQ Newbie
 
Registered: Mar 2005
Location: Northern Lower Michigan
Distribution: Fedora Core 4
Posts: 25

Rep: Reputation: 15
Question Fedora Core 4 and NTFS Read Support


I am considering switching from Mandrake to Fedora. Does anyone know if Fedora Core 4 has NTFS read support? I could care less about writing, just reading so I can access things and copy 'em over to my 'nix partition (such as music, documents, or pictures).

Right now, I have a dual boot with XP Home (yikes, I know), and Linux Mandrake 10.2 RC 1.

If it's not available, how difficult is it to deal with the ntfs rpms?

Thanks in advance,

Samantha
 
Old 03-30-2005, 02:09 PM   #2
taxtropel
Member
 
Registered: Mar 2005
Location: Cascade Mountains WA USA
Distribution: Linux From Scratch (LFS)
Posts: 149

Rep: Reputation: 16
NFTS read support has been around in the kernel for some time now, in mandrake you just need to load the particular module
and since there is no Fedora Core 4 (yet), then no FC4 doesn't (yet) have support for ntfs
 
Old 03-30-2005, 02:33 PM   #3
sammigrrl
LQ Newbie
 
Registered: Mar 2005
Location: Northern Lower Michigan
Distribution: Fedora Core 4
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by taxtropel
NFTS read support has been around in the kernel for some time now, in mandrake you just need to load the particular module
and since there is no Fedora Core 4 (yet), then no FC4 doesn't (yet) have support for ntfs
Huh, I thought that I saw FC 4 Test was released. Weird.

Yeah, I can access it fine in Mandrake, I just wasn't sure if I could access it in Fedora Core 3 or the new Core 4 which may be out soon.

So, can you read the NTFS partition under FC 3? Or do you have to do something special?

Thanks for the 411.

Samantha
 
Old 03-30-2005, 03:10 PM   #4
awdac
LQ Newbie
 
Registered: Mar 2005
Posts: 21

Rep: Reputation: 15
Yes, there has been a Fedora Test 4 out now for a couple of weeks at least. Fedora's already bleeding edge, though, so unless you really want to spend inordinate amounts of time getting basic functionality, I would stick to 3. Core 4 is coming out around summer, I think. As far as NTFS support, it's not automatic, but it's easy. No kernel recompiles are necessary. In fact, you can use RPMs (including for Fedora Core 4):

http://linux-ntfs.sourceforge.net/rpm/index.html

Last edited by awdac; 03-30-2005 at 03:12 PM.
 
Old 03-30-2005, 03:14 PM   #5
Salpula
Member
 
Registered: Feb 2004
Location: Philadelphia, PA
Distribution: FC3 i386 & PPC
Posts: 36

Rep: Reputation: 15
Quote:
Originally posted by sammigrrl
Huh, I thought that I saw FC 4 Test was released. Weird.

Yeah, I can access it fine in Mandrake, I just wasn't sure if I could access it in Fedora Core 3 or the new Core 4 which may be out soon.

So, can you read the NTFS partition under FC 3? Or do you have to do something special?

Thanks for the 411.

Samantha
Im running FC4 Test1 right now. Yes it has read support, it also has limited (and somewhat imperfect) write support as does FC3.

FC3 reads NTFS great once you enable it. you can get rpms at http://linux-ntfs.sourceforge.net/rpm/instructions.html so that you don't have to recompile the kernel. Im actually using FC3 to process a large amount of data stored on hard drives which were formatted in NTFS. I am having no problems reading the files from NTFS on the 250 GB maxtor one touch drives through firewire.

once the module is in place make a directory to mount it to then "mount -t ntfs -o ro /dev/hda2 /mnt/ntfs_drive"
 
Old 03-30-2005, 03:26 PM   #6
evil_empire
Member
 
Registered: Mar 2005
Distribution: Fedora Core 3
Posts: 176

Rep: Reputation: 31
Yes sure, you can enable NTFS on FC3.
Either you gotta recompile/compile a vanilla kernel with enabling ntfs or you can use the ntfs kernel modules from http://linux-ntfs.sourceforge.net/rpm/index.html.
 
Old 03-31-2005, 08:19 AM   #7
ShaneK
Member
 
Registered: Mar 2005
Location: Lancaster, PA
Distribution: Gentoo, Fedora Core
Posts: 39

Rep: Reputation: 15
I'm running FC3 right now, and installed the NTFS kernel module. It works great. One thing to remember is that if you update the kernel, the module will no longer work. Fortunately, it only takes a few minutes to reinstall it.

Here's the line from my /etc/fstab file that I use to automatically mount the drive when I boot up:

Code:
/dev/hda1               /mnt/windows            ntfs    ro,umask=0222   0 0
For folks who are newer to Linux, the "/dev/hda1" may be a different drive depending on your setup. You need to use the "umask=0222" instead of "defaults", because a NTFS or FAT partition won't handle user permissions the same way. For my FAT partition (so that Windows and Linux can both equally access a partition), I have "umask=000" listed.

You don't have to put your mount point where I have it listed. Any place that you will find it works.

Good luck.
 
Old 03-31-2005, 08:36 AM   #8
sammigrrl
LQ Newbie
 
Registered: Mar 2005
Location: Northern Lower Michigan
Distribution: Fedora Core 4
Posts: 25

Original Poster
Rep: Reputation: 15
Thank you so much for the responses. I will take all of this into consideration.

Samantha
 
Old 04-02-2005, 06:27 PM   #9
Bejus
LQ Newbie
 
Registered: Apr 2005
Posts: 1

Rep: Reputation: 0
This page tells you how...

http://stanton-finley.net/fedora_cor...ion_notes.html
 
Old 04-05-2005, 12:01 PM   #10
Jamesia
LQ Newbie
 
Registered: Apr 2005
Location: Cincinnati, OH USA
Distribution: Windows XP // Fedora Core 4
Posts: 1

Rep: Reputation: 0
Thank you for posting that link, Bejus. That's exactly what I needed to see! (And strange RedHat photo on the index page, if I might add...)
 
  


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
How Fedora Core 4 Support NTFS? regnox Linux - Newbie 6 08-16-2005 07:57 PM
DVD Ripping and Read/Write NTFS on Fedora Core 3? Raveolution Fedora 8 06-02-2005 10:04 AM
ntfs support in fedora core 3 einstien Linux - Newbie 1 02-08-2005 01:22 PM
can i read NTFS from fedora core 2? Napoleon_Jo Red Hat 0 07-08-2004 11:45 PM
I just installed fedora core 2 final, I read some where that is would support ntfs linuxnoobie2004 Fedora 4 05-19-2004 04:16 AM

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

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