Ubuntu Partition Resize Guide

Goal:

Make / = 40GB (Add 15GB from /home)

Before You Start

Step 1 — Boot Live USB

  1. Insert Ubuntu USB
  2. Restart laptop
  3. Boot from USB
  4. Select Try Ubuntu (NOT Install)

Step 2 — Open GParted

Open Terminal:

Ctrl + Alt + T sudo gparted

Step 3 — Select Correct Disk

Select your 1TB Toshiba HDD.

DO NOT select NVMe (Windows disk).

Step 4 — Check Layout

[ EFI ] [ / ] [ /home ]

/home must be directly after /

Step 5 — Shrink /home

  1. Right-click /home
  2. Select Resize/Move
  3. Reduce size by 15GB
  4. Click Resize

15GB unallocated space should appear.

Step 6 — Expand /

  1. Right-click /
  2. Select Resize/Move
  3. Drag to include 15GB
  4. New size should show 40GB
  5. Click Resize

Step 7 — Apply Changes

Click the green ✔ Apply button.

Do NOT:

Wait 10–40 minutes.

Step 8 — Reboot

  1. Close GParted
  2. Restart
  3. Remove USB

After boot, check:

df -h

You should see:

/ 40G
Resize complete successfully.