Views
A typical default /etc/fstab file in one of our instances looks like:
/dev/sda1 / ext3 defaults 0 1 /dev/sda2 none swap sw 0 0 none /dev/pts devpts mode=0620 0 0 proc /proc proc default 0 0 none /sys sysfs default 0 0
Note that the root filesystem does not necessarily have to be ext3, but this is default and most common as of 9/27/2009.