Temporary NFS mount keep being mounted while server is powered off
I was doing some performance testing using different file protocols (NFS, SMB mainly).
The last test was with NFS, I mounted on the command line the nfs exported directory, did my test, forgot about the moment and shutdown the NFS server. Since then OS X is bugging me every 2 minutes with a popup (which has the focus!) which states "There was a problem connecting to the server 192.168.1.250". The mount is not visible via 'df' so I decided to reboot the machine... But even after rebooting it, the popup keep on poping up!
The setup was: OS X 10.8 as NFS client; FreeBSD 9.1 as NFS server (in a virtual machine hosted by a Linux machine on the same network). The command was:
mount -t nfs 192.168.1.250:/mnt/test ~/mnt/
I restarted the FreeBSD VM, suddenly the NFS export was mounted, this time as /Volumes/test. I unmounted it this time using:
sudo umount /Volumes/test
It did work successfully. I shutdown and deleted my VM, and some hours later the popup reappeared!!
How to get rid of it? Or more explicitely where is the configuration file where the mount is still explicitely present?
(it is not in /etc/fstab, nor /etc/auto_master) I did a huge grep using the IP address on the disk, and I got only log errors in /var/log.
MacBook Pro with Retina display, OS X Mountain Lion (10.8.2)