Is it possible to read whole partition of disk in java?
Partition is treated as directory (obviously) and because of it I can't create FileInputStream which I need.
I'd like to compute hash for whole partition of disk (byte by byte) and I was wondering how to achieve that.
If that matters it has to work both on Windows and Linux.
Any thoughts are appreciated!