So, things end up something like that, isn't it? Any other modifications will be welcomed.
Is it missing the explanation of some columns (such as fsck and dump) that would be included in future posts.
Code:
################################################################
# File Systems TABle configuration file (/etc/fstab)
################################################################
#** Configuration file that describes how to mount different filesystems on a Linux OS.
#
#**** This template includes some common FS with proper access options, useful for most
#**of the installations.
#
#******At the end it is given the description of some options for understanding the meaning.
#**This way user can tweak the FS for their needs.
################################################################
# LINUX OS
#---------------------------------------------------------------------------------------
# Device******| Mount Point (Dir) | Filesystem |********Options******** | Dump | fsck
#---------------------------------------------------------------------------------------
/dev/sda7**** /******************** reiserfs****acl,user_xattr,notail********1******1
/dev/sda5**** /home**************** reiserfs****defaults,notail************1******2
/dev/sda6**** swap******************swap********defaults****************** 0******0
#/dev/sdb1****/files****************xfs******** defaults,noatime,logbufs=8,logbsize=32k,biosize=16****** 1****2
#/dev/sdc1****/mnt/Backup********** ext3********acl,user_xattr,noatime******1**** 2
# WINDOWS OS
#----------------------------------------------------------------------------------------------
# Device******| Mount Point (Dir) | Filesystem |********Options******************| Dump | fsck
#----------------------------------------------------------------------------------------------
/dev/sda1**** /windows/C********** ntfs******** users,gid=users**********************0****0
/dev/sda2**** /windows/D********** vfat******** users,gid=users,umask=0002,utf8=true**0****0
# SOLARIS OS
#---------------------------------------------------------------------------------------
# Device******| Mount Point (Dir) | Filesystem |********Options******** | Dump | fsck
#---------------------------------------------------------------------------------------
#/dev/sda8**** /solaris/boot****** ufs**********ufstype=sunx86,defaults****0******0
#/dev/sda11****/solaris/data****** ufs**********ufstype=sunx86,defaults****0******0
# EXTERNAL DEVICES
#----------------------------------------------------------------------------------------------------
# Device******| Mount Point (Dir) | Filesystem |********Options************************| Dump | fsck
#----------------------------------------------------------------------------------------------------
proc********** /proc****************proc********defaults********************************** 0**** 0
sysfs**********/sys**************** sysfs****** noauto************************************ 0**** 0
usbfs**********/proc/bus/usb********usbfs****** noauto************************************ 0**** 0
devpts******** /dev/pts************ devpts******mode=0620,gid=5****************************0**** 0
#/dev/sdb2**** /media/back-up****** vfat********rw,users,gid=users,umask=0002,utf8=true****0**** 0
########################################################################
# OPTIONS DESCRIPTION
########################################################################
# Option********************|******** Description
#--------------------------------------------------------------------------------------------------
#barrier************************ The cache flush command
#noatime, nodiratime********Last access time is not recorded (file/dir)
#biosize************************ Sets the default I/O size
#logbufs************************ Specifies in-memory log buffers
#logbsize************************Size of the buffer
#notail************************Disable storing small files and `file tails' directly into the tree.