19.9 C
New York
Friday, April 19, 2024

Create multiple partitions on a USB drive with Windows 10 version 1703

Windows 10 version 1703 update is now available everyone. The latest update brings new features and improvements to the OS. Now, you can also create more than one partition on a USB drive in Windows 10.

Microsoft has released this new feature with Windows 10 Creators Update for desktop manufacturers(OEMs) for recovery purposes. This feature creates a Windows PE (WinPE) bootable USB flash drive or an external USB hard drive.

The company also pointed out that the default installation runs from memory (RAM disk), so you can remove the drive while Windows PE is running. Do not remove the USB drive if you are applying an image from it.

Create multiple partitions on a USB drive with Windows 10 version 1703

Multiple partitions on a USB drive, allowing you to have a single USB drive with a combination of FAT32 and NTFS partitions. USB drives with multiple partitions will require Windows 10 version 1703, with the most recent version of the ADK installed.

Install the Windows ADK with the following features from the Windows Assessment and Deployment Kit (ADK):

  • Deployment Tools
  • Windows Preinstallation Environment

To prepare your USB drive, you’ll create separate FAT32 and NTFS partitions. The following creates two partitions on a USB drive; one 2GB FAT32 partition, and one NTFS partition that uses the rest of the available space on the drive.

    diskpart
      list disk
      select <disk number>
      clean
      rem === Create the Windows PE partition. ===
      create partition primary size=2000
      format quick fs=fat32 label="Windows PE"
      assign letter=P
      active
      rem === Create a data partition. ===
      create partition primary
      format fs=ntfs quick label="Other files"
      assign letter=O
      list vol
      exit

What’s new Windows 10 Creators Update

How to create Windows 10 version 1703 bootable USB stick

Related articles

Windows 10 Download Stuck: How to Fix?

If you've ever found yourself asking, "Why is my...

[Fix] Error 0xc0000005 on Windows 7?

Error 0xc0000005, often referred to as an Access Violation...

Windows 11 Insider Preview Build 22621.160

File Explorer Tabs & Navigation Updates To help you work...

Announcing Windows 11 Insider Preview Build 22598 Patch Notes

 Windows Insiders, today released Windows 11 Insider Preview Build...

Download Windows 10 Build 18317 ISO files [Direct links]

Microsoft Windows 10 build 18317 ISO files are now...