Table of Contents

partitie verkleinen

context

dit document beschrijft hoe je onder Linux een partitie verkleint.

voorbereiding

  1. zoek de partitie die je wilt verkleinen: df -hT
  2. ten tweed

You must begin with the partition unmounted. If you can't unmount it (e.g. it's your root partition or something else the system needs to run), use something like System Rescue CD instead.

  Run parted, or gparted if you prefer a GUI, and resize the partition to use the extra space. I prefer gparted as it gives you a nice graphical representation, very similar to the one you've drawn in your question.
  resize2fs /dev/whatever
  e2fsck /dev/whatever (just to find out whether you are on the safe side)
  Remount your partition.

e

meer info

voeg hier linken toe naar verdere uitleg