Welcome to PCForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Adding Second Sata Disk P5K-E

 
   Hardware Problem Solving Community! (Home) -> ASUS RSS
Next:  Large HDD on motherboard asus a8v de luxe  
Author Message
marc

External


Since: Sep 16, 2007
Posts: 1



(Msg. 1) Posted: Sun Sep 16, 2007 7:45 am
Post subject: Adding Second Sata Disk P5K-E
Archived from groups: alt>comp>periphs>mainboard>asus (more info?)

I am going to add a second sata disk (not raid).

Should this disk be connected to one of the black sata connectors (3, 4) ?

Would it cause a problem if connected to one of the red sata connectors (2,
5, 6)?

tia

Marc

 >> Stay informed about: Adding Second Sata Disk P5K-E 
Back to top
Login to vote
RobV

External


Since: May 16, 2007
Posts: 44



(Msg. 2) Posted: Sun Sep 16, 2007 5:15 pm
Post subject: Re: Adding Second Sata Disk P5K-E [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

marc wrote:
> I am going to add a second sata disk (not raid).
>
> Should this disk be connected to one of the black sata connectors (3,
> 4) ?
> Would it cause a problem if connected to one of the red sata
> connectors (2, 5, 6)?
>
> tia
>
> Marc

The black connectors are "slaved" off the main (red) connectors. I
thought that SATA did away with master/slave, but obviously not.

Connect to the red socket, that way it's on a "master" channel. My two
SATA drives are connected to red sockets (P5B-Plus, but basically the
same thing) and all runs fine.

 >> Stay informed about: Adding Second Sata Disk P5K-E 
Back to top
Login to vote
Paul57

External


Since: Oct 09, 2004
Posts: 984



(Msg. 3) Posted: Sun Sep 16, 2007 8:37 pm
Post subject: Re: Adding Second Sata Disk P5K-E [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

RobV wrote:
> marc wrote:
>> I am going to add a second sata disk (not raid).
>>
>> Should this disk be connected to one of the black sata connectors (3,
>> 4) ?
>> Would it cause a problem if connected to one of the red sata
>> connectors (2, 5, 6)?
>>
>> tia
>>
>> Marc
>
> The black connectors are "slaved" off the main (red) connectors. I
> thought that SATA did away with master/slave, but obviously not.
>
> Connect to the red socket, that way it's on a "master" channel. My two
> SATA drives are connected to red sockets (P5B-Plus, but basically the
> same thing) and all runs fine.
>
>

In ICH9R, there are two logic blocks for SATA control.

One controls four SATA connectors. The other controls two SATA connectors.

http://www.intel.com/design/chipsets/datashts/316972.htm

Chapter 14 is for the four port SATA controller.
Chapter 15 is for the two port SATA controller.

I don't know about "master" and "slave", but the main controller
supports legacy and native mode (I/O space and IRQ14/15 versus
PCI address space and PCI interrupts). Legacy mode would work with
Win98, for example, without any specific driver for the chipset.
(Although you'd be hard pressed to make a fully functional Win98
install if you tried.) Perhaps the objective of legacy, is to support
any OS for which Intel did not provide drivers.

The second controller seems to be native mode only. I've heard you're
not supposed to be able to boot from the two port controller, but
nothing in the ICH9R datasheet seems to suggest that is the case.
As far as I can see, unless there is a BIOS issue, OSes like
WinXP SP1 or Win2K SP4 or Vista, should be able to boot from the
second (Chapter 15) controller.

BIOS naming conventions are another issue. The BIOS design is
done by AMI or Award, and they pick names for stuff that they
are comfortable with. When the four ports are in legacy mode,
they appear to software like the old IDE disks, and that is
why you may see a reference to "master" and "slave", when the
SATA bus protocol has no such distinction. It is being used
as a descriptive term, as a way to uniquely name the disks
in a traditional way.

I haven't seen any clarification on RAID modes, as to whether
arrays can span the two controllers or not. That is all up
to the Intel driver or RAID BIOS designer, as most of these
chipset RAID features, are "soft RAID".

Best guess,
Paul
 >> Stay informed about: Adding Second Sata Disk P5K-E 
Back to top
Login to vote
RobV

External


Since: May 16, 2007
Posts: 44



(Msg. 4) Posted: Sun Sep 16, 2007 10:22 pm
Post subject: Re: Adding Second Sata Disk P5K-E [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Paul wrote:
> RobV wrote:
>> marc wrote:
>>> I am going to add a second sata disk (not raid).
>>>
>>> Should this disk be connected to one of the black sata connectors
>>> (3, 4) ?
>>> Would it cause a problem if connected to one of the red sata
>>> connectors (2, 5, 6)?
>>>
>>> tia
>>>
>>> Marc
>>
>> The black connectors are "slaved" off the main (red) connectors. I
>> thought that SATA did away with master/slave, but obviously not.
>>
>> Connect to the red socket, that way it's on a "master" channel. My
>> two SATA drives are connected to red sockets (P5B-Plus, but
>> basically the same thing) and all runs fine.
>>
>>
>
> In ICH9R, there are two logic blocks for SATA control.
>
> One controls four SATA connectors. The other controls two SATA
> connectors.
> http://www.intel.com/design/chipsets/datashts/316972.htm
>
> Chapter 14 is for the four port SATA controller.
> Chapter 15 is for the two port SATA controller.
>
> I don't know about "master" and "slave", but the main controller
> supports legacy and native mode (I/O space and IRQ14/15 versus
> PCI address space and PCI interrupts). Legacy mode would work with
> Win98, for example, without any specific driver for the chipset.
> (Although you'd be hard pressed to make a fully functional Win98
> install if you tried.) Perhaps the objective of legacy, is to support
> any OS for which Intel did not provide drivers.

Yes, that is what is referred to in the P5B manual, which uses the
ICH8R. On page 2-28 of the manual, it does refer to the legacy
operation in IDE mode, where SATA 1,2,5,6 would be considered "master"
and 3 and 4 would be "slaves".
Thanks for bringing that up; now I understand they were referring to
legacy IDE.

> The second controller seems to be native mode only. I've heard you're
> not supposed to be able to boot from the two port controller, but
> nothing in the ICH9R datasheet seems to suggest that is the case.
> As far as I can see, unless there is a BIOS issue, OSes like
> WinXP SP1 or Win2K SP4 or Vista, should be able to boot from the
> second (Chapter 15) controller.
>
> BIOS naming conventions are another issue. The BIOS design is
> done by AMI or Award, and they pick names for stuff that they
> are comfortable with. When the four ports are in legacy mode,
> they appear to software like the old IDE disks, and that is
> why you may see a reference to "master" and "slave", when the
> SATA bus protocol has no such distinction. It is being used
> as a descriptive term, as a way to uniquely name the disks
> in a traditional way.
>
> I haven't seen any clarification on RAID modes, as to whether
> arrays can span the two controllers or not. That is all up
> to the Intel driver or RAID BIOS designer, as most of these
> chipset RAID features, are "soft RAID".
>
> Best guess,
> Paul
 >> Stay informed about: Adding Second Sata Disk P5K-E 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
KV8-X...adding IDE HD to SATA - Am going round in circles. My new system WINXP, ASUS KV8-X, Maxtor 160 gb, SATA, etc. System works fine with just the SATA disk in place. Problem...I want to add another HD, an IDE Deskstar, as a "slave", which was on my old system. It has ol...

adding a IDE with SATA on A7N8X-e - Just got a new PC with A7N8X-e and a 120gig SATA drive on it. I noticed it said something about RAID when it booted. I want to add an IDE drive with my files on it from my old PC to one of the IDE channels on the board. What's the procedure? Will it be..

Adding SATA drives to a K8Ne-Dlx - I recently had a hard drive scare. My K8NE-DLX system has been amazingly stable since I built it, but all of a sudden the NTFS fie system went haywire on my data drive, a 200 GB Maxtor PATA partitioned as drive D: and E:, each 100 GB. Actually, I think i...

Help: SATA disk won't boot - I add a Seagate 300G SATA as Master to my A7N8X Deluxe rev. 2.0 (WinXP with SP2). I also have a regular Seagate Ultra ATA 300G in Primary IDE controller as master I select the SATA to be the boot disk via BIOS, but The system always boots with the..

P4C800-E SATA disk and PATA dvd - Hi to all! I would like to know if someone could direct me to any source of info. I've been using the Linux kernel 2.6.8.1 and the libata to setup my SATA disk. Well everything is ok, because it recognise the SATA and PATA units (PATA is a dvd unit),..
   Hardware Problem Solving Community! (Home) -> ASUS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]