Program to find all logical partitions and their information

 

Data Recovery Software | Data Recovery Services | Software Development | Web Services | Data Recovery | Live Chat | iPod Restore | Sim Card Recovery

Program to find all logical partitions and their information

The program we discussed earlier was to read the partition information from the partition table of MBR. But just only by reading the MBR, we can not get the information of other logical partitions which are in extended partition of the disk.

We have already discussed that the Master Boot Record has the limit of four entries in the Master Partition Table. However the location of Extended Master Boot Record can be obtained with the help of Master Boot Record that contains Extended Partition Tables, whose format is exactly the same as of the main Partition Table.

All the extended partitions should exist within the space reserved by the extended partition entry. Only two of the extended partitions are meant to be used, the first as a normal partition and the second as another extended partition if exists.

Thus with the help of one Master Partition Table We can get the location of another Extended Master Partition Table next to it, if present.

Free Files Recovery
SIM Card Data Recovery Software Free Pen Drive Data Recovery Free Data Retrieval Digital Photo Recovery Service
Undelete Software Download Deleted Partition Recovery Free Data Recovery Services Free USB Data Recovery Tool
Free Memory Card Recovery File Recovery Tools Download Free Undelete Files Free iPod Software Download

The following program is for finding all the logical partitions and their partition entry information, reading MBR and Extended MBRs from the disk. The coding of the program is as follows:

/* Program to read the parameters of all logical partition present in the disk */

#include<dos.h>

char buffer[512], report_par[20];
unsigned drive_num =0x80;
unsigned long star_sec[20], sec;

/* Structure of Disk Address packet format, to be used by the readabsolutesectors Function */

struct diskaddrpacket
{
char packetsize ; /* Size of Packet, generally 10H */
char reserved ; /* Reserved (0) */
int blockcount ; /* Number of Blocks to Transfer */
char far *bufferaddress ; /* address to Transfer Buffer */
unsigned long blocknumber[2] ; /* Starting Absolute Block Number */
} ;

void main()
{
int no_par,i;

clrscr();

no_par = 0;

All_partition_information(star_sec,&no_par,&sec,buffer, report_par);

printf(" \n\n Total Partitions in Disk = %d\n ", no_par);

for(i=0;i<no_par;i++)
{
printf("\n Starting Sector Number of Partition %d = %lu " , i+1, star_sec[i]);
}
printf("\n");

getch();

}

Sample Chapters from book DATA RECOVERY WITH AND WITHOUT PROGRAMMING by Author Tarun Tyagi
Data Recovery with & without Programming


Publishers of the Book
Number of Pages
ISBN
Price of the Book


BPB Publications, New Delhi, India
540
81-7656-922-4
$69.00 (Including Shipping Charges, Cost of Book and Other expenses, Free Source Code CD included with the Book)





Buy Data recovery Book

 

Previous page

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13

Next page
Data recovery software Data recovery software
Windows Data Recovery Software Windows Data Recovery Software
Pen Drive Data Recovery Software Pen Drive Data Recovery Software
Memory Card Data Recovery Software Memory Card Data Recovery Software
Digital Camera Data Recovery Software Digital Camera Data Recovery Software
iPod Data Recovery Software iPod Data Recovery Software
Removable Media Data Recovery Software Removable Media Data Recovery Software
FAT Data Recovery Software

FAT Data Recovery Software

NTFS Data Recovery Software NTFS Data Recovery Software
Sim Card Data Recovery Software Sim Card Data Recovery Software

Windows Deleted Files Recovery
File Recovery Utilities Download
Recover Undelete Partition
Recover Lost Passwords
Hard Drive Recovery
Flash Drive Recovery Free
Digital Camera Data Recovery Download
Keyloggers Free
USB Drive Recover
Recover Data Software
iPod Recovery
Free Data Recovery Software Download
File Recovery Download
Recover Lost Files
Free Memory Stick Data Recovery
System Data Restore
Hard Disk Data Recovery Expert
Data Recovery Utility Download
Data Recovery Tools For Windows

Data recovery Education center Data recovery Education center
Data Recovery Training Data Recovery Training
Data Recovery Services Data Recovery Services
Data Recovery Education Materials Data Recovery Education Materials
Data Recovery Book Data Recovery Book

Web services Web services
Website Design Website Design
Website Development Website Development
Website Promotion Website Promotion
Mobile Website Design Mobile Website Design
Website Testing Website Testing
Graphic Design Graphic Design

Web Tools Web Tools
Internet History Eraser Internet History Eraser
Live Chat Software Live Chat Software

Data Recovery Software

Data Recovery Software

iPod Restore

iPod Restore

Memory Stick Data Recovery

Memory Stick Data Recovery

Mobile Phone Data Recovery

Mobile Phone Data Recovery

USB Drive Data Recovery

USB Drive Data Recovery

Data Recovery Utility

Data Recovery Utility

Digital Camera Data Recovery

Digital Camera Data Recovery

Data Recovery Services

Data Recovery Services

Data Recovery

Data Recovery

Data Recovery Utilities

Data Recovery Utilities

File Recovery Software

File Recovery Software

Files Recovery

Files Recovery

iPod Data Recovery

iPod Data Recovery

Data Recovery Tools

Data Recovery Tools

© Copyright 2002-2005 DataDoctor.Biz

Software Bundle | Pen Drive Data Recovery Software | Memory Card Data Recovery Software | iPod Data Recovery Software | Digital Camera Data Recovery Software | Removable Media Data Recovery Software | Windows Data Recovery Software | FAT Data Recovery Software | NTFS Data Recovery Software | Data Recovery Training | Data Recovery Services | Data Recovery Education Material | Data Recovery Book | Custom Software Development | Offshore Software Development | Microsoft .NET Development | Java / J2EE Development | Wireless / Mobile Application Development | Database Solutions | Website Design | Website Development | Website Promotion | Mobile Website Design | Website Testing | Graphic Design | Sim Card Data Recovery Software | Internet History Eraser

Home | Contact us | Downloads | Services | Resources | Terms and conditions | Site map