On Tue, Dec 27, 2011 at 10:21:50AM +0500, ???? ??????? wrote:
> Hello!
>
> I used to run FreeBSD and Linux for years, but not that familiar with
> OpenBSD yet.
> we are running buggy server (I suspect RAM), it hangs sometimes and it
> takes about 30 minutes to fsck 7Tb partition.
> however, there are very few files and folders yet.
>
> is there a way to speed up fsck ? some journalling like UFS2 for
> FreeBSD ? softupdates ?
>
> Cheers,
> Ilya Shipitsin
You likely ARE using UFS/FFS2 since the max for FFS1 is 1TB.
There are several way to speedup fsck which are available now:
- Use larger block and fragment sizes when doing a newfs, of course
this requires rebuilding the file system
- Recent versions of OpenBSd have some improvements with fsck that
kick in when the file systems was using softupdates when the system crashed.
- Use a smaller file system
Journalling is interesting but we do not have it.
-Otto