blob: 56a4a42dbf325b96a4faab2ce2dd066f0f001c28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|