partition
partition
What is a Partition?
Partitioning is means to divide a single hard drive into many
logical drives.
A partition is a contiguous set of blocks on a drive that are
treated as an independent disk.
A partition table is an index that relates sections of the hard
drive to partitions.
2
Why have multiple partitions?
Reduce the risk of system failure in case a partition becomes
full. Runaway processes or maniacal users can consume so much
disk space that the operating system no longer has room on the
hard drive for its bookkeeping operations. This will lead to disaster.
By segregating space, you ensure that things other than the
operating system die when allocated disk space is exhausted.
Start: This field shows the sector on your hard drive where the partition begins.
End: This field shows the sector on your hard drive where the partition ends.
Type: This field shows the partition's type (for example, ext2, ext3, or vfat).
Mount Point: A mount point is the location within the directory hierarchy at which a
volume exists; the volume is "mounted" at this location. This field indicates where the
partition will be mounted.
4
DISK Label:
Master Boot Record (MBR)
supports disks up to 2tb size
supports up to 4 primary partitions
Boot Loader
512 (446 bytes)
bytes
Partition Scheme:
Standard Partition
LVM
7
Filesystem Types:
xfs:
ext*
btrfs
ntfs
vfat
swap
8
Disk Partition
IDE Disk/Partition Naming:
/dev/hda [Primary Master Disk]
/dev/hda1 [First Primary Partition]
/dev/hda2 [Second Primary Partition]
/dev/hdb [Primary Slave Disk]
/dev/hdb1 [First Primary Partition]
/dev/hdc (Secondary Master Disk)
/dev/hdc1 [First Primary Partition]
9
Disk Partition
SCSI/SATA/SAS/SSD Disk/Partitions Naming
/dev/sd(X)