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

To clarify: I have written my own "disk operating system" for an MCU. I simply reads and writes for the first 2Gb of an SD card. I need to write my target image to be loaded on to the MCU at 0x000 and I find that the MBR resides there. I have to load the image from a desk-top PC and the MDB and GPT put me way further into memory (0x01FF).