xref: /netbsd-src/share/examples/fstab/fstab.sd0.amiga (revision 765c526966b223f325cb7718f6a3b7e084d4b27c)
1#	$NetBSD: fstab.sd0.amiga,v 1.5 2021/12/08 19:28:30 andvar 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# 	swap partition (NBS\0) SCSI ID 0:
8# All swap devices are now configured by swapctl(8), so a swap entry
9# is now needed for all swap partitions so that the "swapctl -A" in
10# /etc/rc will find them, or you will have no swap space.
11/dev/sd0b	none	swap	sw		0	0
12#	fast file system on /usr (NBU\7) next to lowest scsi disk unit
13/dev/sd0d	/usr	ffs	rw		1	2
14#	amigados file system on /amiga (DOS/1)
15#	It is recommended that you mount it on a dir that matches the
16#	volume name and then slinks will resolve correctly. All ados
17#	unknown and NBU type filesystems are addressed in physical
18#	offset (on media) order.  So in this example the bsd usr part is
19#	first on the disk followed by the ados.
20#/dev/sd0e	/amiga	ados	ro
21#
22# Possibly include data from the following files here:
23# fstab.cdrom
24# fstab.pseudo
25# fstab.ramdisk
26