смонтировать файловую систему (mount a filesystem)
EXTERNAL HELPERS
The syntax of external mount helpers is:
/sbin/mount.
suffix spec dir [-sfnv
] [-N
namespace] [-o
options]
[-t
type.
_subtype_]
where the suffix is the filesystem type and the -sfnvoN
options
have the same meaning as the normal mount options. The -t
option
is used for filesystems with subtypes support (for example
/sbin/mount.fuse -t fuse.sshfs
).
The command mount
does not pass the mount options unbindable
,
runbindable
, private
, rprivate
, slave
, rslave
, shared
, rshared
,
auto
, noauto
, comment
, x-
*, loop
, offset
and sizelimit
to the
mount.<suffix> helpers. All other options are used in a
comma-separated list as an argument to the -o
option.