From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Drokin Subject: Re: Problems with journal size option on mkfs Date: Thu, 16 May 2002 09:16:11 +0400 Message-ID: <20020516091611.A6880@namesys.com> References: Mime-Version: 1.0 Return-path: list-help: list-unsubscribe: list-post: Content-Disposition: inline In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Steve Pratt Cc: reiserfs-list@namesys.com Hello! On Wed, May 15, 2002 at 03:12:40PM -0500, Steve Pratt wrote: > I am in the process of writing a File System Interface Module (FSIM) for > EVMS that will interface with ReiserFS and am having a problem with the -s > (journal size) option on mkfs.reiserfs. The problem is that if I specify > any journal size the mkfs fails. By fails, what I mean is that the device > is not mountable, I don't actually get any error message from mkfs. This > happens even when I give it the default size of 8193 blocks. I didn't see This is because non-standard journal support is only included in 2.5 kernel series. 2.4 support is available as separate patch for now. Bye, Oleg