Subject: Re: problem installing NetBSD-1.1 on hp425t
To: Gordon Ross <gwr@mc.com>
From: Don Lewis <gdonl@gv.ssi1.com>
List: port-hp300
Date: 12/06/1995 05:43:10
On Dec 4, 10:37am, "Gordon W. Ross" wrote:
} Subject: Re: problem installing NetBSD-1.1 on hp425t
} The vfs_cluster code is kinda broken:  It appears to assume that
} file_blocksize == page_size and that pagemove can move file blocks.
} (And the code is just messy...)

I know that SunOS doesn't like it if file_blocksize < page_size, but
it's happy if file_blocksize >= page_size.  Is NetBSD broken in the
case of file_blocksize > page_size?  Since I replaced my flakey disk
I haven't seen any problems with 8K/1K or 16K/2K filesystems.