search for: blocknum

Displaying 3 results from an estimated 3 matches for "blocknum".

Did you mean: block_num
2004 Jun 06
1
[PATCH] use sb_getblk
...; +#warning unchecked allocation here alloc_bh->b_state |= (1UL << BH_New); brelse(alloc_bh); } Index: src/volcfg.c =================================================================== --- src/volcfg.c (revision 1014) +++ src/volcfg.c (working copy) @@ -496,7 +491,7 @@ } blocknum = lock_off >> sb->s_blocksize_bits; - bh = getblk(OCFS_GET_BLOCKDEV(sb), blocknum, sb->s_blocksize); + bh = sb_getblk(sb, blocknum); if (bh == NULL) { LOG_ERROR_STATUS (status = -EIO); goto finally; @@ -646,7 +641,7 @@ ((node_num + OCFS_VOLCFG_HDR_SECTORS) * osb->sect_size...
2003 Mar 06
2
disaster recovery
In a fit of irony, while preparing to burn a CDROM with some software I've been writing for about six months, I did a rm *>o instead of rm *.o on an ext3 filesystem. And I'm well aware that under normal circumstance you can't undelete, especially a ext3 filesystem. However, I need to at least *try* to recover this. I've built lde (linux disk editor) and if I can isolate a
2002 Apr 04
1
Recovering deleted files - possible?
Redhat 7.2 - ext3 filesystem. Is it possible to recover deleted files immediately after deleting them? I have found utilities for recovering data from ext2 filesystems... Help Regards Matt Cunningham Technology Manager Digital Post matt@digipost.co.nz