fork download
  1. // ******************************************************************************** //
  2. THIS IS THE PARTITION LAYOUT...
  3. // ******************************************************************************** //
  4.  
  5. -> Resources: 3, 3 Tb disks in the desktop machine I'm installing on.
  6. -> Note that / is a logical volume on that raid (this is possible - it has been done before).
  7. -> Partitioning, the boot flag, and partition types were done using gparted live (version: gparted-live-0.14.1-6-amd64).
  8. -> Raid and lvm setup were done with the ubuntu partitioner in the installer.
  9. -> Ubuntu 12.04 Desktop, 64 bit, alternate install cd is being used.
  10.  
  11. -----------------------------------------------------------------------------------------------------------------------------
  12. | Partition/ Device | Use | Format | Size | Flag |
  13. -----------------------------------------------------------------------------------------------------------------------------
  14.  
  15. /dev/sda1 ESP fat 32 250 Mib/ 262 Mb Boot
  16. /dev/sdb1 Spacer Unformatted 250 Mib/ 262 Mb --
  17. /dev/sdc1 Spacer Unformatted 250 Mib/ 262 Mb --
  18. /dev/sda2 Raid/lvm Unformatted avialable - 5.3 Mib/ 5.55745 --
  19. /dev/sdb2 Raid/lvm Unformatted avialable - 5.3 Mib/ 5.55745 --
  20. /dev/sdc2 Raid/lvm Unformatted avialable - 5.3 Mib/ 5.55745 --
  21. /dev/sda3 swap Unformatted 5.3 Mib/ 5.55745 --
  22. /dev/sdb3 swap Unformatted 5.3 Mib/ 5.55745 --
  23. /dev/sdc3 swap Unformatted 5.3 Mib/ 5.55745 --
  24.  
  25. /dev/md0 Raid array Unformatted sd[a,b,c]2 --
  26. /dev/system Volume Group Unformatted /dev/md0
  27. /dev/mapper/system-root System root ext4 465.661 Gib/ 500 Gb --
  28. /dev/mapper/system-virtualization vm's ext4 465.661 Gib/ 500 Gb --
  29. /dev/mapper/system-flamingamino web site ext4 465.661 Gib/ 500 Gb --
  30. /dev/mapper/system-programming develpment ext4 465.661 Gib/ 500 Gb --
  31. /dev/mapper/system-storage /home ext4 1862.645 Gib/ 2000 Gb --
  32.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty