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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-16-2004, 07:37 AM
|
#1
|
|
LQ Newbie
Registered: Jun 2004
Location: London ON Canada
Distribution: Mandrake, Fedora Core
Posts: 4
Rep:
|
How to access NTFS/FAT drives from Fedora Core 2
Just wondering how to access my windows partitions from fedora core 2 in KDE/GNOME. On my box with mandrake, it did this automatically, and I am able to get all the drives, so just wanted to be able to on fedora for ease of file transfers
|
|
|
|
06-16-2004, 09:41 AM
|
#2
|
|
Member
Registered: Jul 2003
Location: netherlands
Distribution: debian
Posts: 403
Rep:
|
you must make a directory for mount point (or use any existing dir) and use command
mount /dev/hd<xx> /path/to/mountpoint
where <xx> is the partition you want (like /dev/hda1 or /dev/hdb2)
greetz,
.-=~ iluvatar ~=-.
|
|
|
|
06-16-2004, 09:50 AM
|
#3
|
|
Senior Member
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040
Rep:
|
as the above user said. Make a directory. Use a terminal, or the GUI.
In terminal: mkdir /ntfs (or whatever name you want and wherever you want it)
mount -t ntfs /dev/hda2 /ntfs
Where /dev/hda2 is the partition ntfs is on and /ntfs is the mount directory you want your ntfs partition mounted at.
For automounting, just add a line into /etc/fstab
An example for above would be:
/dev/hda2 /ntfs ntfs ro 0 0
This should work. If it doesn't, just post the errors.
Peace!
Good luck!
|
|
|
|
06-16-2004, 09:51 AM
|
#4
|
|
Member
Registered: May 2004
Location: Vienna, Austria
Distribution: Open SuSE 11, Mac OS X 10.5
Posts: 299
Rep:
|
Unlike Mandrake, NTFS support is not enabled by default in Fedora Core 2. So it might be necessary
to recompile th ekernel. You may check also:
http://www.linuxquestions.org/questi...ht=NTFS+Fedora
|
|
|
|
06-16-2004, 09:54 AM
|
#5
|
|
Senior Member
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040
Rep:
|
Oh, sorry about that. You can check this address too: http://linux-ntfs.sourceforge.net/rpm/
Check the instructions on that page, and they will explain how and what to do.
Peace!
Good luck!
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:53 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|