### First, quote the disk information list from brother lianjiang2004, and then put forward my little suggestion.
You have released the version without volume label, but it is better to realize it through parameters. For using ghost, the volume label is not that important, but the available disk space is more important. This point has also been mentioned by the previous netizens.
Also, in the PartType column, it is better to connect with underscores for "Hide Win95 FAT32", "Linux Native" and so on to make this column regular, becoming like Hide_Win95_FAT32, Linux_Native. There is no need to connect for HPFS/NTFS which is already connected. Also, in the Act column, if it is not, write No. This can be referred to psi's list. Because when the disk result analysis is incorrect (the situation encountered by lianjiang2004), taking the value of the offset column becomes relatively important. If each column is regular, it will save a lot of batch processing analysis processes.
Of course, this is just a proposal, but if not, the value of that column can still be obtained.
At present, the most important thing is to distinguish the formatted and unformatted FAT16 partitions well.
```
dpit
No. Drv Type Volume PartType Act Offset Sectors MBytes
0:1 Primary HPFS/NTFS Yes 63 15438402 7538
0:2 Primary pwin2k Hide HPFS/NTFS 15438465 15293880 7467
0:3 Extended LBA 30732345 203704200 99464
0:4 Logic HPFS/NTFS 30732408 20482812 10001
0:5 Logic MYDATA HPFS/NTFS 51215283 30732282 15005
0:6 C: Logic APPZ Win95 FAT32 81947628 61448562 30004
0:7 Logic DV HPFS/NTFS 143396253 90831447 44351
0:8 Logic Hide FAT16 234227763 208782 101
```