diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-06-29 03:19:38 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-06-28 14:19:38 -0400 |
commit | 6f6165bf7dbd772e48fe0c8fbecbaa448b3d3bdc (patch) | |
tree | c56fa7e1d6e07f65c4f36f98612452305a1cc691 /man | |
parent | 0d787d5ff812bc038384ff39f8b1d64f6c2ed13f (diff) | |
download | systemd-6f6165bf7dbd772e48fe0c8fbecbaa448b3d3bdc.tar.gz |
systemd-mount: support unmounting loop devices by backing files (#6211)
This makes `systemd-umount` or `systemd-mount -u` support unmounting
loop devices by the corresponding backing files, like
`systemd-mount --umount /tmp/foo.img /tmp/bar.img`
Fixes #6206.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-mount.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml index 68654f43a6..f3910ca3f7 100644 --- a/man/systemd-mount.xml +++ b/man/systemd-mount.xml @@ -256,8 +256,9 @@ <listitem><para>Stop the mount and automount units corresponding to the specified mount points <replaceable>WHERE</replaceable> or the devices <replaceable>WHAT</replaceable>. <command>systemd-mount</command> with this option or <command>systemd-umount</command> can take multiple arguments - which can be path, device, or <filename>/etc/fstab</filename> style node name, like - <command>systemd-mount --umount /path/to/umount /dev/sda1 UUID=xxxxxx-xxxx LABEL=xxxxx</command>. + which can be mount points, devices, <filename>/etc/fstab</filename> style node names, or backing files + corresponding to loop devices, like + <command>systemd-mount --umount /path/to/umount /dev/sda1 UUID=xxxxxx-xxxx LABEL=xxxxx /path/to/disk.img</command>. </para> </listitem> </varlistentry> |