I have a dual-boot system with Windows 10 and ubuntu 20.04. Earlier, I gave ubuntu 80 gb and 12 gb swap (for hibernation) while installing. Now I managed to free another 200 gb from my 1TB HDD and I wanna extend my ubuntu data (/) partition from a /boot partition. How can I do it without reinstalling Ubuntu? How much space should I allocate for /boot?
This is the output of fdisk -l
2 3 4 and the output of lsblk is this.
Asked
Active
Viewed 144 times
0

Lakshaya U.
- 101
sudo fdisk -l
in your question, andlsblk
, which will help to identify the current partitions. – vanadium May 12 '21 at 12:53extend
or mount / to some bigger partition that'd be great – Lakshaya U. May 13 '21 at 05:09