9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] file systems
@ 2003-02-24 19:29 Joel Salomon
  2003-02-24 19:33 ` Fco.J.Ballesteros
  2003-02-24 21:28 ` Geoff Collyer
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Salomon @ 2003-02-24 19:29 UTC (permalink / raw)
  To: 9fans

> as simple as inode/superblock/indirect block fs's go
Speaking of which, how do I find out how the kfs is laid
out on disk?

--Joel



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] file systems
  2003-02-24 19:29 [9fans] file systems Joel Salomon
@ 2003-02-24 19:33 ` Fco.J.Ballesteros
  2003-02-24 21:28 ` Geoff Collyer
  1 sibling, 0 replies; 4+ messages in thread
From: Fco.J.Ballesteros @ 2003-02-24 19:33 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

/sys/src/cmd/disk/kfs/portdat.h has the data structures.
Look for `don't touch, this is the disk structure' warnings.

You could also follow the trace resulting from a check call.

hth

[-- Attachment #2: Type: message/rfc822, Size: 1481 bytes --]

From: Joel Salomon <salomo3@cooper.edu>
To: 9fans@cse.psu.edu
Subject: [9fans] file systems
Date: Mon, 24 Feb 2003 14:29:16 -0500 (EST)
Message-ID: <Pine.SOL.3.96.1030224142637.17571B-100000@robin.cooper.edu>

> as simple as inode/superblock/indirect block fs's go
Speaking of which, how do I find out how the kfs is laid
out on disk?

--Joel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] file systems
  2003-02-24 19:29 [9fans] file systems Joel Salomon
  2003-02-24 19:33 ` Fco.J.Ballesteros
@ 2003-02-24 21:28 ` Geoff Collyer
  1 sibling, 0 replies; 4+ messages in thread
From: Geoff Collyer @ 2003-02-24 21:28 UTC (permalink / raw)
  To: 9fans

`The Plan 9 File Server' (in /sys/doc/fs) describes how the pre-fossil
standalone file server stores data on disks.  kfs is a slight variant
of the non-cached-worm file system.  The main change I noticed when
adapting a private copy of kfs to read standalone file systems was
that struct Superb swaps the order of its members, a Super1 and an
Fbuf, to permit the size of the free list in Fbuf to vary with block
size, which can be chosen at run-time in kfs, but which is fixed at
compile-time in the standalone file server.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] file systems
  2003-02-24 16:52 [9fans] (no subject) Steve Simon
@ 2003-02-24 17:38 ` Russ Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Russ Cox @ 2003-02-24 17:38 UTC (permalink / raw)
  To: 9fans

the EXAMPLES section of 9p(2) gives some suggestions.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-02-24 21:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-24 19:29 [9fans] file systems Joel Salomon
2003-02-24 19:33 ` Fco.J.Ballesteros
2003-02-24 21:28 ` Geoff Collyer
  -- strict thread matches above, loose matches on Subject: below --
2003-02-24 16:52 [9fans] (no subject) Steve Simon
2003-02-24 17:38 ` [9fans] file systems Russ Cox

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).