For additional drives I do not use partitioning, I lay the filesystem directly to the block device. For older SSD drives it is F2FS, for new drives XFS. I think nenoro could benefit from learning a bit about block devices, partitions and filesystems and also mounting and fstab (both have man pages to start with).
I like LVM and lots of logical volumes.
It gives me snapshots if I want but more importantly, I can add unallocated space to any logical volume.
Moving space around in harder but possible.
As i don't run UPS's, XFS, JFS and so on that can go a long time between syncs are not for me.
I use ext4 everywhere but with different block sizes for different filesystems and -O ^has_journal for anything that's expendable, like distfiles or the portage repo.
The repo is on a filesystem with a 1kB block size to avoid all the wasted space at the end of a file.
On average, every file wastes half a block. I would rather waste 512B that 2kB. It was important at one time. Less so now with the size of HDD.
Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.