sata support


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users sata support
# 1  
Old 10-17-2006
sata support

i have a system which has two hard disks..one is sata and the other one is normal ata hard disk.
i wish to install red hat enterprise linux WS(desktop edition) on my sata hard disk..but the installer shows me only my ata hard disk..
i searched the net..it says that a library-- libata will let it recognize my sata hard disk..but for dat i need to first install the os on my ata hdd..
is dere ne way by which i can directly install the os on my sata hdd??
# 2  
Old 10-17-2006
I had this same problem with Gentoo. Brand-new system with SATA hard drive, and the Gentoo livecd would not see it. It is a catch-22 -- you need to upgrade your distribution to install on the system, but the system cannot even be installed on it.

I just dug an ancient 2GB PATA drive from my junkpile and bootstrapped from that -- installed on it, updated it and poked it until it saw the SATA drive, created partitions on the SATA drive, and copied all the files over.

I don't know if it'll be that easy on Redhat Enterprise. Does it have any copyprotection that'll go bananas when you copy it?
# 3  
Old 10-18-2006
VT2 is gene for all RedHat Linux Installation issues

Start insatallation process with option "expert". There you can specify HDD specific driver to load. If you cannot see your device in listing there then you search on Internet for Driver Floppy disk for your redhat release.
Finally there is another more expert way of doing this. You can press Alt+F2 or Ctrl+Alt+F2 to get shell prompt on VirtualTerminal2. "cd" to /tmp. You need to extract your desired module from /modules/modules.cgz using following command

gzip -d -c modules.cgz | cpio -iud 2.6.X-X/modulename.ko

There you can try loading couple of relevent modules with command insmod ./2.6.X-X/modulename.ko.

You can search for document on internet to know more about this complex way of doing.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Hardware

Question on SATA 300 vs SATA 600

I have an upgrade path in mind for a new computer that will be stocked with a 2TB SATA 300 hard disk. This is a choice based on information that SATA 300 is not necessarily faster than SATA 600. The upgrade path in a year time or so would then involve the purchase of an SSD that would contain the... (4 Replies)
Discussion started by: figaro
4 Replies

2. Hardware

Connect SATA Laptop HardDrive to Desktop SATA Slots

Hello everybody, I need to connect a laptop 2.5 SATA hard drive to a Desktop board (which uses 3.5' SATA hard drives). I've tried the connectors and they fit excellent in the 2.5 SATA connectors. The problem is that the laptop hard drive uses 5v and the PC's power source sends 12v. So, my... (4 Replies)
Discussion started by: Zykl0n-B
4 Replies

3. SCO

SATA Hard Disk support by SCO OpenServer 5.05

Is SATA hard disk is suooprted by SCO OpenServer 5.05? If No, how to couter this problem. If yes, please provide the installation steps. (2 Replies)
Discussion started by: rakeshkumar9919
2 Replies

4. UNIX for Advanced & Expert Users

trying to setup a sata drive using a sata to scsi adaptor

trying to setup a sata drive using a sata to scsi adaptor I have a sata 1TB Deskstar that I had setup before and during shipment from a facilty to another, the disk failed. The handling was not great, lots of throwing boxes, etc. I have a new disk from Hitachi (thankyou Hitachi) anyway, I don't... (1 Reply)
Discussion started by: mndavies
1 Replies

5. UNIX for Advanced & Expert Users

Linux o.s on two sata's.

Hi, I have two sata hard-disks. Out of those, one is having RHEL5 operating system, and other is having fedora7 operating system. When I connect the disk with RHEL5 operating system to sata0 port and disk with fedora7 operating system to sata1 port. While booting it shows RHEL5 boot screen,... (3 Replies)
Discussion started by: praveen_b744
3 Replies

6. Solaris

SATA driver for soalris 9

can any one help me look for a driver for SATA harddisk, im installing solaris 9 to it. thanks and regards msouthofheavenk ;) (2 Replies)
Discussion started by: msouthofheavenk
2 Replies
Login or Register to Ask a Question