NetBSD/etc/etc.atari/fstab.tmp

18 lines
563 B
Plaintext
Raw Normal View History

1995-03-30 09:44:08 +04:00
#
2001-11-26 19:34:56 +03:00
# $NetBSD: fstab.tmp,v 1.4 2001/11/26 16:34:57 lukem Exp $
#
# 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.
# /tmp is on a 5M mfs partition; see mount_mfs(8) for details.
# /atari is a GEMDOS filesystem (hence the '-G' flag).
#
1995-03-30 09:44:08 +04:00
#
1995-08-22 23:52:25 +04:00
/dev/sd0a / ffs rw 1 1
/dev/sd0b none swap sw 0 0
1995-08-22 23:52:25 +04:00
/dev/sd0d /usr ffs rw 1 2
2001-11-26 19:34:56 +03:00
#swap /tmp mfs rw,-s=5m
#/dev/sd0e /atari msdos rw,-G
1995-03-30 09:44:08 +04:00
#procfs /proc procfs ro
#kernfs /kern kernfs ro