If you have sata drives, and they are showing up as hdx, you have
something seriously misconfigured. They should be showing as sdx.
Deselect everything in ATA/ATAPI/MFM/RLL and select the relevant boxes
in serial ATA. Dont forget fstab will need redoing to match.
I always thought that if you select both, serial ata should take
precedence, and in some cases you can access via both, but I have at
least one machine that will only work as sata with all the older ata
stuff deselected.
BillK
On Tue, 2008-01-08 at 09:47 +0200, Wayn0 wrote:
> Renat Golubchyk wrote:
> > On Mon, 7 Jan 2008 20:51:02 -0500 "Mark Shields" <laebshade@gmail.com>
> > wrote:
> >> I'd also recommending after checking for the above, also check what
> >> level of UDMA is set. Try this: hdparm -I /dev/hda | grep -i dma
> >>
> >> Yours should say probably either udma3 or udma4.
> >
> > Why not udma5 ? All my PATA drives (desktop and notebook) run at udma5
> > for some years now without any problems.
>
> Thanks to everybody that's replied so far.
>
> I may have missed something kernel wise but my sata drives are
> registering as hd* and it refuses to switch on dma.
>
> I have no doubt this is a kernel config, just not sure where to look.
> I don't have the laptop with me at the moment so I will post the kernel
> config this evening.
>
> or perhaps somebody knows right off the bat what the problem is and what
> I need to enable and disable.
>
> I am using the latest gentoo-sources 2.6.23-r8 if memory serves.
>
>
> Thanks again
>
> Wayn0
>
--
William Kenworthy <billk@iinet.net.au>
Home in Perth!
--
gentoo-user@lists.gentoo.org mailing list
01-08-2008, 10:58 AM
Wayn0
Incredibly slow disk access
William Kenworthy wrote:
If you have sata drives, and they are showing up as hdx, you have
something seriously misconfigured. They should be showing as sdx.
Deselect everything in ATA/ATAPI/MFM/RLL and select the relevant boxes
in serial ATA. Dont forget fstab will need redoing to match.
I always thought that if you select both, serial ata should take
precedence, and in some cases you can access via both, but I have at
least one machine that will only work as sata with all the older ata
stuff deselected.
BillK
Cheers,
This is why it's doing my head in. I have a desktop with both sata pata
drives in with a very similar kernel config and it work as expected :-/
I will try removing all the ATA/ATAPI/MFM/RLL stuff tonight, and report
back later.
Thanks again for the help
On Tue, 2008-01-08 at 09:47 +0200, Wayn0 wrote:
Renat Golubchyk wrote:
On Mon, 7 Jan 2008 20:51:02 -0500 "Mark Shields" <laebshade@gmail.com>
wrote:
I'd also recommending after checking for the above, also check what
level of UDMA is set. Try this: hdparm -I /dev/hda | grep -i dma
Yours should say probably either udma3 or udma4.
Why not udma5 ? All my PATA drives (desktop and notebook) run at udma5
for some years now without any problems.
Thanks to everybody that's replied so far.
I may have missed something kernel wise but my sata drives are
registering as hd* and it refuses to switch on dma.
I have no doubt this is a kernel config, just not sure where to look.
I don't have the laptop with me at the moment so I will post the kernel
config this evening.
or perhaps somebody knows right off the bat what the problem is and what
I need to enable and disable.
I am using the latest gentoo-sources 2.6.23-r8 if memory serves.
Thanks again
Wayn0
--
gentoo-user@lists.gentoo.org mailing list
01-08-2008, 12:36 PM
Mick
Incredibly slow disk access
On Tuesday 08 January 2008, Wayn0 wrote:
> William Kenworthy wrote:
> > If you have sata drives, and they are showing up as hdx, you have
> > something seriously misconfigured. They should be showing as sdx.
> >
> > Deselect everything in ATA/ATAPI/MFM/RLL and select the relevant boxes
> > in serial ATA. Dont forget fstab will need redoing to match.
> >
> > I always thought that if you select both, serial ata should take
> > precedence, and in some cases you can access via both, but I have at
> > least one machine that will only work as sata with all the older ata
> > stuff deselected.
> >
> > BillK
>
> Cheers,
>
> This is why it's doing my head in. I have a desktop with both sata pata
> drives in with a very similar kernel config and it work as expected :-/
>
> I will try removing all the ATA/ATAPI/MFM/RLL stuff tonight, and report
> back later.
For sata drives use this, not hdparm:
# eix -l sdparm
* sys-apps/sdparm
Available versions:
0.97
0.98
~ 0.99
1.00
1.01
~ 1.02
Homepage: http://sg.torque.net/sg/sdparm.html
Description: Utility to output and modify parameters on a SCSI
device, like hdparm
--
Regards,
Mick
01-08-2008, 02:47 PM
Wayn0
Incredibly slow disk access
William Kenworthy wrote:
If you have sata drives, and they are showing up as hdx, you have
something seriously misconfigured. They should be showing as sdx.
Deselect everything in ATA/ATAPI/MFM/RLL and select the relevant boxes
in serial ATA. Dont forget fstab will need redoing to match.
I always thought that if you select both, serial ata should take
precedence, and in some cases you can access via both, but I have at
least one machine that will only work as sata with all the older ata
stuff deselected.
BillK
Thanks Bill,
removing all the ATA/ATAPI/MFM/RLL stuff sorted it out.
:-)
Wayn0
--
gentoo-user@lists.gentoo.org mailing list
01-08-2008, 03:27 PM
Andrew Gaydenko
Incredibly slow disk access
BTW, which speed can be treated as "not slow"? hdparm for my SATA SAMSUNG
HD401LJ shows ~60MB/Sec. Is it normal?
--
gentoo-user@lists.gentoo.org mailing list
01-08-2008, 08:20 PM
Dale
Incredibly slow disk access
Wayn0 wrote:
> William Kenworthy wrote:
>> If you have sata drives, and they are showing up as hdx, you have
>> something seriously misconfigured. They should be showing as sdx.
>>
>> Deselect everything in ATA/ATAPI/MFM/RLL and select the relevant boxes
>> in serial ATA. Dont forget fstab will need redoing to match.
>>
>> I always thought that if you select both, serial ata should take
>> precedence, and in some cases you can access via both, but I have at
>> least one machine that will only work as sata with all the older ata
>> stuff deselected.
>>
>> BillK
>
> Thanks Bill,
>
> removing all the ATA/ATAPI/MFM/RLL stuff sorted it out.
>
> :-)
>
>
> Wayn0
Would you mind posting what speeds you get now? I'm curious myself.
Thanks
Dale
:-) :-)
--
gentoo-user@lists.gentoo.org mailing list
01-09-2008, 01:53 AM
Hal Martin
Incredibly slow disk access
I have a Western Digital 250GB SATA-II drive on an NForce4 integrated
SATA-II controller, here are my readings...
Machine is a Dell PowerEdge 350, PIII server running Gentoo 2007.0 i386.
I'm curious, is your optical drive also SATA? If it's not, then how do
you intend to access it without ATA/ATAPI drivers?
-Hal
Dale wrote:
Wayn0 wrote:
William Kenworthy wrote:
If you have sata drives, and they are showing up as hdx, you have
something seriously misconfigured. They should be showing as sdx.
Deselect everything in ATA/ATAPI/MFM/RLL and select the relevant boxes
in serial ATA. Dont forget fstab will need redoing to match.
I always thought that if you select both, serial ata should take
precedence, and in some cases you can access via both, but I have at
least one machine that will only work as sata with all the older ata
stuff deselected.
BillK
Thanks Bill,
removing all the ATA/ATAPI/MFM/RLL stuff sorted it out.
:-)
Wayn0
Would you mind posting what speeds you get now? I'm curious myself.
Thanks
Dale
:-) :-)
01-09-2008, 02:55 AM
"Mark Shields"
Incredibly slow disk access
On Jan 8, 2008 12:53 AM, Renat Golubchyk <ragermany@gmx.net> wrote:
On Mon, 7 Jan 2008 20:51:02 -0500 "Mark Shields" <laebshade@gmail.com>
wrote:
> I'd also recommending after checking for the above, also check what
> level of UDMA is set. *Try this: *hdparm -I /dev/hda | grep -i dma
>
> Yours should say probably either udma3 or udma4.
Why not udma5 ? All my PATA drives (desktop and notebook) run at udma5
for some years now without any problems.
Cheers,
Renat
--
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
* * * * * * * * * * * * * * * * * * * * * * *(Einstein)
It was just a guess.* Take it with a grain of salt.
--
- Mark Shields