დაყოფის სქემა Linux ვებ სერვერი
სასურველი კარგი დაყოფის სქემა in Linux შეიძლება დაეხმაროს, როდესაც რამ წავიდეთ არასწორი. თუ დანაყოფი ვერ ეს არ იმოქმედებს სხვა დანაყოფი მონაცემები.
შემდეგ არის კარგი დაყოფის სქემა ვებ სერვერზე. Following numbers are for a 10Gb Hard Drive..
/boot
შეიცავს ყველა ფაილი და დასტა ჩატვირთვისას Linux kernel. The Linux kernel და GRUB boot loader ფაილი ინახება აქ. 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.
