I upgraded my disk size from 30G to 2048G. Now I need to resize it from OS and am following this article. https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks
The problem is when I try to unmount the partition I get error
umount: /: target is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1))
If I try to unmount using umount -l, it unmounts but then I cant use sudo anymore. Getting error
sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?
I seem to be stuck here. Can somebody help? Thanks.