I have small task to read/write sectors in "free area", this free area between MBR's sector (LBA=0) and first sector of the first partition (tipicaly LBA=2048).
So, I can read/write first 128 sectors. After LBA=127 write operation end successfully but nothing has been written to disk really.
So is there a some kernel limitation ?