Welcome to Dream.In.Code
Getting Help is Easy!

Join 107,400 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,156 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



NTFS Support In Fedora Core

 
Reply to this topicStart new topic

> NTFS Support In Fedora Core, Read support for ntfs

Nova Dragoon
Group Icon



post 9 Jun, 2005 - 05:00 PM
Post #1


Many people new to Linux who have installed Fedora Core will find that they cannot access thier windows partition. This tutorial documents enabling read only support for Fedora Core systems.

In a terminal become the root user by
CODE
su

And enter the root password you selected during install. You will now be root in your home directory.


Now find your kernel version by typing
CODE
uname -r -p



Using a web browser such as firefox goto http://linux-ntfs.sourceforge.net/rpm/fedora3.html
If you are not using Fedora Core 3 select your appropriate version on the left.
find the file that matches your kernel which you found out with uname.

Do a Save As on the file and save it to your home directory

To install the ntfs support, in the terminal type:
CODE
rpm -ivh *.rpm

This will install all files with the .rpm extension, you could replace *.rpm with the name of the file you downloaded.

Now you need to login as the root user by typing:
CODE
su -

The hyphen will reinitialize the enviroment to that of the root user. Eariler you just had root permissions.


Make the windows mount directory with:
CODE
mkdir /mnt/windows



Edit the fstab file to mount windows at boot
CODE
pico /etc/fstab


Read my other tutorial Hard Drive Basics for Installing Linux to figure out how Linux is seeing your windows partition

Add this line to /etc/fstab
CODE
/dev/hda1    /mnt/windows    ntfs    ro,defaults,umask=0222    0 0

Replacing /dev/hda1 with the correct device file for your windows partition

use Ctrl+o then enter to save


Reboot, your windows partition can now be accessed at /mnt/windows
Go to the top of the page
+Quote Post


Register to Make This Ad Go Away!

cyberscribe
Group Icon



post 21 Aug, 2005 - 08:17 PM
Post #2
so sweet ... and here I thought NTFS was somehow encrypted...
Go to the top of the page
+Quote Post

Nova Dragoon
Group Icon



post 22 Aug, 2005 - 12:30 PM
Post #3
ha! Microsoft and Security.
Go to the top of the page
+Quote Post

unreal_origin
Group Icon



post 25 Dec, 2005 - 03:33 PM
Post #4
Thx this really did help, the link was the most usfull part, and just so that you know the site has changed. But still this was an excellent tutorial
Go to the top of the page
+Quote Post

MarkoDaGeek
Group Icon



post 23 Jan, 2006 - 12:03 AM
Post #5
Awesome ! I was looking for something like this.
Go to the top of the page
+Quote Post

knownasilya
Group Icon



post 8 Feb, 2006 - 12:14 AM
Post #6
Go download ubuntu, the windows partition is automatically there, you just chown it, but im not sure how to make it so you can copy to it. Iv tried modifying /etc/fstab , but no luck. And how do you chmod a whole folder of files and folders?
Go to the top of the page
+Quote Post

Nova Dragoon
Group Icon



post 8 Feb, 2006 - 05:40 PM
Post #7
QUOTE(knownasilya @ 8 Feb, 2006 - 02:11 AM)
And how do you chmod a whole folder of files and folders?

chmod -R mode folder

-R means recursive
Go to the top of the page
+Quote Post

the_new_mr
*



post 7 Mar, 2006 - 08:31 PM
Post #8
DON'T try to write to an NTFS partition!!!! It's still in the experimental stage and there are absolutely no guarantees!!!!
Go to the top of the page
+Quote Post


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 8/28/08 04:40PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month