Here is a small reciepe on how to setup an OpenBSD (I used 4.2) NFS server and have a Mac OS X (I used 10.5.1) client connect to it.
First setup the OpenBSD server to server /mnt/sd0a over NFS:
# echo "portmap=YES" >> /etc/rc.conf.local
# echo "nfs_server=YES" >> /etc/rc.conf.local
# echo "/mnt/sd0a -network=192.168.1 -mask=255.255.255.0" >> /etc/exports
# portmap
# nfsd -tun 4
# mountdNow test the share on you Apple:
# mount_nfs -P 192.168.1.254:/mnt/sd0a /private/tmp/test/
# df -h /private/tmp/test
# umount /private/tmp/testNow because apple used automount by default (check /etc/auto_master on your Apple) you can find the OpenBSD NFS server in the finder:
| About | Consultancy | Articles | Contact |
|
|
|
|
|
| References | Red Hat Certified Architect | By Robert de Bock | Robert de Bock |
| Curriculum Vitae | By Fred Clausen | +31 6 14 39 58 72 | |
| By Nelson Manning | robert@meinit.nl |