OBJECTIVE
I have a flash drive and I want a custom memory management to work with "secret files". I need some help on how to achieve the following with two partitions on my device:
- READ Only OR CDFS Partition
- Hidden / Unmounted Partition
Partition 2 will contain raw / cyphered data. Its purpose is to be assessed by a utility on partition 1 that will uncypher / read the data on part. 2.
- The utility on 1 will also allow to add data on part. 2.
- I don't want the part. 2 to be mounted on Windows / Linux / OSX when the device is plugged.
- The part. 2 will be accessed from its UID path if possible. This can change depending on the solution adopted.
How can I get such behavior?
WHAT I HAVE TRIED SO FAR
- I've used an utility called BOOTICE to edit the partition ID but the Hidden IDs are respected only on Linux / OSX, not on Windows.
- I've read somewhere that Hidden IDs are respected on windows on fixed drives only but not on removable devices. So I've tried to flip the removable bit on the flash without success.
- Part 2 is FAT32 formatted at the moment.