I'm still new to the Linux world, My disk size is 493 G
And when I use the command du -hs * /opt/conda, The total size I use is less than 95g
But when I use the df -h command:
- Disk Size is
493 G - Used
404 G - Available
89 G
- So, (493 - 95) =
398 Gavailable not just only89 G
What can i do with that ?
I tried to use this command sudo apt-get autoremove to remove any unnecessary packages but it just free about 50 M only.
And when i try this sudo parted -l & lsblk -f
This is the output:
The OS & release :
sudo parted -l&lsblk -f– oldfred Jan 02 '23 at 19:50sudo pvs&sudo vgs&sudo lvsYou may just need lvextend command. example:https://ubuntuforums.org/showthread.php?t=2482037&p=14124677#post14124677 – oldfred Jan 03 '23 at 03:50du -hs * /opt/condaand not for exampledu -hs /*? – Stack Exchange Broke The Law Jan 03 '23 at 05:35And unfortunately i don't have the permission to reboot the system.
– Kareem Shehata Jan 04 '23 at 01:51