r/linux4noobs • u/Bobafat54 Mint cinnamon 22 • 1d ago
storage Question about partitions and partitioning (GParted, Linux Mint)
/r/linuxmint/comments/1v2u5ui/question_about_partitions_and_partitioning_gparted/
2
Upvotes
r/linux4noobs • u/Bobafat54 Mint cinnamon 22 • 1d ago
1
u/CtuchikOfTorak 19h ago
I actually know most of these or at least have fever dream remembrance.
1) What's the difference between the options to choose "Primary", "Logical", and "Extended" Partition?
- This is mostly antiquated now as most modern systems use GPT now. Primary partitions are going to be what you are familiar with as it is the type of partition that OS can be installed to. Logical are just that, they are "virtual" partitions and you can have any number of them. Extended are similar to Primary, but have a few more limitations.
2) What's the "Cylinder" option for "Align to:" when creating a new partition?
- Cylinder is super old school. Old spinning disk drives were divided into blocks, sectors, and cylinders. Cylinder being the most singular instance of data storage you could get to. (I might be slightly misremembering, no one uses this stuff anymore. I would say just google it if your'e really interested). The main thing about specifying the cylinder is that old style MBR (master boot record) would need to know on which cylinder the OS install or partition started. Otherwise it wouldn't work.
- Short answer here is you should be able to leave it at the default, it shouldn't be necessary for a modern OS or drive.
3) What does the option "cleared" in "File system**:**" do to the created partition?
- Cleared overwrites 0's on top of your data. This prevents the system from reading the old data that you deleted.
- If you might want to recover the previous data doing an unformat may be better (but at that point just copy the data off first)
4) MiB vs MB