Difference between revisions of "SUNScholar/Install Ubuntu/S03/Disk Partitioning"
| Line 43: | Line 43: | ||
<font color="red">'''<big>Please note:</big><br></font>The use of separate partitions for the /home and /var folders greatly facilitates disaster recovery and system stability.<br>Using the /home partition for DSpace system and data files is generally accepted systems administration practice.''' | <font color="red">'''<big>Please note:</big><br></font>The use of separate partitions for the /home and /var folders greatly facilitates disaster recovery and system stability.<br>Using the /home partition for DSpace system and data files is generally accepted systems administration practice.''' | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
---- | ---- | ||
| Line 61: | Line 52: | ||
*/dev/sda3 = '''/var''' - is the partition where the database and log files are stored. | */dev/sda3 = '''/var''' - is the partition where the database and log files are stored. | ||
*/dev/sda4 = '''/home''' - is the partition where the DSpace application and assetstore are located. | */dev/sda4 = '''/home''' - is the partition where the DSpace application and assetstore are located. | ||
| + | |||
---- | ---- | ||
| + | |||
| + | ===Partitioning Help=== | ||
| + | Doing a manual partition setup can be confusing for those new to Linux. Below are some links to help. | ||
| + | * http://ubuntuserverguide.com/2013/02/manual-disk-partition-guide-for-ubuntu-server-edition.html | ||
| + | ;YouTube video's | ||
| + | * Partitioning 101: http://youtu.be/eSMMs4cfMqY | ||
| + | * Partitioning & Installing Ubuntu Server Part 1/2: http://youtu.be/bVjzt_uriwE | ||
| + | * Partitioning & Installing Ubuntu Server Part 2/2: http://youtu.be/VAZRomlY8CE | ||
| + | * Install ubuntu server 12.04 LTS: http://youtu.be/Garnfv2pf2s | ||
'''[[SUNScholar/Install_Ubuntu/S03/Install_Software|Next]]''' | '''[[SUNScholar/Install_Ubuntu/S03/Install_Software|Next]]''' | ||
__NOTOC__ | __NOTOC__ | ||
Revision as of 20:08, 3 January 2014
Back to "Install Ubuntu - Step 3"
- Take careful note of partition sizing in the table below.
- Partition disks. Select Manual.
Partition Sizing
The following partition scheme is reccomended.
|
/ |
ROOT partition, where all the system software is installed |
10GB Minimum - 20GB preferred |
|
n/a |
SWAP partition |
2x installed RAM |
|
/var |
VAR partition, where all the log files and database files are installed |
10GB Minimum - 50GB preferred. This depends on how big your database index files get and how large the log files. |
|
/home |
HOME partition, where all the DSpace software files and bitstreams are stored |
All the rest of the total disk capacity. |
Please note:
The use of separate partitions for the /home and /var folders greatly facilitates disaster recovery and system stability.
Using the /home partition for DSpace system and data files is generally accepted systems administration practice.
Example Setup for SUNScholar
- /dev/sda1 = / - is the root/system partition.
- /dev/sda2 = is the swap partition and is not listed.
- /dev/sda3 = /var - is the partition where the database and log files are stored.
- /dev/sda4 = /home - is the partition where the DSpace application and assetstore are located.
Partitioning Help
Doing a manual partition setup can be confusing for those new to Linux. Below are some links to help.
- YouTube video's
- Partitioning 101: http://youtu.be/eSMMs4cfMqY
- Partitioning & Installing Ubuntu Server Part 1/2: http://youtu.be/bVjzt_uriwE
- Partitioning & Installing Ubuntu Server Part 2/2: http://youtu.be/VAZRomlY8CE
- Install ubuntu server 12.04 LTS: http://youtu.be/Garnfv2pf2s
Next

