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

From Libopedia
Jump to navigation Jump to search
Line 18: Line 18:
 
* Partition setup. '''Select manual.'''
 
* Partition setup. '''Select manual.'''
 
* '''<font color="red">Take careful note of partition sizing in [[SUNScholar/Install Ubuntu/S01|Step 1]]</font>'''
 
* '''<font color="red">Take careful note of partition sizing in [[SUNScholar/Install Ubuntu/S01|Step 1]]</font>'''
 
====Step 1. Install VirtualBox in Windows 7====
 
*http://youtu.be/XajMLO8v65w
 
 
====Step 2. Watch demo Ubuntu 10.04 LTS Install for DSpace using Virtualbox and "manual" partitions====
 
Download and watch the following video - 30MB - 22mins:
 
*http://web.lib.sun.ac.za/style/sunscholar/ubuntu-10.04-installation.mp4
 
 
Do a few test installs with Virtualvox and then move to some test installs on bare metal or VMware.
 
 
====Ubuntu Installation Help====
 
*https://help.ubuntu.com/10.04/serverguide/index.html
 
*http://ubuntu.sun.ac.za/wiki/index.php/Enterprise_Server_Management
 
*http://youtu.be/cC_c0JMVoBo
 
*http://youtu.be/y6oWBXF7ENk
 
  
 
====Partition Help====
 
====Partition Help====
Line 41: Line 26:
 
* http://youtu.be/Garnfv2pf2s<br>Install ubuntu server 12.04 LTS - Also applies to 10.04 LTS
 
* http://youtu.be/Garnfv2pf2s<br>Install ubuntu server 12.04 LTS - Also applies to 10.04 LTS
  
====Virtualbox Help====
+
<font color="red">'''Please note: The use of separate partitions for the /home and /var folders greatly facilitates disaster recovery and system stability and is generally accepted systems administration practice for critical linux based servers.'''</font>
*https://help.ubuntu.com/community/VirtualBox
 
*https://www.virtualbox.org/wiki/Downloads
 
*http://www.psychocats.net/ubuntu/virtualbox
 
*http://youtu.be/eCyPq6rDnJE<br>Install Ubuntu Server 10.04 on VirtualBox - not to be used for DSpace!
 
 
 
<font color="red">'''Please note: The use of seperate partitions for the /home and /var folders greatly facilitates disaster recovery and system stability and is generally accepted systems administration practice for critical linux based servers.'''</font>
 
 
|}
 
|}
  
 
  '''[[SUNScholar/Install_Ubuntu/S03/DSpace_User|Next]]'''
 
  '''[[SUNScholar/Install_Ubuntu/S03/DSpace_User|Next]]'''
 
__NOTOC__
 
__NOTOC__

Revision as of 17:26, 29 December 2013

Template:SUNScholar

Install-ubuntu-manual-partition.png

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.

Install-ubuntu-partitions.png

Instructions

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

Partition Help

Please note: The use of separate partitions for the /home and /var folders greatly facilitates disaster recovery and system stability and is generally accepted systems administration practice for critical linux based servers.

Next