this post was submitted on 09 Nov 2023
2 points (100.0% liked)

Hardware

33 readers
1 users here now

A place for quality hardware news, reviews, and intelligent discussion.

founded 11 months ago
MODERATORS
 

Is it possible to buy RAW SD cards? I mean without a master boot record or partition table. I have been using WinHex to write zeros to all the memory addresses thereby wiping out the partition tables, but this is time consuming. Can I just buy them "blank"? Does anyone have a source?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago

I'm sure if you had a big enough order you could buy them from a company with those specifications.

But if you just overwrite the disks anyway and assume they are blank it will be the same. For example.lets say you buy 10 SD cards that are fat32 formatted. If you need to write an image to them then just write over the entire disk with something like dd or a similar tool on windows. You only need to destroy the first few MB of space to nuke the MBR. Gpt is a bit more complex as it stores a backup table at the end of the drive. But it doesn't really matter if you overwrite it.