xref: /netbsd/share/examples/fstab/fstab.sd0.amiga (revision bf9ec67e)
1#	$NetBSD: fstab.sd0.amiga,v 1.1 2002/05/04 19:44:35 jdolecek Exp $
2#
3# Sample fstab for Amiga.
4#
5#	fast file system on / root partition (NBR\7) lowest scsi disk unit
6/dev/sd0a	/	ffs	rw		1	1
7# All swap devices are now configured by swapctl(8), so a swap entry
8# is now needed for all swap partitions so that the "swapctl -A" in
9# /etc/rc will find them, or you will have no swap space.
10/dev/sd0b	none	swap	sw		0	0
11#	fast file system on /usr (NBU\7) next to lowest scsi disk unit
12/dev/sd0d	/usr	ffs	rw		1	2
13#	virtual mem file system on /tmp using swap (NBS\0) scsi id 0 size 5M
14#swap		/tmp	mfs	rw,-s=5m
15#	amigados file system on /amiga (DOS/1)
16#	It is recomended that you mount it on a dir that matches the
17#	volume name and then slinks will resolve correctly. All ados
18#	unknonwn and NBU type filesystems are addressed in physical
19#	offset (on media) order.  So in this example the bsd usr part is
20#	first on the disk followed by the ados.
21#/dev/sd0e	/amiga	ados	ro
22#	process file system
23#procfs	/proc	procfs	ro
24#	kernel file system
25#kernfs	/kern	kernfs	ro
26