Skip to content

Using NFS to extend storage options

PatrickM edited this page May 1, 2017 · 1 revision

All bits required to mount an NFS share are available on the device:

~ # mount -t nfs -o nolock 192.168.0.109:/data /mnt

It should also be simple to boot from NFS by changing the kernel command line, no instructions provided yet.