LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-10-2006, 09:03 PM   #1
Markness
Member
 
Registered: Apr 2005
Location: Albany, NY
Distribution: Fedora Core 6
Posts: 85

Rep: Reputation: 15
Trouble locating slave drive on Fedora Core 3


Hello all.

I'm looking for a way to find the files on the slave drive I hooked up to my rig. The HDD was previously on a machine running XP Pro, it was the primary HDD with the OS on it. Can anyone run me through how I access the files on it, or where to even view it? I'm super new so I'd appreciate no abbreviations.

PS, it should be NTFS. Dunno if that'll make a difference or not. If you need more info let me know!
 
Old 04-10-2006, 09:26 PM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Yes it makes a difference, Tead Hat and Fedora Core does not support NTFS 'out of the box' which means they do not build kernels with the ntfs filesystem support.

Visit; http://www.linux-ntfs.org/ and follow the links to download the correct version of the package to install on you system. Your running kernel version is important.
 
Old 04-11-2006, 10:19 AM   #3
Markness
Member
 
Registered: Apr 2005
Location: Albany, NY
Distribution: Fedora Core 6
Posts: 85

Original Poster
Rep: Reputation: 15
Ok, I went to the site and followed instruction. Will it make a difference if the module I picked it (kernel-module-ntfs-2.6.9-1.667-2.1.20-0.rr.3.3.i686.rpm ? The i686 really confused me? I thought I had something installed that said i386? The computer it's installed on is an emachines (not by choice) 2300 AMD Athlon, 128MB DDR, with some 3D Pro Savage8 or something for a graphics card? *Shrug*

Also, to install this I need to have yum? Well, I want to have yum. Which version of yum should I have? Because everytime I click the blinking red ! at the top right to update, it freezes and I have to do it on my own.

Actually, it told me to check my kernel version first and im at:

2.6.9-1.667

When I update, will I also have to update yum?

Last edited by Markness; 04-11-2006 at 10:25 AM.
 
Old 04-11-2006, 10:46 AM   #4
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
to find out what processor architecture you're machine has, type
Code:
uname -p
that'll tell you what type of processor it is (i686, x86_64 etc.).

If you want to update your system using the red hat updater, open up a terminal and type
Code:
up2date
that should launch the update manager, and because you're running it from the command line, any errors will be displayed in the terminal.

With regards the rest, I can't really offer much help, sorry!
 
Old 04-11-2006, 11:08 AM   #5
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Really check which kernel(s) are installed, the command below will tell exactly which kernels you have on your system;

rpm -qa --queryformat="%{n}-%{v}-%{r}.%{arch}.rpm\n" 'kernel*'

Hint: notice the arch (i386, i686 or whatever) this is what to match in addition to the kernel version number. Also if the installed kernel has smp in the naming this is important in order to download the correct kernel-module-ntfs package.

No yum is not needed to install the correct ntfs package, yum is a nice tool that automates and combines multiple repositories to assist in package installation and removal. Yum is really good at resolving package dependencies so you can install updates and new packages in a fairly painless process.

Sounds like you have a new installation of Fedora Core 3 if this is true then the first thing you want to do, before worrying about your other drive, is to visit Fedora Legacy and install an updated version of yum from Fedora Legacy. Then use yum to update your entire installation.

http://www.fedoralegacy.org/

Once your done with all the updates and rebooting,then you can go back to the the ntfs site and download the ntfs kernel module for the new kernel on your system.

And before I forget to install the kernel-module-ntfs rpm, as root from the console or xterm session; rpm -Uvh kernel-module-ntfs*.rpm
 
Old 04-11-2006, 12:41 PM   #6
Markness
Member
 
Registered: Apr 2005
Location: Albany, NY
Distribution: Fedora Core 6
Posts: 85

Original Poster
Rep: Reputation: 15
Here are the results you asked for and yes, it is a fresh install so I'll be heading to the legacy site right now.

Quote:
[ghost@cpe-24-195-31-88 ~]$ rpm -qa --queryformat="%{n}-%{v}-%{r}.%{arch}.rpm\n" 'kernel*'
kernel-doc-2.6.9-1.667.noarch.rpm
kernel-module-ntfs-2.6.9-1.667-2.1.20-0.rr.3.3.i686.rpm
kernel-2.6.9-1.667.i686.rpm
kernel-utils-2.4-13.1.39.i386.rpm
[ghost@cpe-24-195-31-88 ~]$
 
Old 04-11-2006, 02:33 PM   #7
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
I really did not ask for any output, I just wanted you to download and install the kernel-module-ntfs package for your actual installed kerenl. It is nice to see that you did in fact install the correct one.

You may have been better off and waited to install the package until the updating from Fedora Legacy was done.
 
  


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
Trouble locating Chronomium Antivirus CD ISO alan surry Linux - Software 3 01-26-2006 01:26 PM
Trouble Dual Booting W2K On main drive and Linux Mandrake 10.1 on partitioned slave. Kavon89 Linux - Newbie 15 09-10-2005 03:22 PM
Having trouble locating a deleted file with autopsy abefroman Linux - Security 1 08-08-2005 03:36 AM
Slave Drive in Fedora lmanwarren Linux - Hardware 20 03-28-2005 07:36 AM
Having trouble mounting a vfat partition on my slave hard drive eyebrowsoffire Linux - General 27 10-10-2004 08:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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