blob: a152abb9efdae17879ac005e04586214167b867e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
===========================================================================
$NetBSD: MESSAGE,v 1.2 2003/03/23 14:28:32 lukem Exp $
Quick Client Setup:
1. Add to /etc/rc.conf:
sfscd=YES
2. Run: ${PREFIX}/etc/rc.d/sfscd start
3. cd /sfs/sfs.fs.net:eu4cvv6wcnzscer98yn4qjpjnn9iv6pi
4. cat CONGRATULATIONS
Quick Server Setup:
1. Add to /etc/rc.conf:
mountd=YES
nfs_server=YES
sfssd=YES
2. Run: /etc/rc.d/nfsd start
3. Copy ${SFSEXAMPLEDIR}/sfsrwsd_config.sample to
${PREFIX}/etc/sfs/sfsrwsd_config and modify.
4. Modify /etc/exports to match your sfsrwsd_config.
5. Create the root directories in ${SFSDIR}/root.
6. Run ${PREFIX}/etc/rc.d/sfssd start
===========================================================================
|