From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Shishkin Subject: Re: problem in mounting reiserfs Date: Fri, 06 Aug 2004 14:21:36 +0400 Message-ID: <41135BB0.6090700@namesys.com> References: <41120713.7040706@persistent.co.in> <200408051306.29248.christian.mayrhuber@gmx.net> <41135868.90608@persistent.co.in> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: <41135868.90608@persistent.co.in> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Avinesh Kumar Cc: reiserfs-list@namesys.com Avinesh Kumar wrote: > but that's not true ... i tried with block sizes 512 bytes, 1024 bytes > and is working just fine. > is anyone who can shed some bright light on this topic ? Kernel checks if blocksize is from {512, 1024, ..., PAGE_SIZE} Edward. > > > Christian Mayrhuber wrote: > >> On Thursday 05 August 2004 12:08, Avinesh Kumar wrote: >> >> >> >>> ReiserFS is successfully created on /dev/hda6. >>> ~ $ mount -t reiserfs /dev/hda6 /rfs >>> mount: wrong fs type, bad option, bad superblock on /dev/hda6, >>> or too many mounted file systems >>> ~ $ >>> >>> but the same steps worked when i chose block size of 4096 >>> bytes. please, help me out. >>> >> >> >> If I remember right Reiserfs cannot use blocksize != page size and >> page size is 4096 @ x86. >> The only way to use reiserfs is with its default blocksize of 4096. >> >> >> > >