On Monday 18 April 2005 05:00, Harry Putnam wrote:
> Volker Armin Hemmann <[EMAIL PROTECTED]> writes:
> > Hi,
> >
> > On Sunday 17 April 2005 15:52, Harry Putnam wrote:
> >> Recently switched from using ext3 (under fedora)  to reiserfs (under
> >> gentoo).
> >>
> >> I'm noticing what seems to be really long processing times for certain
> >> file manipulation chores.
>
> Not sure how to tell if udma is on or not... it isn't mentioned in
> this output unless you meant `dma':
>
>  hdparm /dev/hda
>
> /dev/hda:
>  multcount    = 16 (on)
>  IO_support   =  0 (default 16-bit)
>  unmaskirq    =  0 (off)
>  using_dma    =  1 (on)
>  keepsettings =  0 (off)
>  readonly     =  0 (off)
>  readahead    = 256 (on)
>  geometry     = 65535/16/63, sectors = 60040544256, start = 0

well, your udma is on .. but you could do yourself a favour try this as root:

hdparm -u1 -c1 /dev/hda

this will set unmaskirq, which is usually a good thing, allowing processing of 
interrupts, while the drive is busy. c1 will set io_support to 32. 

Both should give you a little bit of speedup.

With hdparm -iI /dev/hda you can check which (u)dma mode is used by your 
drive.
-- 
[email protected] mailing list

Reply via email to