For making a partition USB drive, Connect a USB flash drive to your laptop in Windows 10, use the format tool to set up a compatible file system, and then begin dumping files onto it. If there’s nothing wrong with this method, a few situations in which doing a partition USB drive into several partitions can be beneficial.
Let’s see if we can use Windows 10 to build multiple partitions on a USB stick. Assume that a primary partition has already been made on the USB stick, taking up the entire space. We’ll compact it and divide it into two or multiple partitions:
Although there are a few steps involved in creating multiple partitions on a USB drive, it is not difficult. All you need to do is to uninstall the USB drive and configure the new store layout.
- Erasing the USB flash drives
If you have errors or other issues, you can use Disk Manage to clean the USB drive and start over with a new partition.
Follow these instructions to clean and format a USB flash drive using diskmgmt.MSC. Ensure to back up any important data to erase all the data inside the USB flash drive.
- Install USB flash drive.
- Open the Start in the left bottom corner.
- Look for “Create and format hard disc partitions,” then open the “Disk Management tool” by clicking the top result.
- Select Delete volume from the context menu when you right-click the removable storage.
- Select the Yes option.
- Choose New Simple Volume from the context menu when you right-click the “Unallocated” space.
- Then press the Next button.
- To use all of the available space, click the Next button once more.
- Select the choice to assign the following drive-letter.
- Steps to create multiple partitions in USB flash drive
Follow these steps to build several partitions on a USB removable drive:
- Start the program.
- To open the experience, search for Disk Management and press the “Create and format hard disk partitions” result.
- Select the New Simply Value option from the context menu when you right-click the Unallocated space.
- Then press the Next button.
- Allocate the amount of space you need to assign for the first partition in megabytes under the “Simple volume size in MB” section.
- Then press the Next button.
- Select a letter for the new partition from the “Assign the following drive letter” drop-down display.
- Then press the Next button.
- Select the exFAT option from the “File systems” drop-down menu.
- Pick the Default option from the “Allocation unit size” drop-down menu.
- Type a descriptive name for the drive in the “Value label” area.
- Select the permission to accomplish a quick format.
- Uncheck the Enable file and folder compression option unless it’s necessary.
- Then press the Next button.
- Finish by pressing the Finish button.
- Select the New Simply Value option from the context menu when you right-click the remaining Unallocated space.
- Then press the Next button.
- Set the proportion of space you want to assign for the second partition in the “Simple volume size in MB” section.
- Then press the Next button.
- Select a letter for the new drive from the “Assign the following drive-letter” drop-down display.
- Then press the Next button.
(Note: You won’t be able to use the FAT32 file systems if your USB flash drive is more significant than 32GB. Ensure the partition data size is less than 32768 megabytes if you need to use FAT32.
Make the partition greater than 32769 megabytes if you want to use the exFAT option. Create a partition FAT32 and then use the “Format” option to change the file systems to exFAT if you want to use exFAT on a partition that’s less than 32GB.)
On a USB flash drive, how to build multiple partitions with password protection
USB Flash drive partitioning
Follow these steps to build two partitions on a USB flash drive:
- Start the program.
- To open the experience, search for Disk Management and press the top result.
- Select the New Simply Value option from the context menu when you right-click the Unallocated space.
- Then press the Next button.
- Allocate the amount of data space in megabytes that you want to assign for the partition that will be accessible to anyone who connects the drive to a device under the “Simple volume size in MB” portion.
- Then press the Next button.
- Select a letter for the new drive from the “Assign the following drive letter” drop-down display.
- Then press the Next button.
- Select the exFAT option from the “File system” drop-down menu.
- Pick the Default option from the “Allocation unit size” drop-down menu.
- Type a descriptive name for the drive in the “Value mark” area.
- Select the option to perform a fast format.
- Clear the Enable file and folder compression option unless it’s necessary.
- Then press the Next button.
- Finish by pressing the Finish button.
After you’ve completed these measures, you’ll have two partitions on your removable drive, and all that’s left is to encrypt the partition that will hold your essential files with BitLocker.
How to solve drive problems using DiskPart on Windows 10?
Follow these measures to using DiskPart to address issues hard drive on Windows 10:
- Go to Start
- Right-click the top result in the search for Command Prompt and choose Run as administrator.
- To start DiskPart, type the following command and press Enter:
- diskpart
- To list all active drives, type the following command and press Enter:
- List disk
- To pick the drive, you want to clean, type the following command and press Enter:
- select disk (DISK-NUMBER)
- Replace the DISK-NUMBER with the drive number you need to fix in the “Disk” column in the command. You risk erasing the wrong drive if you don’t follow this move carefully.
- To clean the disc, type the following command and press Enter:
- Clean
- To confirm that the drive is still selected, type the following command and click Enter:
- list disk
- An asterisk (*) should appear next to the selected drive in the output.
- To build a new partition, type the following command and press Enter:
- Create partition primary
- To pick the new primary partition, type the following command and press Enter:
- select partition 1
- To activate the partition, type the following command and press Enter:
- active
- To format the partition with the NTFS and assign a drive name, type the following command and press Enter:
- format fs=FILE-SYSTEM label=DRIVE-LABEL quick
- Replace the FILE-SYSTEM with the file system you want to use, such as NTFS or FAT32, and DRIVE-LABEL with the drive’s name as it should appear in File Explorer in the command. The fast choice is available if you want to execute a format quickly. However, if you’re not sure about the drive’s condition, it’s best to pass on this option. Only keep in mind that the format can take a long time depending on the size of the hard drive.
- This example uses the NTFS file system to format the drive and names the partition “Data”:
- format fs=ntfs label=Data quick
- To allocate a letter to the flash drive and make it visible in File Explorer, type the following command and press Enter:
- assign letter=DRIVE-LETTER
- Adjust DRIVE-LETTER to the letter you want the drive to use that isn’t already allocated to another unit in the command.
- The letter “G” is assigned in this example:
- assign letter=g
- To end DiskPart, type the following command and press Enter:
- exit
- To close Command Prompt, type the following command and press Enter:
- exit
- If the USB removable drive is not physically damaged, you should be able to access it through File Explorer and begin storing files on it once you’ve completed the steps.
Conclusion
After reading this piece of text, you will be able to perform a partition USB drive efficiently. Here we have provided some methods with or without password protection. You can either use Windows 10 inbuilt tools or a separate partition tool such as RUFUS to create multiple partitions in a USB flash drive.
Do check out How to Create Windows 10 Installation Media Using The Media Creation Tool.