View Single Post
vartanov's Avatar
Posts: 44 | Thanked: 22 times | Joined on Jan 2010 @ Leeuwarden, The Netherlands
#7
Originally Posted by romanianusa View Post
I know it runs some sort of script or whatever...but the reason i question it is because all of sudden it appears in xterminal where before..it's not there when i type df -h.
what you see are mounts used for python, it is needed to run your apps. it probably appeared because you have installed something.

use
df -h | grep root
to see only the root partition or replace root with anything you want to filter.
 

The Following User Says Thank You to vartanov For This Useful Post: