How can I store a file in a specific block of HD in java? [closed]

On Unixoids you can open the raw devices like /dev/sda1 in the same way as any other file. Then you can read and write to that “file” using RandomAcccessFile.

But: Be very sure you really know what you do! The comments might give you a clue.

Leave a Comment