diff options
Diffstat (limited to 'static/netbsd/man1/fstab.nfs.1')
| -rw-r--r-- | static/netbsd/man1/fstab.nfs.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/netbsd/man1/fstab.nfs.1 b/static/netbsd/man1/fstab.nfs.1 new file mode 100644 index 00000000..56a4a42d --- /dev/null +++ b/static/netbsd/man1/fstab.nfs.1 @@ -0,0 +1,12 @@ +# $NetBSD: fstab.nfs.1,v 1.4 2005/05/06 08:41:00 hubertf Exp $ +# +# Sample fstab for diskless clients using NFS, using reduced +# read and write data size. +# +server:/export/netbsd.arch/root / nfs rw,-r=1024,-w=1024 +server:/export/netbsd.arch/usr /usr nfs ro,-r=1024,-w=1024 +# +# Possibly include data from the following files here: +# fstab.cdrom +# fstab.pseudo +# fstab.ramdisk |
