diff options
author | Oxore <oxore@protonmail.com> | 2024-10-21 13:39:15 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-10-21 13:39:15 +0300 |
commit | 26684722afdd9ad0e055d80a8b3acafdc18eb7e2 (patch) | |
tree | 59f0d3474eb54860392aac6ee1951d07aee5293c | |
parent | ac7373e07455fda5b9b2472dce927d7105be177d (diff) |
qemu: Fix samba IP for Windows
-rw-r--r-- | source/qemu.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/qemu.rst b/source/qemu.rst index 58f508a..c01e7ae 100644 --- a/source/qemu.rst +++ b/source/qemu.rst @@ -61,7 +61,7 @@ To mount it via ``/etc/fstab`` add the following line to the file:: On Windows you can just enter the following address into explorer's address bar, no authentication required:: - \\10.2.0.4\qemu + \\10.0.2.4\qemu Overall it looks like this: |