public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* EXT2-FS Error (ext2_new_block) Where is this comming from?? can anyone help
@ 2005-05-05  6:13 Nauman
  2005-05-06 10:34 ` Jan Kara
  2005-05-13  7:50 ` Nauman
  0 siblings, 2 replies; 3+ messages in thread
From: Nauman @ 2005-05-05  6:13 UTC (permalink / raw)
  To: linux-kernel

Dear linux gurus, 
I have set up a Block Device over a SCSI drive. I write data to the
actual target drive after writing same blocks in my RAMDISK. I am
using RAMDISK of 2 GB. once the allcoated blocks of my RAMDISK are
full i start freeing those blocks (WRITE THROUGH). at  this point i
get this message during Write operations
Ext2 FS- Error: ext2_new_block : Allocating blocks in System zone. <block_nr>
Is this some sort of calculation error or some other configuration problem?? 

-- 
When the going gets tough, The tough gets going...!
Peace ,  
Nauman.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: EXT2-FS Error (ext2_new_block) Where is this comming from?? can anyone help
  2005-05-05  6:13 EXT2-FS Error (ext2_new_block) Where is this comming from?? can anyone help Nauman
@ 2005-05-06 10:34 ` Jan Kara
  2005-05-13  7:50 ` Nauman
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Kara @ 2005-05-06 10:34 UTC (permalink / raw)
  To: Nauman; +Cc: linux-kernel

  Hello,

> I have set up a Block Device over a SCSI drive. I write data to the
> actual target drive after writing same blocks in my RAMDISK. I am
> using RAMDISK of 2 GB. once the allcoated blocks of my RAMDISK are
> full i start freeing those blocks (WRITE THROUGH). at  this point i
> get this message during Write operations
> Ext2 FS- Error: ext2_new_block : Allocating blocks in System zone. <block_nr>
> Is this some sort of calculation error or some other configuration problem?? 
  This message means that ext2_new_block() got somehow tricked to
allocate a block in the place where inode tables, bitmaps or
superblocks are. I.e. the filesystem is probably corrupted. It's hard to
tell how that happened - you use some standard tools to create the above
described setup or it's just your own kernel hack?

									Honza
-- 
Jan Kara <jack@suse.cz>
SuSE CR Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: EXT2-FS Error (ext2_new_block) Where is this comming from?? can anyone help
  2005-05-05  6:13 EXT2-FS Error (ext2_new_block) Where is this comming from?? can anyone help Nauman
  2005-05-06 10:34 ` Jan Kara
@ 2005-05-13  7:50 ` Nauman
  1 sibling, 0 replies; 3+ messages in thread
From: Nauman @ 2005-05-13  7:50 UTC (permalink / raw)
  To: linux-kernel

thanks for ur reply Honza , 
that problem was solved .. that was my own kernel hack. and was due to
some calculation bugs
 :)
Nauman

On 5/5/05, Nauman <mailtonauman@gmail.com> wrote:
> Dear linux gurus,
> I have set up a Block Device over a SCSI drive. I write data to the
> actual target drive after writing same blocks in my RAMDISK. I am
> using RAMDISK of 2 GB. once the allcoated blocks of my RAMDISK are
> full i start freeing those blocks (WRITE THROUGH). at  this point i
> get this message during Write operations
> Ext2 FS- Error: ext2_new_block : Allocating blocks in System zone. <block_nr>
> Is this some sort of calculation error or some other configuration problem??
> 
> --
> When the going gets tough, The tough gets going...!
> Peace ,
> Nauman.
> 


-- 
When the going gets tough, The tough gets going...!
Peace ,  
Nauman.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-13  7:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-05  6:13 EXT2-FS Error (ext2_new_block) Where is this comming from?? can anyone help Nauman
2005-05-06 10:34 ` Jan Kara
2005-05-13  7:50 ` Nauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox