On Thu, Oct 29, 1998 at 05:26:19PM -0500, Darxus wrote: > > Well, I remembered seeing something somewhere that let me find the inode > number of a file, and found it in ls's man page. Any chance I can use an > inode number to tell dd where to find it ?
You can use debugfs to get the inode and blocks for ext2fs partitions. But as the file will not be continuos, tracking the blocks will be a pain in the ass. There is the undelete mini howto which describes the procedure. But then, dd can't seek, so you'd have to write a program to skip the amount of blocks until you reach the block you want (or you'll have to write a small program to seek to the position). Still, you could only get single blocks. How about splitting the file under windows ??? Marcus -- "Rhubarb is no Egyptian god." Debian GNU/Linux finger brinkmd@ Marcus Brinkmann http://www.debian.org master.debian.org [EMAIL PROTECTED] for public PGP Key http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/ PGP Key ID 36E7CD09