9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: geoff@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] 9fs nvr file
Date: Wed, 16 Aug 2006 13:38:44 -0400	[thread overview]
Message-ID: <44be5a6b6837ab91d1e356735f5f4a94@plan9.bell-labs.com> (raw)
In-Reply-To: <d3b08464a3a3b8ba4385fce9c5b3dd90@quanstro.net>

The file server is unaware of normal Plan 9 partitions.  The DOS code
has some minimal awareness of fdisk partitions, but in general you
should use whole disks or the `p' device to subdivide them.  The DOS
code only knows how to read FAT 12 and FAT 16 file systems.  If you
want to see what's happening in the DOS code, change the definition of
`chatty' at /sys/src/fs/pc/dosfs.c:16 to

#define chatty 1

and build and boot a new kernel.

The nvr/DOS code is a little different than the usual block I/O code
in the file server.  nvrdevs[] in /sys/src/fs/fs64/9fsfs64.c (or
whatever it's called for your file server) contains different entry
points than the usual ones.



  reply	other threads:[~2006-08-16 17:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-15 19:09 erik quanstrom
2006-08-15 19:32 ` erik quanstrom
2006-08-15 19:35 ` geoff
2006-08-15 19:42   ` erik quanstrom
2006-08-16  3:36   ` erik quanstrom
2006-08-16 13:30     ` erik quanstrom
2006-08-16 17:38       ` geoff [this message]
2006-08-16 18:11         ` erik quanstrom
2006-08-16 18:27           ` geoff
2006-08-16 18:51             ` erik quanstrom
2006-08-17  2:22               ` geoff
2006-08-17  6:20                 ` erik quanstrom
2006-08-17  6:26                   ` geoff
2006-08-17  6:40                     ` erik quanstrom

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=44be5a6b6837ab91d1e356735f5f4a94@plan9.bell-labs.com \
    --to=geoff@plan9.bell-labs.com \
    --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).