We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65330b2 commit 8e869b1Copy full SHA for 8e869b1
source/fdisk/pdiskio.c
@@ -1379,7 +1379,7 @@ int Write_Partition_Tables( void )
1379
1380
/* Write the Extended Partition Table, if applicable. */
1381
1382
- if ( pDrive->ptr_ext_part ) {
+ if ( pDrive->ptr_ext_part && pDrive->ext_usable ) {
1383
for ( index = 0; index < MAX_LOGICAL_DRIVES; index++ ) {
1384
/* If this logical drive was just created, clear its boot sector. */
1385
if ( pDrive->log_drive_created[index] == TRUE ) {
0 commit comments