Properly installing Ubuntu on three hdd












-1















sorry on low english.
I want to install Ubuntu x64bit on three hdd, each of 1tb (WD blue, WD green and Toshiba).
I have UEFI motherboard and 4gb RAM (i will soon upgrade to 8gb).
I've always install Ubuntu with default settings for single OS on one hdd.
Now i want to properly install Ubuntu and configure all partition during installation.
I want to all systems partitions be on one hdd and that system boot from that hdd.
Another two hdd will have one partition for storage, each of 931gb.
I need guide step-by-step how to make this partitions:




  • how much memory is needed for each partition in this case: /swap, /boot, /var, /tmp, /root and /home

  • which partition should need to make first

  • which partition need to be primary or logical

  • which partition need to have mount point

  • which format is need for each partition


Thanks










share|improve this question























  • You can install Ubuntu on one of the hard disk drives with the standard method using the whole drive. This way you need not worry about partition sizes, The whole Ubuntu 18.04.1 LTS system will be in one single partition (for example a swapfile instead of a swap partition). After that you can usegparted to create a partition table and one partition with the ext4 file system in each of the other two hard disk drives.

    – sudodus
    Feb 3 at 19:21













  • I should add, that in UEFI mode, the installer will also create a small EFI system partition in the 'first' hard disk drive, /dev/sda. It is a good idea to install the whole Ubuntu system in this drive, /dev/sda. If you really want to split into two partitions, you can consider using 100 GiB for the root partition / and the rest for a home partition /home

    – sudodus
    Feb 3 at 19:39













  • If partitioning in advance you want to use gpt on all drives. Often easiest to disconnect all but drive you want to use for install, unless putting /home on another drive. You may not need to physically disconnect as many UEFI allow to to turn off a drive, so not seen. UEFI/gpt partitioning in Advance: askubuntu.com/questions/743095/… & New installs now use swap file, so swap partition not required: help.ubuntu.com/community/DiskSpace With gpt all partitions are primary.

    – oldfred
    Feb 3 at 19:45


















-1















sorry on low english.
I want to install Ubuntu x64bit on three hdd, each of 1tb (WD blue, WD green and Toshiba).
I have UEFI motherboard and 4gb RAM (i will soon upgrade to 8gb).
I've always install Ubuntu with default settings for single OS on one hdd.
Now i want to properly install Ubuntu and configure all partition during installation.
I want to all systems partitions be on one hdd and that system boot from that hdd.
Another two hdd will have one partition for storage, each of 931gb.
I need guide step-by-step how to make this partitions:




  • how much memory is needed for each partition in this case: /swap, /boot, /var, /tmp, /root and /home

  • which partition should need to make first

  • which partition need to be primary or logical

  • which partition need to have mount point

  • which format is need for each partition


Thanks










share|improve this question























  • You can install Ubuntu on one of the hard disk drives with the standard method using the whole drive. This way you need not worry about partition sizes, The whole Ubuntu 18.04.1 LTS system will be in one single partition (for example a swapfile instead of a swap partition). After that you can usegparted to create a partition table and one partition with the ext4 file system in each of the other two hard disk drives.

    – sudodus
    Feb 3 at 19:21













  • I should add, that in UEFI mode, the installer will also create a small EFI system partition in the 'first' hard disk drive, /dev/sda. It is a good idea to install the whole Ubuntu system in this drive, /dev/sda. If you really want to split into two partitions, you can consider using 100 GiB for the root partition / and the rest for a home partition /home

    – sudodus
    Feb 3 at 19:39













  • If partitioning in advance you want to use gpt on all drives. Often easiest to disconnect all but drive you want to use for install, unless putting /home on another drive. You may not need to physically disconnect as many UEFI allow to to turn off a drive, so not seen. UEFI/gpt partitioning in Advance: askubuntu.com/questions/743095/… & New installs now use swap file, so swap partition not required: help.ubuntu.com/community/DiskSpace With gpt all partitions are primary.

    – oldfred
    Feb 3 at 19:45
















-1












-1








-1








sorry on low english.
I want to install Ubuntu x64bit on three hdd, each of 1tb (WD blue, WD green and Toshiba).
I have UEFI motherboard and 4gb RAM (i will soon upgrade to 8gb).
I've always install Ubuntu with default settings for single OS on one hdd.
Now i want to properly install Ubuntu and configure all partition during installation.
I want to all systems partitions be on one hdd and that system boot from that hdd.
Another two hdd will have one partition for storage, each of 931gb.
I need guide step-by-step how to make this partitions:




  • how much memory is needed for each partition in this case: /swap, /boot, /var, /tmp, /root and /home

  • which partition should need to make first

  • which partition need to be primary or logical

  • which partition need to have mount point

  • which format is need for each partition


Thanks










share|improve this question














sorry on low english.
I want to install Ubuntu x64bit on three hdd, each of 1tb (WD blue, WD green and Toshiba).
I have UEFI motherboard and 4gb RAM (i will soon upgrade to 8gb).
I've always install Ubuntu with default settings for single OS on one hdd.
Now i want to properly install Ubuntu and configure all partition during installation.
I want to all systems partitions be on one hdd and that system boot from that hdd.
Another two hdd will have one partition for storage, each of 931gb.
I need guide step-by-step how to make this partitions:




  • how much memory is needed for each partition in this case: /swap, /boot, /var, /tmp, /root and /home

  • which partition should need to make first

  • which partition need to be primary or logical

  • which partition need to have mount point

  • which format is need for each partition


Thanks







partitioning






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 3 at 17:54









Tom90Tom90

11




11













  • You can install Ubuntu on one of the hard disk drives with the standard method using the whole drive. This way you need not worry about partition sizes, The whole Ubuntu 18.04.1 LTS system will be in one single partition (for example a swapfile instead of a swap partition). After that you can usegparted to create a partition table and one partition with the ext4 file system in each of the other two hard disk drives.

    – sudodus
    Feb 3 at 19:21













  • I should add, that in UEFI mode, the installer will also create a small EFI system partition in the 'first' hard disk drive, /dev/sda. It is a good idea to install the whole Ubuntu system in this drive, /dev/sda. If you really want to split into two partitions, you can consider using 100 GiB for the root partition / and the rest for a home partition /home

    – sudodus
    Feb 3 at 19:39













  • If partitioning in advance you want to use gpt on all drives. Often easiest to disconnect all but drive you want to use for install, unless putting /home on another drive. You may not need to physically disconnect as many UEFI allow to to turn off a drive, so not seen. UEFI/gpt partitioning in Advance: askubuntu.com/questions/743095/… & New installs now use swap file, so swap partition not required: help.ubuntu.com/community/DiskSpace With gpt all partitions are primary.

    – oldfred
    Feb 3 at 19:45





















  • You can install Ubuntu on one of the hard disk drives with the standard method using the whole drive. This way you need not worry about partition sizes, The whole Ubuntu 18.04.1 LTS system will be in one single partition (for example a swapfile instead of a swap partition). After that you can usegparted to create a partition table and one partition with the ext4 file system in each of the other two hard disk drives.

    – sudodus
    Feb 3 at 19:21













  • I should add, that in UEFI mode, the installer will also create a small EFI system partition in the 'first' hard disk drive, /dev/sda. It is a good idea to install the whole Ubuntu system in this drive, /dev/sda. If you really want to split into two partitions, you can consider using 100 GiB for the root partition / and the rest for a home partition /home

    – sudodus
    Feb 3 at 19:39













  • If partitioning in advance you want to use gpt on all drives. Often easiest to disconnect all but drive you want to use for install, unless putting /home on another drive. You may not need to physically disconnect as many UEFI allow to to turn off a drive, so not seen. UEFI/gpt partitioning in Advance: askubuntu.com/questions/743095/… & New installs now use swap file, so swap partition not required: help.ubuntu.com/community/DiskSpace With gpt all partitions are primary.

    – oldfred
    Feb 3 at 19:45



















You can install Ubuntu on one of the hard disk drives with the standard method using the whole drive. This way you need not worry about partition sizes, The whole Ubuntu 18.04.1 LTS system will be in one single partition (for example a swapfile instead of a swap partition). After that you can usegparted to create a partition table and one partition with the ext4 file system in each of the other two hard disk drives.

– sudodus
Feb 3 at 19:21







You can install Ubuntu on one of the hard disk drives with the standard method using the whole drive. This way you need not worry about partition sizes, The whole Ubuntu 18.04.1 LTS system will be in one single partition (for example a swapfile instead of a swap partition). After that you can usegparted to create a partition table and one partition with the ext4 file system in each of the other two hard disk drives.

– sudodus
Feb 3 at 19:21















I should add, that in UEFI mode, the installer will also create a small EFI system partition in the 'first' hard disk drive, /dev/sda. It is a good idea to install the whole Ubuntu system in this drive, /dev/sda. If you really want to split into two partitions, you can consider using 100 GiB for the root partition / and the rest for a home partition /home

– sudodus
Feb 3 at 19:39







I should add, that in UEFI mode, the installer will also create a small EFI system partition in the 'first' hard disk drive, /dev/sda. It is a good idea to install the whole Ubuntu system in this drive, /dev/sda. If you really want to split into two partitions, you can consider using 100 GiB for the root partition / and the rest for a home partition /home

– sudodus
Feb 3 at 19:39















If partitioning in advance you want to use gpt on all drives. Often easiest to disconnect all but drive you want to use for install, unless putting /home on another drive. You may not need to physically disconnect as many UEFI allow to to turn off a drive, so not seen. UEFI/gpt partitioning in Advance: askubuntu.com/questions/743095/… & New installs now use swap file, so swap partition not required: help.ubuntu.com/community/DiskSpace With gpt all partitions are primary.

– oldfred
Feb 3 at 19:45







If partitioning in advance you want to use gpt on all drives. Often easiest to disconnect all but drive you want to use for install, unless putting /home on another drive. You may not need to physically disconnect as many UEFI allow to to turn off a drive, so not seen. UEFI/gpt partitioning in Advance: askubuntu.com/questions/743095/… & New installs now use swap file, so swap partition not required: help.ubuntu.com/community/DiskSpace With gpt all partitions are primary.

– oldfred
Feb 3 at 19:45












0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1115319%2fproperly-installing-ubuntu-on-three-hdd%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1115319%2fproperly-installing-ubuntu-on-three-hdd%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕