9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] fs incompatable w/ ASUS CUSL2
@ 2001-03-19 20:41 Ed Brown
  2001-03-19 21:53 ` Martin Harriss
  2001-03-20  9:59 ` Douglas A. Gwyn
  0 siblings, 2 replies; 8+ messages in thread
From: Ed Brown @ 2001-03-19 20:41 UTC (permalink / raw)
  To: 9fans

Changing my fileserver motherboard from an
ASUS CUSL2 to an ABIT VL6 fixed all of my
fileserver installation blues...almost

Word of warning...(this may be a bug or
just dumb on my part)  I initially used
an ide drive with a partition for a
pseudo worm and an uncached file system.
That is,
	config w0
	filsys main cp(w0)0.12fp(h0)0.85
	filsys dump o
	filsys tdta p(w0)12.88
	filsys sdta p(h0)85.15

My reasoning was I needed as much space
for large temporary files as possible.

A long running program that accessed the
ide file system sdta during a dump 
caused the file server to throw a
hissy.  After that point I received
phase errors on any files on sdta.  
Doing a check on sdta from the file server
caused it to reboot.  I could get
the file server to reboot from a terminal
by doing an ls on the root of sdta or
an ls in the first dump of main.

Nonetheless I have changed my file server
configuration to
	config w0
	filsys main cp(w0)0.12fh0
	filsys dump o
	filsys tdta p(w0)12.88

And have had no troubles since...
Moral of the story. KISS

On other matters, I would not have
gotten this far if it weren't for the
helpful pointers of:
Forsyth, Dorman, Harriss, and Mehat
Thank you all.


^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: [9fans] fs incompatable w/ ASUS CUSL2
@ 2001-03-21  2:32 Russ Cox
  2001-03-21  5:44 ` Eric Dorman
  0 siblings, 1 reply; 8+ messages in thread
From: Russ Cox @ 2001-03-21  2:32 UTC (permalink / raw)
  To: 9fans

Sorry, I'd zoned out in this conversation,
since I don't deal with fs stuff very often.
I tried Eric's file server and couldn't get
the file server to talk back to me after typing
"end", nor could I get anything useful over the
serial console.

Eric's tarball, I believe, is based on the
second edition code.  I started with the current
file server code from /sys/src/fs and merged the
IDE stuff in, and my serial problems went away.
I don't know what the problem was, just that it 
went away when I started over with the current fs code.

I should also mention that I too had problems while
using the p driver (disk subpartitions).  I never
did figure out what went wrong, but after a day or
two of running I rebooted my file server and there
was a postscript file in my superblock and a 
directory listing in my root file system block.
At that point I figured out my kfs problem (which
for once wasn't kfs's fault) and stopped using
the file server.  The p driver problems might
not have been in the code, though.  The machine
I was using for a file server had been discarded
by the support staff at school because it randomly
rebooted while running Linux.  It seemed to work
fine for me, except that I noticed the power
supply fan wasn't spinning.  I replaced the power
supply, but only after my superblock had morphed,
so I don't know whether the problem was with the
fs code or just hardware.  I've since been
distracted by other things and haven't gotten back
to trying with a working power supply.

Russ


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

end of thread, other threads:[~2001-03-21  5:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-19 20:41 [9fans] fs incompatable w/ ASUS CUSL2 Ed Brown
2001-03-19 21:53 ` Martin Harriss
2001-03-20  2:34   ` Eric Dorman
2001-03-20  9:59 ` Douglas A. Gwyn
2001-03-20 12:34   ` Ed Brown
2001-03-21  2:16     ` Eric Dorman
2001-03-21  2:32 Russ Cox
2001-03-21  5:44 ` Eric Dorman

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