Phoronix Forums  

Go Back   Phoronix Forums > Hardware > General Hardware

General Hardware Discuss anything and everything else here, including mobile devices.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-14-2007, 05:50 AM
bharatt bharatt is offline
Junior Member
 
Join Date: Dec 2006
Posts: 6
Default installation problem for SATA HDD

hi,

facing problem with the installation of 160GB seagate SATA harddrive in
FC4 as well as RHEL-4.0

it is a seagate BARRACUDA - ST3160211AS model

motherboard - intel

processor - dual core pentium

is there any website from where the driver for this can be downloaded?

if so please let me know, or if there is any other means through which this problem can be solved please put your ideas.

thanks
Reply With Quote
  #2  
Old 03-14-2007, 07:03 AM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,564
Default

What Chipset does the motherboard use?

Is there a particular reason why you are using FC4, and not FC6 or F7T? If you were using a newer distribution it would likely work out of the box.
Reply With Quote
  #3  
Old 03-15-2007, 01:05 PM
joshuapurcell joshuapurcell is offline
Senior Member
 
Join Date: Nov 2006
Location: Dallas
Posts: 285
Default

It's weird that you would need to download a driver for this hard drive even with Fedora C4... maybe it's related to some misconfiguration in BIOS? What exactly is the problem? Does the BIOS see the hard drive, and if so then does the OS? After you have the hard drive installed and you boot into the system, you may have to manually mount the drive. Run the following command to see if the OS sees the hard drive:
Code:
fdisk -l
If you see the new drive listed there (it may be /dev/sda if you have no other SATA drives), then run fdisk to create a partition:
Code:
fdisk /dev/sda
If you want it all as one partition, then choose n, and accept defaults until you are back at the fdisk prompt. Then type t, followed by 83 (accept default on any other questions that may come up). Once back at the normal fdisk prompt type w to save the changes. I'm using /dev/sda in this example, but you need to make sure that is the correct device for this hard drive on your system or you could lose all data on another existing drive. After creating a partition then you create the filesystem and mount it:
Code:
mkfs.ext3 /dev/sda1
mkdir /mnt/storage && mount /dev/sda1 /mnt/storage
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:46 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009 by Phoronix Media.