I'm testing SOLID STATE write failure times (c code) and the device isn't failing
问题 Turns out I misinterpreted wear leveling, I initially thought by accessing the drive as RAW I would lose this feature but as its a feature on the controller this explains why i am hitting millions of writes to the 'logical sector' I am testing I am writing an application where I will be utilizing a RAW disk partition like a circular buffer, ie no filesystem. I need somewhere to keep track of my read/write buffer heads that is persistent across boots, I was thinking i can create another