NFS Share – OXS / Ubuntu

Development with symfony on Ubuntu (which acts as a server), whilst editing the actual source files on OSX can lead to all sorts of strange PHP errors… here’s how to fix them!

OSX:

showmount -e 192.168.234.123
sudo mount -t nfs -o resvport,soft,intr,rsize=8192,wsize=8192,timeo=900,retrans=3,proto=tcp 192.168.234.123:/home/abcd/www /Users/abcd/nfs-share/

http://stackoverflow.com/questions/6384088/weird-errors-with-vmware-6-5-php-5-3-3-symfony-1-4

Leave a Reply