"mount --bind"相当の/etc/fstabの書き方

FreeBSDでのnullfs相当のものをLinuxでも使いたいのですが、いつも必要になるたびに"linux nullfs"でぐぐって不毛な時間を費やすのでメモ。
ソースはこちら↓

/dev/hdb1               /export                 ext3    defaults        1 1
/export/opt             /opt                    none    bind            0 0
/export/etc/opt         /etc/opt                none    bind            0 0
/export/var/opt         /var/opt                none    bind            0 0