Depending on how your disks were partitioned, /var might not be a separate file partition and may be included under the / partition.
Check the /etc/fstab which contains static information about the filesystems. If /var is not listed in that file, then /var is not a mounted filesystem, but is...