Hello, someone answer a question, please. Have a / partition that sometimes reaches 100 percent full. du -b does not find large files on / Killing files on separate partition /nsm usu solves issue. Lots of big log files on /nsm. Why would that be? Below is a hint of what's causing problem. Why does data on one partition show up on another? Has anyone ever seen this?
On corporate servers, have this partitioning, note that /nsm is a separate partition from /
Filesystem Size Used Avail Use% Mounted on
/dev/sda7 15G 9.4G 4.1G 71% /
.
.
.
/dev/mapper/nsm 13T 1.1T 12T 9% /nsm <<<<<<<<< encrypted partition
Now, running this command, below see a symlink between / and /nsm
ls -l /pcap
lrwxrwxrwx 1 root root 26 Apr 2 2016 INI -> /nsm/sensors/INI/pcaplogs/
?