Please review my partitions/fstab
/ = 4GB
/tmp = 512MB
/opt = 50GB
/var = 1GB
After bootup, I modified fstab to look like below and remounted everything. It is all working just fine, but I would love for a second opinion that I have everything set correctly.
My Linode will be running a single LAMP website - all data (html/mysql) will be saved in /opt.
# <file system=""><mount point=""><type><options><dump><pass>proc /proc proc defaults 0 0
/dev/xvda / ext3 noatime,errors=remount-ro 1 1
/dev/xvdb none swap sw 0 0
/dev/xvdc /tmp ext3 noexec,nosuid 1 2
/dev/xvdd /var ext3 defaults 1 3
/dev/xvde /opt ext3 defaults 1 4</pass></dump></options></type></mount></file>
TIA,
Roger