Hello All!
I am working on a disk manipulation program (to be released
under GNU/GPL) not that big at present. It will support only
ext2/3 filesystems in the beginning. A few part of it is based
on fdisk program. The problem is that I am having source code of
an older version fdisk.
A few structures like "struct partition" (defined in hdreg.h)
are absent from the above mentioned file now. So older version
is not helping me now.
I was wondering of some body had the source code to the latest
version (anything that comes with kernel 2.4 onwards) or can
point me to some online resource. That would be of great help.
Thanx in advance.
regards
--Himanshu
P.S.: if possible code or link to cfdisk will also be great!