2.6 Partition
Partition
Partition – यह किसी disk को एक या अधिक logical disk में विभाजित करता है | यह आपदा की स्थिति में उच्च data security प्रदान करता है |
प्रत्येक partition एक पृथक्क disk की तरह कार्य करता है | और इसका स्वयं का file system होता है | partition information को partition table में store किया जाता है |
e.g. Hard drive can have various partitions / (root partition) and /home (home partition) .
Every partition will have one file system.
GParted – a partition management tool (application / software)
Primary and Extended Partitions
Original Parition scheme के अनुसार किसी भी disk drive में केवल चार partitions बना सकते है | इन्हें primary partitions कहा जाता है | यदि चार से अधिक partition बनाने हो तो इन चार primary partitions में से किसी को और छोटे partitions में बांटा जा सकता है जिन्हें logical partition कहा जाता है | इसे extended partition भी कहते है |
Partition auto-mount script
During system startup, all the partitions are thus mounted, as described in the file /etc/fstab
यह script system boot के समय स्वतः execute होती है |