Command Line Magic on Nostr: If you find yourself in a rush and don't want to wait for filling out an encrypted ...
If you find yourself in a rush and don't want to wait for filling out an encrypted partition at install time (to hide disk usage patterns), you don't have to wait inside the installer. You can finish the install without doing that, reboot and do it from within the installed OS within the install with something like this:
ionice -n 3 dd if=/dev/zero of=bigfatzero bs=1M status=progress ; rm bigfatzero
The ionice will give the process lower i/o priority to keep your system snappy.
Published at
2023-10-21 13:16:18Event JSON
{
"id": "e93022d73dbba8f21cc07a296ad8e7726e1083eed00c1f60a82527f7086cf58a",
"pubkey": "f5f1075f3fad1755cef1ef9024d53eafd24ea460383319ffb9949f3b6a3cde1a",
"created_at": 1697894178,
"kind": 1,
"tags": [
[
"proxy",
"https://mastodon.social/users/climagic/statuses/111273192868652603",
"activitypub"
]
],
"content": "If you find yourself in a rush and don't want to wait for filling out an encrypted partition at install time (to hide disk usage patterns), you don't have to wait inside the installer. You can finish the install without doing that, reboot and do it from within the installed OS within the install with something like this:\n\nionice -n 3 dd if=/dev/zero of=bigfatzero bs=1M status=progress ; rm bigfatzero\n\nThe ionice will give the process lower i/o priority to keep your system snappy.",
"sig": "daf075ff5a2d5bbcf96298ca3f6bcce7de2dff7b436a67bd84f24164a6a3f11e3bc4a335f032f1bac9880a6eade157332d56a2bb65d5432789db45349be7a04d"
}