diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /etc/etc.amiga/fstab.tmp |
initial import of NetBSD tree
Diffstat (limited to 'etc/etc.amiga/fstab.tmp')
-rw-r--r-- | etc/etc.amiga/fstab.tmp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/etc.amiga/fstab.tmp b/etc/etc.amiga/fstab.tmp new file mode 100644 index 00000000000..b6393894180 --- /dev/null +++ b/etc/etc.amiga/fstab.tmp @@ -0,0 +1,20 @@ +# +# $NetBSD: fstab.tmp,v 1.8 1995/10/09 02:25:44 chopps Exp $ +# +# fast file system on / root partition (NBR\7) lowest scsi disk unit +/dev/sd0a / ffs rw 1 1 +# fast file system on /usr (NBU\7) next to lowest scsi disk unit +/dev/sd0d /usr ffs rw 1 2 +# virtual mem file system on /tmp using swap (NBS\0) scsi id 0 size 5M +#/dev/sd0b /tmp mfs rw,-s10240 +# 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 +# process file system +#procfs /proc procfs ro +# kernel file system +#kernfs /kern kernfs ro |