26 lines
1009 B
Plaintext
26 lines
1009 B
Plaintext
# $NetBSD: fstab.sd0.amiga,v 1.4 2005/05/06 08:41:00 hubertf Exp $
|
|
#
|
|
# Sample fstab for Amiga.
|
|
#
|
|
# fast file system on / root partition (NBR\7) lowest scsi disk unit
|
|
/dev/sd0a / ffs rw 1 1
|
|
# swap partition (NBS\0) SCSI ID 0:
|
|
# All swap devices are now configured by swapctl(8), so a swap entry
|
|
# is now needed for all swap partitions so that the "swapctl -A" in
|
|
# /etc/rc will find them, or you will have no swap space.
|
|
/dev/sd0b none swap sw 0 0
|
|
# fast file system on /usr (NBU\7) next to lowest scsi disk unit
|
|
/dev/sd0d /usr ffs rw 1 2
|
|
# amigados file system on /amiga (DOS/1)
|
|
# It is recomended that you mount it on a dir that matches the
|
|
# volume name and then slinks will resolve correctly. All ados
|
|
# unknonwn and NBU type filesystems are addressed in physical
|
|
# offset (on media) order. So in this example the bsd usr part is
|
|
# first on the disk followed by the ados.
|
|
#/dev/sd0e /amiga ados ro
|
|
#
|
|
# Possibly include data from the following files here:
|
|
# fstab.cdrom
|
|
# fstab.pseudo
|
|
# fstab.ramdisk
|