Hi,

>       Is there an equivalent system call for fdisk which I can use in my
> program, to get the partition table.

        Why do you *need* a system call for doing such a thing? You can do
it as well by just reading the raw device (/dev/hda or whatever) and
interpreting the contents. Partition table format is not secret.

        Regards,
        Kedar.


-----------------------------------------------------------------------
The LIH mailing list archives are available at:
http://lists.linux-india.org/cgi-bin/wilma/linux-india-help

Reply via email to