Usage:
mount [-lhV]
mount -a [options]
mount [options] [–source] | [–target]
mount [options]
mount []
Mount a filesystem.
选项:
-a, --all mount all filesystems mentioned in fstab
-c, --no-canonicalize don’t canonicalize paths
-f, --fake dry run; skip the mount(2) syscall
-F, --fork fork off for each device (use with -a)
-T, --fstab
-i, --internal-only don’t call the mount. helpers
-l, --show-labels show also filesystem labels
-n, --no-mtab don’t write to /etc/mtab
-o, --options comma-separated list of mount options
-O, --test-opts limit the set of filesystems (use with -a)
-r, --read-only mount the filesystem read-only (same as -o ro)
-t, --types limit the set of filesystem types
–source explicitly specifies source (path, label, uuid)
–target explicitly specifies mountpoint
-v, --verbose say what is being done

本文详细介绍了Linux下mount命令的使用方法及各种选项参数。包括如何挂载文件系统、指定挂载点、设置挂载选项等。此外还介绍了如何进行bind挂载、移动挂载点以及标记挂载点为共享、私有等高级操作。
最低0.47元/天 解锁文章
3753

被折叠的 条评论
为什么被折叠?



