Package nfs-server version 2.2beta47

This software has been compiled with the m68k-atari-mint cross-tools.

Original links

Original download: https://freemint.github.io/sparemint/sparemint/html/packages/nfs-server.html

Sources

Original sources: nfs-server-2.2beta47.tar.gz (193 KB)
MiNT patch: nfs-server-2.2beta47-mint-20140908.patch.bz2 (1.8 KB)

68000 binaries for MiNT

68000 binary: nfs-server-2.2beta47-mint-20140908-bin-mint-20140908.tar.bz2 (184 KB)
68000 build script: nfs-server-2.2beta47-mint-20140908-bin-mint-howto.txt (1.8 KB)

68020-60 binaries for MiNT

68020-60 binary: nfs-server-2.2beta47-mint-20140908-bin-mint020-20140908.tar.bz2 (174 KB)
68020-60 build script: nfs-server-2.2beta47-mint-20140908-bin-mint020-howto.txt (1.8 KB)

ColdFire binaries for MiNT

ColdFire binary: nfs-server-2.2beta47-mint-20140908-bin-mintv4e-20140908.tar.bz2 (183 KB)
ColdFire build script: nfs-server-2.2beta47-mint-20140908-bin-mintv4e-howto.txt (1.8 KB)

Configuration files

Example: /etc/exports (44 bytes)

Quickstart for running NFS Server on FreeMiNT

  1. Define your exported directories in /etc/exports. The provided example file is good enough for a starting point.
  2. Start those 3 daemons:
    /usr/sbin/portmap
    /usr/sbin/rpc.nfsd
    /usr/sbin/rpc.mountd
    
  3. Then you can connect from another FreeMiNT machine, using NFS.XFS and mount_nfs.
  4. You can also connect from Linux:
    mount -t nfs 192.168.0.3:/ /some/local/dir -o rw,vers=2,udp
    

    The vers=2 option was mandatory for me, because newer systems use the newer NFS v2 or v3 by default.

    The udp option enables UDP communication. By default, on my system, it used TCP, which is supposed to be unnecessarily slower on a reliable network.


Back to the MiNT software list