we want to use tmpfs on /var/work folder
what is the differences between the following tmpfs in fstab
tmpfs /var/work tmpfs size=4g 0 0
to this tmpfs in fstab
tmpfs /var/work tmpfs defaults,size=4g 0 0
second - is it necessary to defined also the - rw,nosuid,noatime,nodev ?
tmpfs /var/work tmpfs rw,nosuid,noatime,nodev,size=4G 0 0