Jump to content
4 minutes ago, Fred Flintstone said:

What's the best or more reliable program to partitioning USB drives? Since Windows 10 does not allow to do so through Disk Manager, according to a SanDisk forum though.

I’ve done it in disk manager, unless they removed it in a recent update.

Link to comment
https://linustechtips.com/topic/890098-usb-drive-partition/#findComment-10979092
Share on other sites

Link to post
Share on other sites

I think if your run "diskpart" in cmd, then select the usb disk, then run "clean" on that disk, it will erase the partition table and you can go into disk management and it will be Unallocated Space and you can then create multiple partitions

PC:

AMD Ryzen 9 5900X | AMD Radeon RX 7900 GRE | 32 GB RAM | Arch Linux

Laptop:

MacBook Pro 13" (2019) | Intel Core i5 8279U | 8 GB RAM | macOS

Server:

Intel Core i7 6700K | 16 GB RAM | 2 TB HDD | Debian Linux

Link to comment
https://linustechtips.com/topic/890098-usb-drive-partition/#findComment-10979107
Share on other sites

Link to post
Share on other sites

1 minute ago, Husky said:

I think if your run "diskpart" in cmd, then select the usb disk, then run "clean" on that disk, it will erase the partition table and you can go into disk management and it will be Unallocated Space and you can then create multiple partitions

Would you please provide me the exact steps to do that? I am not so familiar with commands and all that :S

Link to comment
https://linustechtips.com/topic/890098-usb-drive-partition/#findComment-10979119
Share on other sites

Link to post
Share on other sites

21 minutes ago, Fred Flintstone said:

Would you please provide me the exact steps to do that? I am not so familiar with commands and all that :S

Open Command Prompt (Admin) by pressing Windows Key + X and selecting it from the popup menu. type "diskpart" into the window and press enter. Type "list disk" and press enter. It will show a list of all the disk attached to the computer. Find your USB Drive in the list and type "select disk NUMBER" replacing NUMBER with the number of your USB Drive. Then type clean. Once done you can type exit and then close the Command Prompt. Open Disk Management and then do what you want to do. WARNING: Make sure that you select the correct disk in diskpart because if you mess up, you could completely erase the partition table of the wrong disk which may cause data loss.

PC:

AMD Ryzen 9 5900X | AMD Radeon RX 7900 GRE | 32 GB RAM | Arch Linux

Laptop:

MacBook Pro 13" (2019) | Intel Core i5 8279U | 8 GB RAM | macOS

Server:

Intel Core i7 6700K | 16 GB RAM | 2 TB HDD | Debian Linux

Link to comment
https://linustechtips.com/topic/890098-usb-drive-partition/#findComment-10979173
Share on other sites

Link to post
Share on other sites

21 minutes ago, Husky said:

Open Command Prompt (Admin) by pressing Windows Key + X and selecting it from the popup menu. type "diskpart" into the window and press enter. Type "list disk" and press enter. It will show a list of all the disk attached to the computer. Find your USB Drive in the list and type "select disk NUMBER" replacing NUMBER with the number of your USB Drive. Then type clean. Once done you can type exit and then close the Command Prompt. Open Disk Management and then do what you want to do. WARNING: Make sure that you select the correct disk in diskpart because if you mess up, you could completely erase the partition table of the wrong disk which may cause data loss.

Thanks! But I managed to do it through Disk Manager, I deleted the volume and the option to create a new one popped up.

Link to comment
https://linustechtips.com/topic/890098-usb-drive-partition/#findComment-10979224
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×