Subject: Fileserver
To: None <netbsd-users@netbsd.org>
From: Andrzej Szeszo <un-j@bianet.com.pl>
List: netbsd-users
Date: 02/15/2001 14:25:03
Hello

I want to build a fast fileserver using NetBSD. I have two IDE 6.4GB
hds (each on different channel). I'm looking for any tips how to use
them in the most optimal way. I'd like to know which filesystem is
faster during simultaneous accesses. That's what I have made so far:

rock: {3} ccdconfig -g
ccd0            32      0       /dev/wd0e /dev/wd1e
rock: {4} mount
/dev/wd0a on / type ffs (local)
/dev/ccd0e on /var type lfs (local)
/dev/ccd0g on /usr type lfs (local)
/dev/ccd0f on /tmp type lfs (local)
/dev/ccd0h on /home type lfs (NFS exported, local)
kernfs on /kern type kernfs (local)

I'm using ccd interleave setting 32. What settings do you people use?

Andrzej