Disk was eaten

(Zombie files. These files have actually been deleted, but there are service programs using these files, causing these files to be occupied all the time, and the disk space cannot be released. Use the following command to view the occupancy of dead files)
lsof |grep deleted

Check the situation without occupancy. (Be sure to look at the normal process comparison first)
Find the relevant process, kill it, and restart the killed program

Guess you like

Origin blog.51cto.com/13420391/2540314