Date: Wed, 19 Jul 2000 12:39:42 +0100 From: David Malone <dwmalone@maths.tcd.ie> To: dms@wplus.net Cc: andrew@ugh.net.au, freebsd-hackers@freebsd.org Subject: Re: UFS inodes readig ... Message-ID: <20000719123942.A46036@walton.maths.tcd.ie> In-Reply-To: <397590FF.E7550C2C@levi.spb.ru>; from dms@levi.spb.ru on Wed, Jul 19, 2000 at 03:29:03PM %2B0400 References: <Pine.BSF.4.21.0007192104590.74510-100000@starbug.ugh.net.au> <397590FF.E7550C2C@levi.spb.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 19, 2000 at 03:29:03PM +0400, Dmitry samersoff wrote: > It's very usable tool, but I'm looking for C/C++ code > doing: > > while( read_next_inode ) > { > if (inode_is_deleted && inode_data_contains_some_text) > { write(outfile, inode_data, inode_size); > } > } > > And I would be very thankfull > if someone can send me source or pointer to good start for > function "read_next_inode" You might be able to modify /sbin/dump to do this. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000719123942.A46036>