Hi!
I recently updated my openSuse installation and I’m trying to configure everything (I have some digital out issues in another thread).
I have two hdd’s, A and B. Both are 1 TB Western Digital, but B is a newer FAEX model. / and /home live in A. Both are formatted with ext4.
Two days ago, I had some issues when moving a folder in B to the trash. It took unusually long (though it had like 15k files) and only stopped when pausing and resuming the operation in the notification system. System became unstable and when I tried to log out and in again, it wouldn’t let me. I found out in a text terminal that /tmp was full, so I deleted all content and the system worked normally again (I have the impression that many files in /tmp from the deleted folder were duplicated.
However, after all this I notice that disk B was full (it had a lot of stuff, but still had some GBs). After moving some things to A, available space has increased but I’m still missing space. From the start menu -> my computer -> system information or using df in a terminal, I get
df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdc2 11511424 5073648 5853024 47% /
devtmpfs 509684 284 509400 1% /dev
tmpfs 511120 4 511116 1% /dev/shm
/dev/sdc3 904302672 395951520 462415180 47% /home
/dev/sdb1 480719056 442658580 13641276 98% /home/jorge/500GB
/dev/sdc4 44297212 28572520 15724692 65% /home/jorge/Windows
/dev/sda1 961432904 623204088 289390776 69% /home/jorge/FAEX
Booting from a system rescue cd, I get the correct available space (320GBs+)
Should I be worried? Is there any way to fix this?