developing c code to access partition table

B

bhushan

i want to develope the c source code to access the linux partitions
from the windows. i have accessed the MBR and promary partition table.
But i am not able to access the extended partition tables through c
code. please kindly help me in this scenario.
 
V

Victor Bazarov

bhushan said:
i want to develope the c source code to access the linux partitions
from the windows. i have accessed the MBR and promary partition table.
But i am not able to access the extended partition tables through c
code. please kindly help me in this scenario.

Please for help on C kindly post to a C newsgroup. This is
comp.lang.C++. Furthermore, please consider the fact that MBR
and 'partition table' is not a language feature but rather that
of the operating system, which makes such post off-topic in any
language NG. Perhaps you should consider posting to a forum that
deals with your OS
 
P

Paolo Alexis Falcone

i want to develope the c source code to access the linux partitions
from the windows. i have accessed the MBR and promary partition table.
But i am not able to access the extended partition tables through c
code. please kindly help me in this scenario.

This is already OT, but here's some hints - the header of the extended
partition table can be scanned for the information regarding logical
partitions. I've also done this before in C++ too as such
was my special project during college.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top