Disk is used but I can not see where

polioman

I've got a server on Debian 8.1 (3.16.0-4-amd64) which is telling me that disk used is high and I can not see why.

Disks usage

df -h :

Filesystem                           Size    Used Avail Use% Mounted on
/dev/sda1                            440G    298G  120G  72% /
udev                                  10M       0   10M   0% /dev
tmpfs                                3,2G    337M  2,8G  11% /run
tmpfs                                7,9G       0  7,9G   0% /dev/shm
tmpfs                                5,0M       0  5,0M   0% /run/lock
tmpfs                                7,9G       0  7,9G   0% /sys/fs/cgroup
192.168.10.50:/c/logs                5,5T    1,9T  3,7T  34% /mnt/nas
192.168.11.250:/data/logs_hotspots   8,2T    1,6T  6,6T  20% /mnt/NAS
tmpfs                                1,6G       0  1,6G   0% /run/user/1000

Size of each folder :

du -sh :

11M     /bin
46M     /boot
0       /dev
37M     /etc
464K    /home
0       /initrd.img
0       /initrd.img.old
312M    /lib
4,0K    /lib64
16K     /lost+found
16K     /media
8,0K    /opt
64K     /root
337M    /run
5,1M    /sbin
4,0K    /srv
0       /sys
24K     /tmp
447M    /usr
233M    /var
0       /vmlinuz
0       /vmlinuz.old

It is increasing slowly since last year and since it is a production server, I do not want (can not) to restart it.

Note : NFS mounts are only for syslog-ng.

If anyone has an idea...

Sig-IO

You can have a look at the output of 'lsof | grep deleted' ... to see if deleted files are still taking up diskspace.

You can then decide to restart or reload the processes still holding on to deleted files to clear up the used diskspace.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Windows: How can I see disk space used over time?

From Dev

Can I see if a view is being used in MySQL

From Dev

how can I separate the data where I used split and the one I want to see the whole data using JQuery?

From Dev

Where can I see the source code of swiftUI?

From Dev

Where can I see the source code of swiftUI?

From Dev

Where can I see Scrum Feature items?

From Dev

Where can I see the version of Itunes that is installed?

From Dev

Where can I see see the properties of an NS-Class?

From Dev

Is there a command to see where a disk is mounted?

From Dev

Format failed- now I can't see the disk

From Dev

"Disk quota exceeded" on NFS: how can I see the quota?

From Dev

Windows disk info shows used space that I can't find

From Dev

how do I know if SSD disk can be used with my motherboard

From Dev

Where can i see the new file i created in my workspace?

From Dev

Android Studio: How can I see which resources are not used?

From Dev

How can I check to see if a username is already used with AngularJS?

From Dev

How can I see the currently reached used quota in BQ?

From Dev

How can I see the currently reached used quota in BQ?

From Dev

How can I check to see if a username is already used with AngularJS?

From Dev

How can I see which encoding is used in a file

From Dev

How can I calculate a block number of where a word is located on disk?

From Java

Where can I see my pull requests on GitHub?

From Dev

Where can I see the http requests my browser sends

From Dev

How can I see where exactly exception occurred in Android Studio?

From Dev

Where can I see the default Android styles for things?

From Dev

where is the Serial.println() defined ..? can i see source code for it?

From Dev

AngularJS: Where can I see $httpBackend responses in my browser directly?

From Dev

Where I can see all the methods of a class in Android studio?

From Dev

Where can I see the differents "Hibernate Console Configurations" in Eclipse

Related Related

  1. 1

    Windows: How can I see disk space used over time?

  2. 2

    Can I see if a view is being used in MySQL

  3. 3

    how can I separate the data where I used split and the one I want to see the whole data using JQuery?

  4. 4

    Where can I see the source code of swiftUI?

  5. 5

    Where can I see the source code of swiftUI?

  6. 6

    Where can I see Scrum Feature items?

  7. 7

    Where can I see the version of Itunes that is installed?

  8. 8

    Where can I see see the properties of an NS-Class?

  9. 9

    Is there a command to see where a disk is mounted?

  10. 10

    Format failed- now I can't see the disk

  11. 11

    "Disk quota exceeded" on NFS: how can I see the quota?

  12. 12

    Windows disk info shows used space that I can't find

  13. 13

    how do I know if SSD disk can be used with my motherboard

  14. 14

    Where can i see the new file i created in my workspace?

  15. 15

    Android Studio: How can I see which resources are not used?

  16. 16

    How can I check to see if a username is already used with AngularJS?

  17. 17

    How can I see the currently reached used quota in BQ?

  18. 18

    How can I see the currently reached used quota in BQ?

  19. 19

    How can I check to see if a username is already used with AngularJS?

  20. 20

    How can I see which encoding is used in a file

  21. 21

    How can I calculate a block number of where a word is located on disk?

  22. 22

    Where can I see my pull requests on GitHub?

  23. 23

    Where can I see the http requests my browser sends

  24. 24

    How can I see where exactly exception occurred in Android Studio?

  25. 25

    Where can I see the default Android styles for things?

  26. 26

    where is the Serial.println() defined ..? can i see source code for it?

  27. 27

    AngularJS: Where can I see $httpBackend responses in my browser directly?

  28. 28

    Where I can see all the methods of a class in Android studio?

  29. 29

    Where can I see the differents "Hibernate Console Configurations" in Eclipse

HotTag

Archive