logoalt Hacker News

gruezyesterday at 1:06 PM3 repliesview on HN

>I believe LUKS is capable of that

Booting into a 30 GB partition on a 128GB phone is going to be mega suspicious, even if the remaining data is random.


Replies

dredmorbiusyesterday at 8:05 PM

A partition based on a sparse disk image might avoid that.

You'd have what appears to be a 128GB image (or some large fraction of that), which in reality is largely holes (typically: repeated blocks of ASCII 00 bytes).

Of course, you'd need to avoid actually trying to fill that filesystem.

inigyouyesterday at 4:31 PM

Right, it would have to be 64/64 for everyone.

cromkayesterday at 6:53 PM

There are ways around it AFAIK.

show 1 reply