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) |
/etc/exports
.
The provided example file is good enough for a starting point.
/usr/sbin/portmap /usr/sbin/rpc.nfsd /usr/sbin/rpc.mountd
mount_nfs
.
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.