Wednesday, May 1, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1167  / 2 Years ago, fri, june 10, 2022, 12:00:23

The root partition of my 12.10 Kubuntu distro is full and I don't really understand why, since fileflight shows that 72% of the disk space usage of my root partition is being used by the ~ folder, which should be in a different partition.



I have a Kubuntu distro 12.10 , installed along with Windows 7 dual boot.



The partitions of my 1 terabyte hard drive are:




  • 720GB to my windows partition

  • 200MB boot partition

  • 200GB extended partition:




    1. 177GB /home - 13gb used

    2. 14GB / - 12,9gb used

    3. 8GB swap




It seems like the disk space is being shared and everything I add/put on my home partition is being reflected on my root partition.



Is this normal?



sudo mount output:



/dev/sda6 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
/dev/sda5 on /home type ext4 (rw)


df output:



Filesystem     1K-blocks     Used Available Use% Mounted on  
/dev/sda6 14156280 13172704 264472 99% /
udev 1984828 12 1984816 1% /dev
tmpfs 799100 960 798140 1% /run
none 5120 0 5120 0% /run/lock
none 1997744 224 1997520 1% /run/shm
none 102400 8 102392 1% /run/user
/dev/sda5 183681828 14293548 160057764 9% /home


Solved it.



The problem was that virtualbox installed my Windows Server 2012 ¿image? in the root partition, inside the root folder. Firelight was misleading me.


More From » partitioning

 Answers
5

The root partition of my 12.10 Kubuntu distro is full and I don't really understand why, since fileflight shows that 72% of the disk space usage of my root partition is being used by the "home/"My account name"" folder, wich should be in a different partition.




It sounds like either your /home may not actually be a different partition, or fileflight (which I'm not familiar with) is misleading you a bit and including the contents of /home when it shows the contents of /.



At any time you can see your mount points with sudo mount. There should be one that says on /home - that will tell you which partition is mounted where. At any rate, it may help us to figure out what the problem may be.



You can also find out what directories in particular are taking up a lot of space with the du tool. For instance, you could go into / and run sudo du --max-depth=2 to get a summary of where the big files are.


[#31939] Saturday, June 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
adedes

Total Points: 454
Total Questions: 114
Total Answers: 111

Location: Turks and Caicos Islands
Member since Fri, May 8, 2020
4 Years ago
;