When am trying to increase the root partition (/) on Ubuntu 16.04 using Gparted it failed and gave me this message.
# umount -v "/"
umount: /: target is busy
(In some cases useful info about processes that
use the device is found by lsof(8) or fuser(1).)
What other method can I use to extend my root partition.
While doing df -h returns
Filesystem Size Used Avail Use% Mounted on
udev 2.9G 0 2.9G 0% /dev
tmpfs 591M 8.9M 582M 2% /run
/dev/sda1 138G 111G 20G 85% /
tmpfs 2.9G 336K 2.9G 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 2.9G 0 2.9G 0% /sys/fs/cgroup
/dev/sda5 20G 243M 18G 2% /boot
tmpfs 591M 68K 591M 1% /run/user/1000
/dev/sda3 197G 25G 173G 13% /media/kilasa/Personal-db
/dev/sda7 116G 17G 99G 15% /media/kilasa/Water
/dev/sda6 194G 59G 125G 33% /media/kilasa/Tutorials
/dev/sda4 176G 51G 125G 29% /media/kilasa/Wind
While lsblk returns
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 139.9G 0 part /
├─sda3 8:3 0 196.6G 0 part /media/kilasa/Personal-db
├─sda4 8:4 0 175.8G 0 part /media/kilasa/Wind
├─sda5 8:5 0 19.6G 0 part /boot
├─sda6 8:6 0 196.5G 0 part /media/kilasa/Tutorials
└─sda7 8:7 0 115.2G 0 part /media/kilasa/Water
sr0 11:0 1 1024M 0 rom
sr1 11:1 1 128M 0 rom
The screenshot I took from Gparted shows this
df -h
andlsblk
commands and share the output? – Aug 12 '16 at 00:20/
wassda7
with unprovisioned space ahead of it, it would be possible to increase size inside OS itself. In your setup, you will need to boot with a live Linux disk or any other live utility that can resize Linux partitions without data loss. – Aug 12 '16 at 10:53