Difference between revisions of "SUNScholar/Install Ubuntu/S03/Disk Partitioning"

From Libopedia
Jump to navigation Jump to search
Line 27: Line 27:
 
*/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.
----
+
===Sample Screenshot===
 
[[File:Install-ubuntu-partitions.png]]
 
[[File:Install-ubuntu-partitions.png]]
  
 
  '''[[SUNScholar/Install_Ubuntu/S03/DSpace_User|Next]]'''
 
  '''[[SUNScholar/Install_Ubuntu/S03/DSpace_User|Next]]'''
 
__NOTOC__
 
__NOTOC__

Revision as of 00:00, 30 December 2013

Back to Index

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.

  1. Take careful note of partition sizing in Step 1
  2. Partition setup. Select manual.

Install-ubuntu-manual-partition.png


Partitioning Help

Doing a manual partition setup can be confusing for those new to Linux. Below are some links to help.

YouTube video's

Example Setup

Sunscholar-disk-space.png

  • /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.

Sample Screenshot

Install-ubuntu-partitions.png

Next