Examples


 

aefdisk 2 /delall /pri:200:6 /pri:300:7:4

The above command deletes all partitions on the second harddisk and then creates two primary partitions. The first is a 200 MB BIGDOS partition,and it is be created in the first available entry. The second is a 300MB HPFS partition, and it is created in the fourth entry if it is empty.

aefdisk /formatfat /pri:300:7 /ext:1000 /log:1000

The above command creates a 300MB primary HPFS and a 1000MB extended partition with one 1000MB logical drive, then formats the logical drive

aefdisk /rel /pri:30:6 /ext:70 /log:40 /log:60

The above command calculates the available unpartitioned space first. Then it creates a primary BIGDOS partition, which occupies 30% of the free space. The remaining 70% space is assigned to an extended partition. In the extended partition, there are two logical drives. The first occupies 40% of the extended partition, the second occupies 60%.

aefdisk 2 /mbr /hidefat

The above command installs the loader code in the MBR of the second harddisk, then hides all FAT partitions on it.

aefdisk * /reboot /hident

The above command hides all primary NTFS partitions on all installed harddisks and reboots the computer.