You are not logged in.
Hi,
This is my partition schema (in mind, still have to apply and go ahead for the installation process)
/home xfs
/ ext4
/var reiserfs
/tmp ??
/boot ext2 primary
--
windows primary
Now, I want also a primary partition for windows.
The /tmp question is,
what size and what filesystem should I choose during the partitioning procedure?
The reason why on a different partition ?
I use Lynis and want to get a higher score
I never understood how to encrypt the hole thing during the installation, and I want to know also if it's good to install windows first and than linux? so the MBR gets overwrited or the opposite?
Offline
Use tmpfs and as big as you want (limited by how much RAM you have).
https://wiki.archlinux.org/index.php/Fstab#tmpfs
Offline
thanks,
what about encrypting, how should I encrypt the hole thing (of course without boot), I have installed arch many times but never understood how to encrypt the disc.
Last edited by r0b0t (2011-11-29 11:56:24)
Offline
I would use LVM on top of LUKS. The wiki will get you started in the right direction but mostly addresses putting everything on one encrypted partition (no LVM). Basically, you need to encrypt a partition with LUKS and then partition that encrypted partition with LVM.
Offline