diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-10-26 16:58:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-10-27 22:46:46 +0200 |
commit | 4c2ee5c7f26fda41d7eb1250c61c85cc869a90de (patch) | |
tree | 4c7a6c4433e6fcbb6d2104c5b4b44ef7bf5e3f57 /man/homectl.xml | |
parent | homework: actually try all supplied passwords (diff) | |
download | systemd-4c2ee5c7f26fda41d7eb1250c61c85cc869a90de.tar.xz systemd-4c2ee5c7f26fda41d7eb1250c61c85cc869a90de.zip |
homework: allow specifying explicit additional mount options when using CIFS backend
This is useful since certain shares can only be mounted with additional
mount flags. For example the SMB share in modern AVM Fritz!Boxes
requires "noserverino" to be set to work from Linux.
Diffstat (limited to 'man/homectl.xml')
-rw-r--r-- | man/homectl.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/homectl.xml b/man/homectl.xml index f670566593..01e9c3b29b 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -688,13 +688,17 @@ <term><option>--cifs-domain=</option><replaceable>DOMAIN</replaceable></term> <term><option>--cifs-user-name=</option><replaceable>USER</replaceable></term> <term><option>--cifs-service=</option><replaceable>SERVICE</replaceable></term> + <term><option>--cifs-extra-mount-options=</option><replaceable>OPTIONS</replaceable></term> <listitem><para>Configures the Windows File Sharing (CIFS) domain and user to associate with the home directory/user account, as well as the file share ("service") to mount as directory. The latter is used when <literal>cifs</literal> storage is selected. The file share should be specified in format <literal>//<replaceable>host</replaceable>/<replaceable>share</replaceable>/<replaceable>directory/…</replaceable></literal>. The directory part is optional — if not specified the home directory will be placed in the top-level - directory of the share.</para></listitem> + directory of the share. The <option>--cifs-extra-mount-options=</option> setting allows specifying + additional mount options when mounting the share, see <citerefentry + project='man-pages'><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry> + for details.</para></listitem> </varlistentry> <varlistentry> |