9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: arisawa@ar.aichi-u.ac.jp
To: 9fans@cse.psu.edu
Subject: Re: [9fans] DVD
Date: Wed, 25 Jul 2001 10:23:39 +0900	[thread overview]
Message-ID: <20010725012804.0F012199E6@mail.cse.psu.edu> (raw)

Hello 9fans,

I said I/O read error of 9660srv.
The problem comes from:
	seek(dev->dev, addr*Sectorsize, 0);
in xread in /sys/src/cmd/9660srv/xfile.c.
To avoid the error we should replace two lines in xread:

term% diff xfile.c /sys/src/cmd/9660srv/xfile.c
169c169
< 	vlong addr;
---
> 	long addr;
173c173
< 	chat("xread %d,%lld...", dev->dev, addr);
---
> 	chat("xread %d,%d...", dev->dev, addr);
term%

Thans, jim.

Kenji Arisawa
E-mail: arisawa@aichi-u.ac.jp


             reply	other threads:[~2001-07-25  1:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-25  1:23 arisawa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-05-10  6:44 cej
2001-07-24 12:46 arisawa

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=20010725012804.0F012199E6@mail.cse.psu.edu \
    --to=arisawa@ar.aichi-u.ac.jp \
    --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).