Initial revision
[openwrt/svn-archive/archive.git] / openwrt / target / default / target_skeleton / etc / fstab
1 # /etc/fstab: static file system information.
2 #
3 # <file system> <mount pt> <type> <options> <dump> <pass>
4 /dev/root / ext2 rw,noauto 0 1
5 proc /proc proc defaults 0 0
6 devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
7 tmpfs /tmp tmpfs defaults 0 0
8