From f0e3650de1a9655ead18e433456bd535ee3321d9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Mar 2019 11:22:47 +0100 Subject: man: clarify that /run/media/system/ is where mounts are placed by default Prompted by the discussions on: https://github.com/systemd/systemd/issues/11982#issuecomment-472781806 --- man/systemd-mount.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'man/systemd-mount.xml') diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml index cfb15ef518..e557ee80a1 100644 --- a/man/systemd-mount.xml +++ b/man/systemd-mount.xml @@ -55,13 +55,14 @@ the service manager job queue, so that it may pull in further dependencies (such as parent mounts, or a file system checker to execute a priori), and may make use of the auto-mounting logic. - The command takes either one or two arguments. If only one argument is specified it should refer to a block - device or regular file containing a file system (e.g. /dev/sdb1 or - /path/to/disk.img). If it is a block device, which is then probed for a label and other - metadata, and is mounted to a directory whose name is generated from the label. In this mode the block device must - exist at the time of invocation of the command, so that it may be probed. If the device is found to be a removable - block device (e.g. a USB stick) an automount point instead of a regular mount point is created (i.e. the - option is implied, see below). + The command takes either one or two arguments. If only one argument is specified it should refer to + a block device or regular file containing a file system (e.g. /dev/sdb1 or + /path/to/disk.img). The block device or image file is then probed for a file system + label and other metadata, and is mounted to a directory below /run/media/system/ + whose name is generated from the file system label. In this mode the block device or image file must + exist at the time of invocation of the command, so that it may be probed. If the device is found to be a + removable block device (e.g. a USB stick) an automount point instead of a regular mount point is created + (i.e. the option is implied, see below). If two arguments are specified the first indicates the mount source (the WHAT) and the second indicates the path to mount it on (the WHERE). In this mode no probing of the -- cgit v1.2.1