How to get the capacity and free space of a directory which has another mount in CentOS
For example, the dir "/app/source" There is an 100GB filesystem mount on "/" So when I use "df /app/source" I can get the capacity is 100GB. Then there is a dir "/app/source/video" and an 100GB filesystem mount on it. Is…