F5F Stay Refreshed Software Operating Systems Linux reports full disk utilization even when there is available capacity.

Linux reports full disk utilization even when there is available capacity.

Linux reports full disk utilization even when there is available capacity.

Pages (2): 1 2 Next
J
jbradical123
Member
131
11-17-2016, 01:14 PM
#1
Your home server based on Debian is experiencing some problems lately, like messages indicating insufficient space when creating new files or updating packages. The df command shows the current disk usage: most partitions are nearly full, with the sda SSD at 27.7 GB used out of its capacity. I've checked hidden files and deleted any temporary files that processes were using, but nothing was found.
J
jbradical123
11-17-2016, 01:14 PM #1

Your home server based on Debian is experiencing some problems lately, like messages indicating insufficient space when creating new files or updating packages. The df command shows the current disk usage: most partitions are nearly full, with the sda SSD at 27.7 GB used out of its capacity. I've checked hidden files and deleted any temporary files that processes were using, but nothing was found.

C
Connor0274
Junior Member
30
11-30-2016, 12:10 PM
#2
Your root partition is completely full. The ncdu results are unimportant because it only measures the sizes of files it can reach; if it can't access certain areas, it won't give accurate measurements either.
C
Connor0274
11-30-2016, 12:10 PM #2

Your root partition is completely full. The ncdu results are unimportant because it only measures the sizes of files it can reach; if it can't access certain areas, it won't give accurate measurements either.

N
NerdTrooper
Member
82
11-30-2016, 05:09 PM
#3
To find out what's occupying its space, you might need more details or a different approach. Using "du" didn't yield results, so consider exploring other methods.
N
NerdTrooper
11-30-2016, 05:09 PM #3

To find out what's occupying its space, you might need more details or a different approach. Using "du" didn't yield results, so consider exploring other methods.

O
ownist
Member
177
12-01-2016, 11:21 PM
#4
Start from the root and process the file list. Check each item to see if it matches dev, proc or sys. Continue if any match. Run du with -h to show detailed info.
O
ownist
12-01-2016, 11:21 PM #4

Start from the root and process the file list. Check each item to see if it matches dev, proc or sys. Continue if any match. Run du with -h to show detailed info.

A
amellecki
Junior Member
48
12-07-2016, 02:27 AM
#5
Begin with "cd /" then "sudo du -shx * | sort -h". Also review /var/log as it can accumulate large numbers of old logs based on your rotation settings. It seems the issue might actually be missing a /home partition, causing your home folder contents to fill the root partition.
A
amellecki
12-07-2016, 02:27 AM #5

Begin with "cd /" then "sudo du -shx * | sort -h". Also review /var/log as it can accumulate large numbers of old logs based on your rotation settings. It seems the issue might actually be missing a /home partition, causing your home folder contents to fill the root partition.

S
sirbreno
Member
191
12-08-2016, 09:09 PM
#6
Zero bin 113M booting 17M etc. Export 8.8G home 0 initrd.img 0 initrd.img.old. Missing 0 libs: 0 lib32, 0 lib64, 0 libx32 (16K lost+found). Media 8.0K mounted at 1.6G. Optical root 33M, runtime 0 seconds. Session log file still unclear.
S
sirbreno
12-08-2016, 09:09 PM #6

Zero bin 113M booting 17M etc. Export 8.8G home 0 initrd.img 0 initrd.img.old. Missing 0 libs: 0 lib32, 0 lib64, 0 libx32 (16K lost+found). Media 8.0K mounted at 1.6G. Optical root 33M, runtime 0 seconds. Session log file still unclear.

M
Mountain_Girl
Member
172
12-08-2016, 09:26 PM
#7
The system would fail completely if bin, sbin, and libs-dirs were missing. It seems your filesystem might be damaged.
M
Mountain_Girl
12-08-2016, 09:26 PM #7

The system would fail completely if bin, sbin, and libs-dirs were missing. It seems your filesystem might be damaged.

F
Fred10244
Posting Freak
937
12-10-2016, 01:06 AM
#8
Reviewed the log, everything seems normal. This occurred once with another system and was the cause. Yes /home isn't a separate partition. Output from sudo du -shx * | sort -h : du: couldn't read directory 'proc/20834/task/20834/net': Invalid argument du: couldn't read directory 'proc/20834/net': Invalid argument du: couldn't read directory 'proc/20835/task/20835/net': Invalid argument du: couldn't read directory 'proc/20835/net': Invalid argument du: couldn't access 'proc/20850/task/20850/fd/3': File or directory doesn't exist du: couldn't access 'proc/20850/task/20850/fd/3': File or directory doesn't exist du: couldn't access 'proc/20850/fdinfo/3': File or directory doesn't exist du: couldn't access 'proc/20850/fd/3': File or directory doesn't exist
F
Fred10244
12-10-2016, 01:06 AM #8

Reviewed the log, everything seems normal. This occurred once with another system and was the cause. Yes /home isn't a separate partition. Output from sudo du -shx * | sort -h : du: couldn't read directory 'proc/20834/task/20834/net': Invalid argument du: couldn't read directory 'proc/20834/net': Invalid argument du: couldn't read directory 'proc/20835/task/20835/net': Invalid argument du: couldn't read directory 'proc/20835/net': Invalid argument du: couldn't access 'proc/20850/task/20850/fd/3': File or directory doesn't exist du: couldn't access 'proc/20850/task/20850/fd/3': File or directory doesn't exist du: couldn't access 'proc/20850/fdinfo/3': File or directory doesn't exist du: couldn't access 'proc/20850/fd/3': File or directory doesn't exist

J
JorgeSancho
Member
227
12-10-2016, 03:57 AM
#9
These directories hold files. I’m unsure why the duplicate removal tool isn’t displaying them. It’s been a while since I touched the server, and everything seemed fine for about a year.
J
JorgeSancho
12-10-2016, 03:57 AM #9

These directories hold files. I’m unsure why the duplicate removal tool isn’t displaying them. It’s been a while since I touched the server, and everything seemed fine for about a year.

S
S4NP3I
Member
194
12-16-2016, 10:00 AM
#10
You shouldn't worry about it. I don't have access to your server or be watching what you're doing.
S
S4NP3I
12-16-2016, 10:00 AM #10

You shouldn't worry about it. I don't have access to your server or be watching what you're doing.

Pages (2): 1 2 Next