diff --git a/source/clear-linux/reference/reference.rst b/source/clear-linux/reference/reference.rst index d0674f57..b9f7a8ea 100644 --- a/source/clear-linux/reference/reference.rst +++ b/source/clear-linux/reference/reference.rst @@ -18,4 +18,3 @@ features. compatible-kernels system-requirements image-types - \ No newline at end of file diff --git a/source/clear-linux/tutorials/smb/figures/smb-desktop-1.png b/source/clear-linux/tutorials/smb/figures/smb-desktop-1.png new file mode 100644 index 00000000..866a45ef Binary files /dev/null and b/source/clear-linux/tutorials/smb/figures/smb-desktop-1.png differ diff --git a/source/clear-linux/tutorials/smb/figures/smb-desktop-2.png b/source/clear-linux/tutorials/smb/figures/smb-desktop-2.png new file mode 100644 index 00000000..9ed4a61d Binary files /dev/null and b/source/clear-linux/tutorials/smb/figures/smb-desktop-2.png differ diff --git a/source/clear-linux/tutorials/smb/figures/smb-desktop-3.png b/source/clear-linux/tutorials/smb/figures/smb-desktop-3.png new file mode 100644 index 00000000..7688e484 Binary files /dev/null and b/source/clear-linux/tutorials/smb/figures/smb-desktop-3.png differ diff --git a/source/clear-linux/tutorials/smb/smb-desktop.rst b/source/clear-linux/tutorials/smb/smb-desktop.rst new file mode 100644 index 00000000..efa4c260 --- /dev/null +++ b/source/clear-linux/tutorials/smb/smb-desktop.rst @@ -0,0 +1,80 @@ +.. _smb-desktop: + +Connect to Windows\* shared location from |CL-ATTR| desktop +########################################################### + +This tutorial explains how to access an existing shared drive on +Windows\* via Server Message Block (SMB) / Common Internet File System (CIFS) +from the |CL| GNOME desktop. CIFS filesystem is generally used to access +shared storage locations, or share files. + +Prerequisites +************* + +* You have already `set up a shared location on Windows`_ + +Connect to Windows shared location with Nautilus +************************************************ + +#. From the desktop, select :guilabel:`Files` from the application menu. + + .. note:: + + GNOME Files is also known as `Nautilus`. + +#. In :guilabel:`Files`, select :guilabel:`Other Locations`. + + .. figure:: figures/smb-desktop-1.png + :scale: 100% + :alt: Files, Other Locations + + Figure 1: Files, Other Locations + +#. In the lower taskbar, beside :guilabel:`Connect to Server`, + enter the file-sharing address using the Windows sharing schema: + + .. code-block:: bash + + smb://servername/Share + + .. figure:: figures/smb-desktop-2.png + :scale: 100% + :alt: Connect to Server + + Figure 2: Connect to Server + +#. Optional: If there are issues with DNS, you can use an IP address in + place of the `servername` above. You must still specify the share. + +#. Optional: On the Windows machine, in a CLI, retrieve the IP address by + entering the command: + + .. code-block:: bash + + ifconfig + + .. note:: + + If using the IP address, assure that it is accessible and secure. + +#. Select :guilabel:`Connect`. + +#. The server will request authentication, as shown in Figure 3. + + .. figure:: figures/smb-desktop-3.png + :scale: 100% + :alt: Authentication + + Figure 3: Authentication + +#. Log in with the same Windows system credentials for which you granted + access to the share. + +#. Select the appropriate checkbox to save your credentials. Consider + carefully the security risks as a result of your selection. + + +.. _set up a shared location on Windows: https://www.howtogeek.com/176471/how-to-share-files-between-windows-and-linux/ + + + diff --git a/source/clear-linux/tutorials/tutorials.rst b/source/clear-linux/tutorials/tutorials.rst index d445a33f..a464ec12 100644 --- a/source/clear-linux/tutorials/tutorials.rst +++ b/source/clear-linux/tutorials/tutorials.rst @@ -18,7 +18,7 @@ Explore our tutorials to discover what you can do with |CL|! hadoop fmv aws-web/aws-web - smb/smb + smb/smb* spark kata kata_migration