Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

filesystem usage

Status
Not open for further replies.

aixchild

Technical User
Nov 14, 2008
32
0
0
GB
does a filesystem when mounted, include the usage of the mount point when you do the df -m command ?
 
I am not 100% sure of what you are asking.

I will throughout a couple thoughts.

df -m /mountpoint

Shows you the space that the file system is consuming when mounted. That would be the file system that is mounted on top of the underlying directory. It will not show you the space usage related to the underlying directory before the file system was mounted on top of the directory. The space usage in the directory before the file system was mounted will be shown by displaying space usage on the file system the directory(mount point) resides in.


I apologize if I misunderstood the question.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top