I want some advice about partition schemes on 1 SSD, and 2 HDDs.
by whjeon from LinuxQuestions.org on (#4RSZ0)
Hi, mentors!
I've used Linux with 1 SSD and 2 HDDs (1TB each).
And today I suddenly had a question about partition schemes.
For a long time, I partitioned my disks as below.
Code:/dev/sda - 256G SSD.
- /dev/sda1: EFI System: 512M
- /dev/sda2: for root: rest
pv: /dev/sdb, /dev/sdc
vg: linux with /dev/sdb, /dev/sdc
lv: linuxswap: 8G
lv: linuxhome: restNow, are there any other good options for me?
or is it bad in some way?


I've used Linux with 1 SSD and 2 HDDs (1TB each).
And today I suddenly had a question about partition schemes.
For a long time, I partitioned my disks as below.
Code:/dev/sda - 256G SSD.
- /dev/sda1: EFI System: 512M
- /dev/sda2: for root: rest
pv: /dev/sdb, /dev/sdc
vg: linux with /dev/sdb, /dev/sdc
lv: linuxswap: 8G
lv: linuxhome: restNow, are there any other good options for me?
or is it bad in some way?