Results 1 to 6 of 6

Thread: How Split HD into equal size?

  1. #1
    Join Date
    Aug 2013
    Location
    North Carolina
    Beans
    113
    Distro
    Ubuntu 20.04 Focal Fossa

    How Split HD into equal size?

    Solved, started over, located the Install Beside which automated the process.

    Doing install Ubuntu 20.04, at HD partition modification. I want to evenly devide This is what I see.
    Free space Size 1MB,
    /dev/sda1 ntfs Size 523MB Used 448MB, /dev/sda2 EFI Size 104MB, Used 33MB Windows boot manager,
    /dev/sda3 Size 16MB Used Unknown ( I suspect it's Thumb Drive),
    /dev/sda4 Size 479457MB Used 90272MB,
    free space Size 0MB.

    Then at bottom off chart: Device for boot loader installation; /dev/SDA ATA WD easy store 480 (480.1GB)

    Once I know the value to decide HD, which one do I check, then assumed tap on New Partition Table.. ?At which point there's some entry box to enter the HD one half of size?
    Igmur of Partitions; http://imgur.com/a/zI89G6q
    Last edited by mawil10132; September 12th, 2021 at 12:13 PM. Reason: link to igmur hd

  2. #2
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: How Split HD into equal size?

    You need to shrink /dev/sda4. Forget about "Split HD into equal size" for now. Make sure Windows is shut down.

    PS: How hard is it to post info in a readable format?
    Code:
    /dev/sda1 ntfs Size 523MB Used 448MB
    /dev/sda2 EFI Size 104MB, Used 33MB Windows boot manager
    /dev/sda3 Size 16MB Used Unknown
    /dev/sda4 Size 479457MB Used 90272MB, free space Size 0MB

  3. #3
    Join Date
    Aug 2013
    Location
    North Carolina
    Beans
    113
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: How Split HD into equal size?

    Thanks for tip, it's stupidity on my, I don't do stuff like. If I understand u correctly; highlight SDA4, tap on continue, 'shrink' SDA4 to 239,728MB? So, I did this and got this, see igmur image; http://imgur.com/a/BIxvFtb

    What's happening now when I Tap Install Now is the message; No Root filed system is defined. Please correct this from the partitioning menu.
    Last edited by mawil10132; September 10th, 2021 at 01:11 AM.

  4. #4
    Join Date
    May 2010
    Beans
    3,247

    Re: How Split HD into equal size?

    /dev/sda is the storage itself. a different drive would have a different letter like /dev/sdb
    The numbers are the partitions on the drive
    1 - 4 are primary partitions
    5 is the extended partition
    6 and higher are the logical partitions in the extended partition

    You have /dev/sda1, /dev/sda2, /dev/sda3 and /dev/sda4 so you have 4 primary partitions on the same disk. No thumb drive

  5. #5
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,703

    Re: How Split HD into equal size?

    It's my understanding that one of the four primary partitions has to serve as the "extended" partition which then becomes a container for the "logical" partitions 5 and upwards.
    This command will help to visualise your disks:
    Code:
    lsblk -p | grep -v snap

  6. #6
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How Split HD into equal size?

    Once I know the value to decide HD, which one do I check, then assumed tap on New Partition Table.. ?
    Do not click "New Partition table! That will apply to the whole of the drive (sda) and not just to one partition of the drive (sda4). You will lose everything on sda.

    What do you want to do? Do you want to shrink sda4 (ntfs format) creating unallocated space? Which you then use to create a Linux partition (Ext4 format) to install Ubuntu in?

    Here is the rule to follow. Use Windows tools to manipulate Windows partitions and Linux tools to manipulate Linux partitions. Use a Windows tool to defrag the hard drive and make sure that Windows still loads. Then use a Windows tool to shrink sda4 to create unallocated space. Make sure that Windows still loads

    Run Ubuntu in live/Try session and use GParted to create A Linux partition or two to install Ubuntu in when you then run the Ubuntu installer.

    GParted is installed by default in the Ubuntu Try session. Here is information on how to use it.

    https://gparted.org/

    Regards
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •