mount
The mount command serves to attach the filesystem found on some device to the big file tree.

Mount [OPTIONS]
mount
–source <src></src>
–target <target></target>
-n, –no-mtab
–source <src>, Specify source.</src>
–target <target>, Specify target.</target>
-n, –no-mtab, Don’t write to /etc/mtab
mount [SOURCE]
LABEL=<label>, Specifies device by fs label.</label>
UUID=<uuid>, Specifies device by fs UUID.</uuid>
PARTLABEL=<label>, Specifies device by partition label.</label>
PARTUUID=<uuid>, Specifies device by partition UUID.</uuid>
<device>, Specifies device by path.</device>
<directory>, Mountpoint for bind mounts.</directory>
<file>, Regular file for loopdev setup.</file>
mount [OPERATIONS]
mount [OPERATIONS]
–make-shared, mark a subtree as shared.
–make-slave, mark a subtree as slave.
–make-private, mark a subtree as private.
–make-unbindable, mark a subtree as unbindable.
–make-rshared, recursively mark a whole subtree as shared.
–make-rslave, recursively mark a whole subtree as slave.
–make-rprivate, recursively mark a whole subtree as private.
–make-runbindable, recursively mark a whole subtree as unbindable.
umount
The umount command detaches the mentioned file system(s) from the file hierarchy.

umount
–fake
-f, –force