Difference between revisions of "SUNScholar/Install Ubuntu/S03/Disk Partitioning"
Jump to navigation
Jump to search
| Line 14: | Line 14: | ||
* http://ubuntuserverguide.com/2013/02/manual-disk-partition-guide-for-ubuntu-server-edition.html | * http://ubuntuserverguide.com/2013/02/manual-disk-partition-guide-for-ubuntu-server-edition.html | ||
;YouTube video's | ;YouTube video's | ||
| − | * Partitioning 101: | + | * Partitioning 101: http://youtu.be/eSMMs4cfMqY |
* Partitioning & Installing Ubuntu Server Part 1/2: http://youtu.be/bVjzt_uriwE | * Partitioning & Installing Ubuntu Server Part 1/2: http://youtu.be/bVjzt_uriwE | ||
* Partitioning & Installing Ubuntu Server Part 2/2: http://youtu.be/VAZRomlY8CE | * Partitioning & Installing Ubuntu Server Part 2/2: http://youtu.be/VAZRomlY8CE | ||
Revision as of 23:58, 29 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.
- Take careful note of partition sizing in Step 1
- Partition setup. Select manual.
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 - Also applies to 10.04 LTS: http://youtu.be/Garnfv2pf2s
Example Setup
- /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.
Next


