Skip to navigation
How to mount a nfs share file from a mac os
07.12.13
how to mount a nfs share file system from mac 1. on the shared linux os: on the linux machine where you share use the following in the export file 1. edit /etc/exports (sudo vim /etc/exports) and add this line(s) /var/customers/webs/pdweb folder 192.168.80.186(rw,sync,all_squash,insecure,anonuid=xxx,anongid=xxx) /var/customers/webs/pdweb replace this with your shared folder 192.168.80.186 replace this with your mac IP xxx replace this with the id of the owner of the linux box 2. on the mac os: sudo mount -t nfs -o resvport 192.168.80.242:/var/customers/webs/pdweb /myshare 192.168.80.242 replace this with your linux ip myshare replace this with your share
http://www.cyberciti.biz/faq/apple-mac-osx-nfs-mount-command-tutorial/
Reply
Anonymous
Information Epoch 1732521254
Silence is golden.
Home
Notebook
Contact us