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] ----