> So, question is - how is it possible? It looks like something I'm
 > missing. I don't know how, but it looks like all www date is written

Order is important.  It looks like you mounted /var/www before /var
in which case /var/www is hidden.  /etc/fstab must be in the order
that you want filesystems mounted.

An /etc/fstab on one of my machines...

# device        mount point type   options            backup fsck pass
/dev/wd0a       /           ffs    rw                      1 1
/dev/wd0d       /var        ffs    rw,nodev,nosuid         1 2
/dev/wd0h       /var/www    ffs    rw,nodev,nosuid         1 2
...

// marc

Reply via email to