Try adding -l to limit df to local drives:
-l
df
df -l
From the man pages:
-l, --local limit listing to local file systems
This won't solve your mounting problem, but df will run a lot faster.