Hello
So I ran that command du -d4 / | sort -rn | head -n20
Here is the response I got
du: cannot read directory '/proc/9720/task/9720/net': Invalid argument
du: cannot read directory '/proc/9720/net': Invalid argument
du: cannot access '/proc/9803/task/9803/fd/3': No such file or directory
du: cannot access '/proc/9803/task/9803/fdinfo/3': No such file or directory
du: cannot access '/proc/9803/fd/4': No such file or directory
du: cannot access '/proc/9803/fdinfo/4': No such file or directory
265505940 /
215634740 /home
215634720 /home/lecrust
105945708 /home/lecrust/VirtualBox VMs
85876092 /home/lecrust/Desktop
83066008 /home/lecrust/Desktop/Clans Man
53516464 /home/lecrust/VirtualBox VMs/clans Man
52429240 /home/lecrust/VirtualBox VMs/Clans Man Vintage
41975716 /root
41943648 /root/VirtualBox VMs
41943644 /root/VirtualBox VMs/Clans Man
9767024 /home/lecrust/Videos
8457708 /home/lecrust/Downloads
5628204 /usr
5065656 /home/lecrust/Music
4304604 /home/lecrust/Videos/oath series
3971160 /home/lecrust/Downloads/Office Suite '16
2794808 /home/lecrust/Videos/GOOD BEHAVIOUR Nr
2654204 /home/lecrust/Videos/GOOD BEHAVIOR Nt
2319332 /usr/share
You should know I deleted the VirtualBox files after running that command you provided because I had unistalled the VirtualBox via root terminal a few days ago so I wouldn't need it anytime soon. I also manually looked for junk files from /home and deleted them. I would estimate them to have been about 10GiB. Thereafter I ran this command dnf install wireshark-gtk.x86_64
but I still got the same response At least 121MB more space needed on the / filesystem.
You also asked if I had a separate /home partition? No, I don't. How can I create one? If I do, will it solve the problem?
Thanks