mount : mount a filesystem
[SYNOPSIS] mount OPTION DEVICE MOUNTPOINT
OPTION
-a mount all filesystems mentioned in fstab
-c don't canonicalize paths
-f dry run; skip the mount(2) syscall
-F fork off for each device (use with -a)
-T FILE alternative FILE to /etc/fstab
-l show also filesystem labels
-n don't write to /etc/mtab
-o <list> comma-separated list of mount options
-O <list> limit the set of filesystems (use with -a)
-r mount the filesystem read-only (same as -o ro)
-t TYPE limit the set of filesystem types
# mount -t nfs dlp.srv.world:/home /mnt