9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: geoff@collyer.net
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Changing disks on fs64 server
Date: Tue, 25 Jul 2006 16:12:31 -0700	[thread overview]
Message-ID: <9c4064ddc2535c7f841bdd71b0cb1ae2@collyer.net> (raw)
In-Reply-To: <071520061223.13070.44B8DE2E0001A0CE0000330E2207021053050E0C040A900E9FD209@comcast.net>

Copydev copies using the file server's block size; if it's 4K or
greater, the copy should be relatively quick.  It should also report
progress so you can gauge how long it will take.

It's possible that you don't have a bus-mastering IDE controller.
Even if your disks are capable of DMA, the file server will end up
doing programmed I/O, which is much slower.  Look for this message in
your file server console log:

	h0: disabling dma: not on a busmastering controller

Also check that you haven't set conf.idedma to 0, like this:

fs/9fsfs.c:		conf.idedma = 0; /* for old machines */

If conf.idedma is non-zero, you should see ` and IDE DMA+RWM' in your
file server log:

	Plan 9 63-bit file server with 4-deep indir blks and IDE DMA+RWM



  reply	other threads:[~2006-07-25 23:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-15 12:23 g.pavelcak
2006-07-25 23:12 ` geoff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-07-14  0:13 Gregory Pavelcak
2006-07-14  1:10 ` geoff
2006-07-13 20:50 g.pavelcak
2006-07-13 23:35 ` geoff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9c4064ddc2535c7f841bdd71b0cb1ae2@collyer.net \
    --to=geoff@collyer.net \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).