Disk Management Flashcards
Learn: * Partitions * MBR * GPT * Mount Points * fdisk
What is a partition?
A partition is the result of dividing a hard disk into multiple “pieces”, pieces here are the partitions.
Without partitions one would have to buy more hard disk to have multiple OS in the same machine.
What’s the point of partitioning?
One of the main reasons is to separate the system related data from the user related data.
What does GPT stands for?
GUID Partition Table
How many partitions can GPT support by default
128 partitions
How much storage can GPT support in disk sizes
up to 9.4 zettabyte (ZB)
is root (/) always a mount point?
Yes
how many primary partitions does MRB support?
4 partitions.
What’s the default type of a partition when is being created with fdisk?
Linux (Option #83)
what does EXT means?
Extend File System
Can you name another File System apart from EXT?
JFS, XFS, ZFS, ReiserFS