Live data from Hacker News

Hard drive hack provides root access, even after reinstall

spritesmods.com

1–10 of 96 posts

Re: Hard drive hack provides root access, even after reinstall

#6

Installing linux on a hard drive never sounded impressive before.

Well, to be fair, it's a bit of a pain with UEFI. But this is really amazing. I'd love to see how it could be extended to other OSes, if possible?

I'm not sure about the other controllers, but if this one has a Cortex M3, then anything that runs on an M3 could hypothetically be ported.

One of the SE sites assembled a list. Shockingly, the question isn't closed yet!

http://electronics.stackexchange.com/questions/27594/what-op...

Re: Hard drive hack provides root access, even after reinstall

#9
> Because Linux caches the shadow file (like all files recently accessed), I have to generate a lot of disk activity for the file to be 'pushed out' of the cache

http://linux-mm.org/Drop_Caches

$ echo 3 > /proc/sys/vm/drop_caches

or as non-root

$ echo 3 | sudo tee /proc/sys/vm/drop_caches

Post reply on HN