# /etc/fstab: static file system information.
#
# <file system> 	<mount point>   <type>  <options>        <dump>  <pass>
# this is the compact flash file system layout.
# 
# Partition sizes:
# part1 is always +4M to contain the kernel
# part2 is +16M
# part3 is +36M
# part4 is extended (no size entry - takes the remainder of the disk)
# part5 is +16M
# part6 is the rest of the disk.
#
/proc           	/proc           proc    defaults      0     0
/dev/root       	/               auto    ro            0     0

/dev/discs/disc0/part2  /               ext3    ro            0     0

/dev/discs/disc0/part3  /var            ext3    defaults      0     2
/dev/discs/disc0/part4  /var/gps        ext3    defaults      0     2

/dev/mtdblock/3         /etc/sysconfig  jffs2   defaults      0     2
/dev/mtdblock/4         /etc/sysinfo    jffs2   ro            0     2


