• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question Blank space before USB Flash Drive partition?

I noticed some USB Flash drives that I buy always have a 200 or 250MB blank partition before the main partition. All formatting tools such as MiniTool Partition Wizard and the likes don't do this. Is there any benefit to this blank space that is set and is there a proper way to actually reformat a USB Flash drive the way it came from the manufacturer? I found an SD Card Formatting tool but none for USB Flash drives.
 
Well, due to flash block and page-size alignment, the optimal starting sector for an MBR-partitioned (optional for media marked as Removable), and FAT32-formatted volume (that traditionally started on sector offset 63, which is not really a power-of-2 size multiple), might need to be "aligned". I'm not sure if "Fat32Formatter" will do that or not.
 
Well, due to flash block and page-size alignment, the optimal starting sector for an MBR-partitioned (optional for media marked as Removable), and FAT32-formatted volume (that traditionally started on sector offset 63, which is not really a power-of-2 size multiple), might need to be "aligned". I'm not sure if "Fat32Formatter" will do that or not.
This was the space it had before:

USB Flash Drive Blank Partition.png

Can I just manually create that space and it'd be the same alignment as you mentioned?
 
I think I've had a few USB thumb drives over the years come with some manufacturer's utility preinstalled (I think it might have shown unallocated like that, but it's been a number of years since I last saw it), but you should be able to use diskpart clean command to wipe out anything like that out.

https://www.tenforums.com/tutorials/85819-erase-disk-using-diskpart-clean-command-windows-10-a.html

Actually, this is an older thread about deleting partitions with diskpart, so it can show you the additional commands of deleting a partition:

https://superuser.com/questions/536813/how-to-delete-a-partition-on-a-usb-drive
 
Back
Top