From 0f3cc247af86d32d1389931550a1e041e6983e88 Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Thu, 11 May 2017 20:49:48 +0800 Subject: [PATCH] config.md: specify mount source Signed-off-by: Ma Shimiao --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index f1996d084..74a5175c9 100644 --- a/config.md +++ b/config.md @@ -60,7 +60,7 @@ For Windows, see [mountvol][mountvol] and [SetVolumeMountPoint][set-volume-mount * Linux: valid *filesystemtype* supported by the kernel as listed in */proc/filesystems* (e.g., "minix", "ext2", "ext3", "jfs", "xfs", "reiserfs", "msdos", "proc", "nfs", "iso9660"). * Windows: the type of file system on the volume, e.g. "ntfs". * Solaris: corresponds to "type" of the fs resource in [zonecfg(1M)][zonecfg.1m]. -* **`source`** (string, OPTIONAL) A device name, but can also be a directory name or a dummy. +* **`source`** (string, OPTIONAL) Mount source to be attached to mount destination. The valid value can be a device name, a directory name or a dummy. When the value is a deivce name or a directory name, it MUST be an absolute path. * Windows: the volume name that is the target of the mount point, \\?\Volume\{GUID}\ (on Windows source is called target). * Solaris: corresponds to "special" of the fs resource in [zonecfg(1M)][zonecfg.1m]. * **`options`** (list of strings, OPTIONAL) Mount options of the filesystem to be used.