root@(none):/ $ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount pt> <type> <options> <dump> <pass>
/dev/root / ext2 rw,noauto 0 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs mode=0777 0 0
tmpfs /tmp tmpfs noatime,noexec,nosuid,size=150M 0 0
tmpfs /var/log tmpfs noatime,noexec,nosuid,size=30M,mode=755 0 0
sysfs /sys sysfs defaults 0 0
nodev /sys/kernel/debug debugfs defaults,noauto 0 0
root@(none):/ $ mount
rootfs on / type rootfs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=222052k,nr_inodes=55513,mode=755)
proc on /proc type proc (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,relatime,mode=777)
tmpfs on /tmp type tmpfs (rw,nosuid,noexec,noatime,size=153600k)
tmpfs on /var/log type tmpfs (rw,nosuid,noexec,noatime,size=30720k,mode=755)
sysfs on /sys type sysfs (rw,relatime)
ubi0:stor on /boot type ubifs (rw,noatime,bulk_read,compr=none)
/dev/loop0 on /usr type squashfs (ro,relatime)
ubi0:home on /home type ubifs (rw,noatime,chk_data_crc)
tmpfs on /usr/vector/firmware/upload type tmpfs (rw,nosuid,noexec,noatime,size=153600k)