Docunext


Mount NFS share from Mac OS X client

June 6th, 2007

I thought it would be much hard to mount an NFS share onto a Mac OS X client, but I did run into some issues I'll share here.

I tried:

sudo mount_nfs your_nfs_server_address:/your/nfs/export your_target_directory

but got this error:

mount_nfs: /path/to/your/target_mount: Operation not permitted

To fix, use the -P flag, like so:

sudo mount_nfs -P your_nfs_server_address:/your/nfs/export your_target_directory

¥

Yearly Indexes: 2003 2004 2006 2007 2008 2009 2010 2011 2012 2013 2015 2019 2020 2022