Travel Agency
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It"s 100% free. 

Sign up
Here"s how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I"d like to see the full How-To on how to use manual partitioning during Ubuntu installation. The existing guides (at least those I found here) cover only automatic part and leave untouched the manual part (or extremely short and contain no pictures).

I"d like to cover such situations:

share improve this question
 
2  
For the "normal" way of installting you can try this question: askubuntu.com/questions/6328/how-do-i-install-ubuntu – Wilf Mar 5 "15 at 19:22 
    
Although many people go this route (and it works fine), I prefer to just boot up a standalone gparted distro and do all my partitioning first. I especially like that it "does" everything and shows you how it will turn outbefore it actually writes anything to the disk. That way, it"s easy to say "oops" and just start over if you make a mistake or change your mind about any of the details. – Joe Jan 3 at 4:57

5 Answers

If you have blank disk

  1. Boot into Ubuntu Installation media. This can be either CD or USB stick.
  2. Start the installation. Proceed to Step 4 and choose "Something else": Step 4 — Something else
  3. You will see your disk as /dev/sda or /dev/mapper/pdc_* (RAID case, * means that your letters are different from ours)

    Click "New Partition Table..." You will see that you have free space on your disk now: free space

  4. (Recommended) Create partition for swap. Swap is the partition for keeping unneeded memory pages, like Windows swap. Also it can be used for hibernation.

    • Select free space and click +
    • Set parameters like on the picture below: Swap parameters

    Notice that you should set swap size more than you have physical memory in order to use hibernation. Also, you can place it in the end of disk, but thus it will be slow.

  5. Create partition for / (root fs). This is the filesystem that contains your kernel, boot files, system files, command-line utilities, libraries, system-wide configuration files and logs.

    • Select free space and click +
    • Set parameters like on the picture below: Root fs parameters

    10 – 20 GiB should be enough

  6. Create partition for /home. This is the filesystem for your user"s files: documents, images, music and videos. It"s much more like Users folder in Windows.

    You can do this just like in step 5 and even choose other fs type (though I recommend use ext4 instead of reiserfs. Simply, the first is much more flexible and the second is quicker)

  7. (Optional) Create separate partitions for /boot/tmp and /var. Set their size according to your needs:

    • /boot should be 100 – 500 MiB
    • /var and /tmp should be > 5 GiB
  8. If you doubt about which device for boot loader installation to choose, leave it default. It would be set by installer. But sometimes it does mistakes. Let me guide you how to deal with it:

    • If you use only one hard disk, select or leave /dev/sda intact.
    • If you use more than one hard disk with no RAID, select the one from which your system does boot. You can also select other disk and set BIOS to boot from it.
    • If you have RAID from which your system starts, it will be /dev/mapper/...

    Be sure that you select entire disk, not a single partition!

After all, you should see your disk like this: Final disk layout

 


Source

http://askubuntu.com



کلمات کلیدی:


نوشته شده توسط Abteen 94/10/21:: 11:21 صبح     |     () نظر