Installing Ubuntu on a 16 GB SSD












2















I'm pretty new to Linux, and I'm trying to make a dual boot now to try to learn it.
But I'm having some difficulties because I want it in a pretty weird way.
First of all, my laptop has 3 drives, a 16 GB mSata SSD, a 120 GB SSD and a 1 tb (900 GB) HDD, the 120 GB SSD I use for Windows 8, and the 1 tb drive has a 800 GB partition for my data in windows, and a 100 GB partition I want to use for Ubuntu data.



What I'm trying to accomplish is: I want to install/boot Ubuntu from my 16 GB SSD, but store everything except for the system files on the 100 GB partition, so it'll boot fast, and I've got enough space for my programs, is this possible and if so, how? :)



Thanks in advance.










share|improve this question

























  • Possible duplicate: askubuntu.com/questions/283060/…

    – mikewhatever
    Feb 7 '14 at 20:39
















2















I'm pretty new to Linux, and I'm trying to make a dual boot now to try to learn it.
But I'm having some difficulties because I want it in a pretty weird way.
First of all, my laptop has 3 drives, a 16 GB mSata SSD, a 120 GB SSD and a 1 tb (900 GB) HDD, the 120 GB SSD I use for Windows 8, and the 1 tb drive has a 800 GB partition for my data in windows, and a 100 GB partition I want to use for Ubuntu data.



What I'm trying to accomplish is: I want to install/boot Ubuntu from my 16 GB SSD, but store everything except for the system files on the 100 GB partition, so it'll boot fast, and I've got enough space for my programs, is this possible and if so, how? :)



Thanks in advance.










share|improve this question

























  • Possible duplicate: askubuntu.com/questions/283060/…

    – mikewhatever
    Feb 7 '14 at 20:39














2












2








2








I'm pretty new to Linux, and I'm trying to make a dual boot now to try to learn it.
But I'm having some difficulties because I want it in a pretty weird way.
First of all, my laptop has 3 drives, a 16 GB mSata SSD, a 120 GB SSD and a 1 tb (900 GB) HDD, the 120 GB SSD I use for Windows 8, and the 1 tb drive has a 800 GB partition for my data in windows, and a 100 GB partition I want to use for Ubuntu data.



What I'm trying to accomplish is: I want to install/boot Ubuntu from my 16 GB SSD, but store everything except for the system files on the 100 GB partition, so it'll boot fast, and I've got enough space for my programs, is this possible and if so, how? :)



Thanks in advance.










share|improve this question
















I'm pretty new to Linux, and I'm trying to make a dual boot now to try to learn it.
But I'm having some difficulties because I want it in a pretty weird way.
First of all, my laptop has 3 drives, a 16 GB mSata SSD, a 120 GB SSD and a 1 tb (900 GB) HDD, the 120 GB SSD I use for Windows 8, and the 1 tb drive has a 800 GB partition for my data in windows, and a 100 GB partition I want to use for Ubuntu data.



What I'm trying to accomplish is: I want to install/boot Ubuntu from my 16 GB SSD, but store everything except for the system files on the 100 GB partition, so it'll boot fast, and I've got enough space for my programs, is this possible and if so, how? :)



Thanks in advance.







dual-boot partitioning hard-drive ssd system-installation






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 11 at 19:01









Codito ergo sum

1,5043825




1,5043825










asked Feb 7 '14 at 20:20









user245815user245815

113




113













  • Possible duplicate: askubuntu.com/questions/283060/…

    – mikewhatever
    Feb 7 '14 at 20:39



















  • Possible duplicate: askubuntu.com/questions/283060/…

    – mikewhatever
    Feb 7 '14 at 20:39

















Possible duplicate: askubuntu.com/questions/283060/…

– mikewhatever
Feb 7 '14 at 20:39





Possible duplicate: askubuntu.com/questions/283060/…

– mikewhatever
Feb 7 '14 at 20:39










1 Answer
1






active

oldest

votes


















1














What you need to do is when installing, you choose "Something else" when it comes to make partition, as you don't want to use the entire disk. Basically, you will make your partitions manually.



When you make your partition:
Mount your 16Gb as /



Mount around 4Gb of your 100 Gb partition as Swap



Mount the remaining 96 Gb of this 100 Gb partition as /home



Normally, 16Gb is more than enough for a normal use of Ubuntu. Now, if you are planing to install A LOT (and I mean really A LOT) of software, games, etc, you may add another partition on your 100 Gb, which you will mount as /usr. I would not suggest you to do this, because it may make your system slower, as all your apps will be on a mechanical HD. To give you an idea, my partition / is only 20Gb, and it is more than enough, as I use around 10Gb, and I have a lot of software and games installed.






share|improve this answer























    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%2f417851%2finstalling-ubuntu-on-a-16-gb-ssd%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    What you need to do is when installing, you choose "Something else" when it comes to make partition, as you don't want to use the entire disk. Basically, you will make your partitions manually.



    When you make your partition:
    Mount your 16Gb as /



    Mount around 4Gb of your 100 Gb partition as Swap



    Mount the remaining 96 Gb of this 100 Gb partition as /home



    Normally, 16Gb is more than enough for a normal use of Ubuntu. Now, if you are planing to install A LOT (and I mean really A LOT) of software, games, etc, you may add another partition on your 100 Gb, which you will mount as /usr. I would not suggest you to do this, because it may make your system slower, as all your apps will be on a mechanical HD. To give you an idea, my partition / is only 20Gb, and it is more than enough, as I use around 10Gb, and I have a lot of software and games installed.






    share|improve this answer




























      1














      What you need to do is when installing, you choose "Something else" when it comes to make partition, as you don't want to use the entire disk. Basically, you will make your partitions manually.



      When you make your partition:
      Mount your 16Gb as /



      Mount around 4Gb of your 100 Gb partition as Swap



      Mount the remaining 96 Gb of this 100 Gb partition as /home



      Normally, 16Gb is more than enough for a normal use of Ubuntu. Now, if you are planing to install A LOT (and I mean really A LOT) of software, games, etc, you may add another partition on your 100 Gb, which you will mount as /usr. I would not suggest you to do this, because it may make your system slower, as all your apps will be on a mechanical HD. To give you an idea, my partition / is only 20Gb, and it is more than enough, as I use around 10Gb, and I have a lot of software and games installed.






      share|improve this answer


























        1












        1








        1







        What you need to do is when installing, you choose "Something else" when it comes to make partition, as you don't want to use the entire disk. Basically, you will make your partitions manually.



        When you make your partition:
        Mount your 16Gb as /



        Mount around 4Gb of your 100 Gb partition as Swap



        Mount the remaining 96 Gb of this 100 Gb partition as /home



        Normally, 16Gb is more than enough for a normal use of Ubuntu. Now, if you are planing to install A LOT (and I mean really A LOT) of software, games, etc, you may add another partition on your 100 Gb, which you will mount as /usr. I would not suggest you to do this, because it may make your system slower, as all your apps will be on a mechanical HD. To give you an idea, my partition / is only 20Gb, and it is more than enough, as I use around 10Gb, and I have a lot of software and games installed.






        share|improve this answer













        What you need to do is when installing, you choose "Something else" when it comes to make partition, as you don't want to use the entire disk. Basically, you will make your partitions manually.



        When you make your partition:
        Mount your 16Gb as /



        Mount around 4Gb of your 100 Gb partition as Swap



        Mount the remaining 96 Gb of this 100 Gb partition as /home



        Normally, 16Gb is more than enough for a normal use of Ubuntu. Now, if you are planing to install A LOT (and I mean really A LOT) of software, games, etc, you may add another partition on your 100 Gb, which you will mount as /usr. I would not suggest you to do this, because it may make your system slower, as all your apps will be on a mechanical HD. To give you an idea, my partition / is only 20Gb, and it is more than enough, as I use around 10Gb, and I have a lot of software and games installed.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 7 '14 at 22:14









        cochisebtcochisebt

        27227




        27227






























            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%2f417851%2finstalling-ubuntu-on-a-16-gb-ssd%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

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            How to change which sound is reproduced for terminal bell?

            Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents