fstab.sd0.atari revision 1.1 1 # $NetBSD: fstab.sd0.atari,v 1.1 2002/05/04 19:44:36 jdolecek Exp $
2 #
3 # All swap devices are now configured by swapctl(8), so a swap entry
4 # is now needed for all swap partitions so that the "swapctl -A" in
5 # /etc/rc will find them, or you will have no swap space.
6 # /tmp is on a 5M mfs partition; see mount_mfs(8) for details.
7 # /atari is a GEMDOS filesystem (hence the '-G' flag).
8 #
9 #
10 /dev/sd0a / ffs rw 1 1
11 /dev/sd0b none swap sw 0 0
12 /dev/sd0d /usr ffs rw 1 2
13 #swap /tmp mfs rw,-s=5m
14 #/dev/sd0e /atari msdos rw,-G
15 #procfs /proc procfs ro
16 #kernfs /kern kernfs ro
17