Hardware⏱️ 3 min read📅 2026-06-19

How to Fix: "We couldn't create a new partition..." error while installing Windows 8.1 on Samsung 530U

Windows installation error on Samsung 530U SSD/HDD hybrid drive.

Quick Answer: Remove SD card and run setup again, then use DISKPART to clean and format the SSD partition.

The error 'We couldn't create a new partition...' occurs when attempting to install Windows 8.1 on Samsung 530U devices. This issue affects users who are trying to dual-boot or install Windows 8.1 as their primary operating system.

This error can be frustrating, especially for those who have already invested time and effort into creating a bootable USB drive using the Windows USB/DVD tool. However, by following the steps outlined in this guide, users should be able to resolve the issue and successfully install Windows 8.1 on their Samsung 530U device.

🛑 Root Causes of the Error

  • The primary reason for this error is that the Samsung 530U device has a hybrid SSD/HDD model, which can cause issues with the Windows setup process. The Windows setup may be reading the entire drive as both an SSD and HDD, leading to conflicts and errors.
  • Another potential cause of this error is that the USB drive used for installation may not have the necessary drivers installed, causing the Windows setup to fail.

✅ Best Solutions to Fix It

Removing the SD Card

  1. Step 1: Check if an SD card is inserted into the system and remove it if present. This will help prevent any potential conflicts between the SD card and the Samsung 530U's hybrid drive.
  2. Step 2: Run the Windows setup again without the SD card to see if this resolves the issue.

Using DiskPart

  1. Step 1: After the setup fails to find the partition, close the setup window and type 'DISKPART' in the command line.
  2. Step 2: Type 'LIST DISK' to identify your SSD disk number (usually listed as a single entry with no disk size).
  3. Step 3: Select the correct disk using the 'SELECT DISK' command.
  4. Step 4: Type 'CLEAN' to wipe any existing partitions on the selected disk.
  5. Step 5: Type 'CREATE PARTITION PRIMARY' to create a new primary partition.
  6. Step 6: Type 'ACTIVE' to activate the newly created partition.
  7. Step 7: Type 'FORMAT FS=NTFS QUICK' to format the partition with NTFS file system and quick formatting.
  8. Step 8: Type 'ASSIGN' to assign the drive letter to the newly formatted partition.
  9. Step 9: Type 'EXIT' twice (once to exit DiskPart and once to exit the command line tool) to complete the process.

✨ Wrapping Up

By following these steps, users should be able to resolve the 'We couldn't create a new partition...' error and successfully install Windows 8.1 on their Samsung 530U device.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions