本文为joshua317原创文章,转载请注明:转载自joshua317博客 一天一个 Linux 命令(31):mount 命令 - joshua317的博客
一、简介
Linux下的mount命令用于加载文件系统到指定的加载点。
二、格式说明
mount [-lhV]
mount -a [options]
mount [options] [--source] <source> | [--target] <directory>
mount [options] <source> <directory>
mount <operation> <mountpoint> [<target>]
Usage:
mount [-lhV]
mount -a [options]
mount [options] [--source] <source> | [--target] <directory>
mount [options] <source> <directory>
mount <operation> <mountpoint> [<target>]
Options:
-a, --all mount all filesystems mentioned in fstab
-c, --no-canonicalize don't canonicalize paths
-f, --fake dry run;