| | 58 | #FIXME RAID |
| | 59 | |
| | 60 | Probably this is the most complex step and where you have to make more choices but this is very important for your server future. Our install will be using LVM (Linux Volume Manager) and the partition scheme we recommend would be something like: |
| | 61 | |
| | 62 | || partition || size || format || mount point || comments || |
| | 63 | || 1 || 8GB || ext3 || / || system volumen, fixed size || |
| | 64 | || 2 LVM || 1GB || swap || || virtual memory, dynamic size || |
| | 65 | || 3 LVM || 20G || XFS || /var || general storage for all the modules but file sharing, dynamic size || |
| | 66 | || 4 LVM || 20G || XFS || /home || file sharing storage || |
| | 67 | || 5 LVM || 20G || XFS || /var/vmail || mailboxes storage || |
| | 68 | || || || || || free space on LVM for snapshots || |
| | 69 | |
| | 70 | Having a dedicated volume for /home and /var/vmail will depend on your needs but we stronly suggest it if you are going to use eBox as a file sharing server or as a mail server. The other services (Users and Groups databases, Certification Authority, eGroupware, Asterisk voicemail, etc.) and log files and databases are stored in /var so you should choose the partition size for the /var volume acording to your number of users and their needs. |
| | 71 | |
| | 72 | We shouldn't forget to leave some free space on the LVM volume in order to create the snapshots used for safe upgrades. This size usually should be arround 2G but probably you will need more if you want to make snapshots on data partitions volumes, in that case 2G+15% of your other volumes size should be ok. |
| | 73 | |
| | 74 | That's why we will choose ''Manual'' partitioning: |
| | 75 | |
| | 76 | [[Image(ebox_install_11.png, 300)]] |
| | 77 | |
| | 78 | Will go over the ''FREE SPACE'' with the rows and will press ''Enter'' to create a new partition there: |
| | 79 | |
| | 80 | [[Image(ebox_install_12.png, 300)]] |
| | 81 | |
| | 82 | Next steps will be to configure the size as a primary partition at the beginning of the hard disk, the file system and the mount point are selected by default: |
| | 83 | |
| | 84 | [[Image(ebox_install_13.png, 300)]] [[Image(ebox_install_14.png, 300)]] [[Image(ebox_install_15.png, 300)]] [[Image(ebox_install_16.png, 300)]] [[Image(ebox_install_17.png, 300)]] |
| | 85 | |
| | 86 | And this is the state after creating the system partition: |
| | 87 | |
| | 88 | [[Image(ebox_install_18.png, 300)]] |
| | 89 | |