This is an old revision of the document!
Table of Contents
Introduction
A fileserver is a machine other than your workstation, that keeps your files.
Usually, a single fileserver provides filesharing between multiple workstations.
NFS server
To set up a NFS server under TinyCore, you need 2 packages. (To setup a NFS client, you only need the first package.)
- nfs-utils.tcz
- filesystems-`uname -r`.tcz (note: shell backquotes to insert output of `uname -r` command.)
The appropriate install option is OnBoot
See also:
Samba server
(Under construction)
rsync server
(Under construction)