From 4a17da59aa0d9ad5f8cee9eeadcfe5e4230ca390 Mon Sep 17 00:00:00 2001 From: Micha <57317022+DarkRoot-Cmd@users.noreply.github.com> Date: Sun, 31 May 2026 10:49:06 +0300 Subject: [PATCH] Fix grammar in Samba documentation --- documentation/asciidoc/computers/remote-access/samba.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/remote-access/samba.adoc b/documentation/asciidoc/computers/remote-access/samba.adoc index 8735264cb..0dacd7f15 100644 --- a/documentation/asciidoc/computers/remote-access/samba.adoc +++ b/documentation/asciidoc/computers/remote-access/samba.adoc @@ -81,7 +81,7 @@ $ ls windowshare/ ==== "Host is down" error -This error occurs when SMB protocol version do not match and the Linux Samba client returns a misleading error message. By default Raspberry Pi OS uses versions 2.1 and above, compatible with Windows 7 and later. Older devices, including some NAS, may require version 1.0. To fix this error, append a version entry (e.g. `,vers=1.0`) to your mount command: +This error occurs when SMB protocol versions do not match and the Linux Samba client returns a misleading error message. By default Raspberry Pi OS uses versions 2.1 and above, compatible with Windows 7 and later. Older devices, including some NAS, may require version 1.0. To fix this error, append a version entry (e.g. `,vers=1.0`) to your mount command: [source,console] ----