Subject: file-system read-ahead configuration
To: None <netbsd-users@netbsd.org, netbsd-help@netbsd.org>
From: Shadi Ammouri <ammouris@gmail.com>
List: netbsd-users
Date: 03/16/2007 11:31:58
Hi,

Is there a way to configure the read-ahead size of a given filesystem (I'm
using FFS)?
How is this affected by the posix_fadvice() system call, does the later
extend the size of the read-ahead, or does it cause the FS to use it
differently?

Thanks.