How-to: NFS mount a Dreambox from a Mac
Gosh, it ain’t that easy to mount a remote NFS share from a Mac. At least not if the NFS server is a Dreambox DM800 sat/cable tuner.
Connecting to a NFS share using Mac OS X is usually pretty easy: open Finder, hit Command-K and enter the remote NFS share address:

My Dreambox is running at 192.168.1.35 but you have to provide your own address or hostname. In my case, the Dreambox also resolves with the hostname dm800.local. If you’re unable to connect using Finder and you’re sure there’s an NFS server running in your Dreambox you will have to do some tricks with Terminal to make it work.
Use the showmount command to see the exported NFS shares:
showmount -e 192.168.1.35 Exports list on 192.168.1.35: /media/hdd Everyone
If you see a NFS share using showmount, let’s try to connect to it from the command line:
sudo mount -t nfs 192.168.1.35:/media/hdd /Volumes
You may get an output like this:
mount_nfs: bad MNT RPC: RPC: Timed out mount_nfs: can't access /media/hdd/: Permission denied
or
mount_nfs: /Volumes: Operation not permitted
If this is the case, you will have to apply two changes to your Dreambox’s NFS server configuration in order to be able to connect using Finder. Read more »
Comments(2)








Recent Comments