fstab.sd0.amiga revision 1.5
11.5Sandvar# $NetBSD: fstab.sd0.amiga,v 1.5 2021/12/08 19:28:30 andvar Exp $ 21.1Sjdolecek# 31.1Sjdolecek# Sample fstab for Amiga. 41.1Sjdolecek# 51.1Sjdolecek# fast file system on / root partition (NBR\7) lowest scsi disk unit 61.1Sjdolecek/dev/sd0a / ffs rw 1 1 71.2Shubertf# swap partition (NBS\0) SCSI ID 0: 81.1Sjdolecek# All swap devices are now configured by swapctl(8), so a swap entry 91.1Sjdolecek# is now needed for all swap partitions so that the "swapctl -A" in 101.1Sjdolecek# /etc/rc will find them, or you will have no swap space. 111.1Sjdolecek/dev/sd0b none swap sw 0 0 121.1Sjdolecek# fast file system on /usr (NBU\7) next to lowest scsi disk unit 131.4Shubertf/dev/sd0d /usr ffs rw 1 2 141.1Sjdolecek# amigados file system on /amiga (DOS/1) 151.5Sandvar# It is recommended that you mount it on a dir that matches the 161.1Sjdolecek# volume name and then slinks will resolve correctly. All ados 171.5Sandvar# unknown and NBU type filesystems are addressed in physical 181.1Sjdolecek# offset (on media) order. So in this example the bsd usr part is 191.1Sjdolecek# first on the disk followed by the ados. 201.1Sjdolecek#/dev/sd0e /amiga ados ro 211.2Shubertf# 221.2Shubertf# Possibly include data from the following files here: 231.2Shubertf# fstab.cdrom 241.2Shubertf# fstab.pseudo 251.2Shubertf# fstab.ramdisk 26