# fstab(5)

# NOTE: systemd tries to mount following filesystems on every boot:
#
#  - proc on /proc
#  - sysfs on /sys
#  - devtmpfs on /dev
#  - securityfs on /sys/kernel/security
#  - tmpfs on /dev/shm
#  - devpts on /dev/pts
#  - tmpfs on /run
#  - tmpfs on /sys/fs/cgroup
#  - cgroup on /sys/fs/cgroup/systemd
#  - <all or configured cgroup controllers> on /sys/fs/cgroup/<controller name>
#
# Information about above filesystems is hardcoded into systemd.  systemd will
# _try_ to apply mount options from this file by systemd-remount-fs.service.
#
# Please see: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems

#<file system>          <mount point>           <type>  <options>       <dump>  <pass>

tmpfs                   /tmp                    tmpfs   comment=havefs-smackfs-smackfsroot=* 0 0

# For new partition - 2012/06/26 add csa partition.
/dev/disk/by-partlabel/module   /lib/modules    ext4    ro              0       2

LABEL=system-data               /opt            ext4    defaults,noatime        0       2
LABEL=user                      /opt/usr        ext4    defaults,noatime        0       2
