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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-21-2005, 04:52 AM
|
#1
|
LQ Newbie
Registered: Feb 2005
Posts: 7
Rep:
|
reading ntfs files on fedora 3
I just installed Fedora Core 3 on my computer and I like it so far, but I can't read any of my files from Windows XP SP2.
I searched for it at google and i keep reading about if the kernel supports ntfs or editing fstab or something like that and to be honest, it's driving me nuts! How, in very newbie terms, can I read my XP files under Fedora 3? I'm afraid if I edit the fstab or recompiling the kernel will crash the system thus reinstalling it again. Also does anyone know if the Fedora Core 3 kernel supports NTFS by default? And if so, how do I check it?
|
|
|
02-21-2005, 05:37 AM
|
#2
|
Senior Member
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491
Rep:
|
Okay,
Don't panic!
can you display the output of these commands (as root)?
fdisk -l
cat /etc/fstab
Then we get an idea of your system.
It's pretty easy to read the NTFS file system, but you can't write to it (much).
I'm not a Fedora person (boo hiss red hat)
But most distros include NTFS read support - it's certainly in any modern kernel.
If it's not in your kernel then you may have to load the module. But that's not too hard either.
okay?
|
|
|
02-21-2005, 07:11 AM
|
#3
|
LQ Newbie
Registered: Apr 2004
Location: AUSTRIA
Distribution: FC3
Posts: 14
Rep:
|
My solution (works)
Have always a look at Fedora-Faq. This page is really good:
Fedora-Faq
And this is what you need:
How to get that running: http://linux-ntfs.sourceforge.net/rpm/instructions.html
Download-Page: Fedora-Faq-NTFS
Download the NTFS-RPM-Packages, NOT the kernel-modules
It's really easy. In absolutely short install procedure: (if you have the actual kernel)
Code:
[admin@server /]# su -
[root@server /]# uname -r
2.6.10-1.766_FC3
[root@server /]# wget http://mesh.dl.sourceforge.net/sourc...r.4.3.i686.rpm
[root@server /]# rpm -i -v ./kernel-module-ntfs-2.6.10-1.766_FC3-2.1.22-0.rr.4.3.i686.rpm
[root@server /]# mkdir /mnt/windows
[root@server /]# fdisk -l
.....
Gerät Boot Start End Blocks Id System
/dev/hda1 * 1 3920 31487368+ 7 HPFS/NTFS <--------
/dev/hda2 3921 3933 104422+ 83 Linux
.....
[root@server /]# mount -t ntfs /dev/hda1 /mnt/windows
Note that you can NTFS just read only with this drivers. (Writing isn't recommended anyway.)
greets, coder22
|
|
|
02-22-2005, 05:27 PM
|
#4
|
LQ Newbie
Registered: Feb 2005
Posts: 7
Original Poster
Rep:
|
what is fdisk? seems when i try to run it, it says command not found...
|
|
|
02-22-2005, 05:42 PM
|
#5
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
fdisk accesses the partition tables of the drive. If trying to use this as a user it will not be found because /sbin is not in your. Also a user cannot use fdisk unless you change permission or add by sudoers. You need to be root to use it. Follow whaqt coder22 talks about.
|
|
|
02-23-2005, 04:17 AM
|
#6
|
LQ Newbie
Registered: Feb 2005
Posts: 7
Original Poster
Rep:
|
ah, thanks for the help guys, I appreciate it!
|
|
|
All times are GMT -5. The time now is 08:23 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
|
|