Wed Dec 8 19:28:30 2021 UTC ()
s/recomended/recommended/ and s/unknonwn/unknown/


(andvar)
diff -r1.4 -r1.5 src/share/examples/fstab/fstab.sd0.amiga

cvs diff -r1.4 -r1.5 src/share/examples/fstab/fstab.sd0.amiga (expand / switch to unified diff)

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