គ្រោងការណ៍ចែកភាគថាសនៃបណ្តាញលីនុច
Specifying a good partition scheme in Linux can help when things go wrong. If a partition fails it will not effect the other partition’s data.
The following is a good partition scheme for a web server. Following numbers are for a 10Gb Hard Drive..
/ចាប់ផ្ដើម
មានផ្ទុកឯកសារនិងថតទាំងអស់ដើម្បីចាប់ផ្ដើមខឺណែលលីនុច. ឯកសារកម្មវិធីចាប់ផ្ដើមខឺណែលលីនុចនិង GRUB ត្រូវបានរក្សាទុកនៅទីនេះ. This needs to be large enough to fit the Linux and GRUB loader files, as well as be able to allow for any future updates.
ទំហំ: 10% (1Gb)
/
This is the root directory, where all other files appears. If a partition is not specified for other directories then they will be in this partition.
ទំហំ: 25% (2.5Gb)
/ផ្ទះ
Contains all users data and configuration files.
ទំហំ: 25% (2.5Gb)
[swap]
Hard disk space used to help free up memory. It is recommended to put the swap size at least twice the size of the allocated memory.
ទំហំ: 15% (1.5Gb)
/tmp
Directory used by Linux to store temporary files. This directory is emptied at boot.
ទំហំ: 10% (1Gb)
/កន្លែងណា
Contains files that may change in size such logs and mail boxes.
ទំហំ: 15% (1.5Gb)
Partition sizes can also be resized if they fill up. The above is a guide for initial sizes at installation.
