Solved Remounting network drives in fstab

mount -a


Code:
-a         All the file systems described in fstab(5)    are mounted.  Excep-
         tions are those marked as "noauto", those marked as "late"    (un-
         less the -l option    was specified),    those excluded by the -t flag
         (see below), or if    they are already mounted (except the root file
         system which is always remounted to preserve traditional single
         user mode behavior).
 
Back
Top