0

While installing ubuntu 18.04 I didn't partition my hard disk. Now my hard disk is a single partition /dev/sda2. I have tried to resize this partition but i'm getting the error saying system busy.

Is there any way I can partition my hard disk without losing data?

kvv sn
  • 1

1 Answers1

1

You can't resize a partition while it is mounted. To get around this you can boot from a Live usb, then open a tool like gparted to resize the partition

rviertel
  • 759