Are SSD partitions the same as HDD partitions? I mean, HDD partitions seem "physical" as they "divide" the drive in sections.
Are SSD partitions "logical" so the controller will still use all the channels/nand available for maximum performance or are they "physical", dividing nand and channels and limiting the performance because some channels/nand will be in another partition?
Both disk types present LBA's (logical block addresses) to the OS. Consecutive LBA's might correspond to physically consecutive sectors on HDD, but should the disk fail to write to a sector, it would remap the LBA to a different physical sector. So much for being "close".
HDD has head(s) to read/write, just like CRT monitors had single ray from electron gun; it can point to only one spot at a time and it has to move physically. SSD (and LCD) access the spots in different manner. SSD still shows LBA's to the OS.
A "partition" is a set of consecutive LBA's. I would guess that SSD maps LBA's initially quite "physically", but SSD do remap -- not only on failure but for wear leveling too. I presume.
I see no real difference.
35 GB is not very much for the OS, esp. if you ever want to use the hibernate function.
"OS". 10 GB is more than plenty for OS and applications (
sans games) if the OS is Linux. Hibernation ... goes to swap partition, doesn't it?
Junctions/symlinks/mount points are lovely tools for decoupling physical and logical volumes.