mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-29 17:26:01 +00:00
Add tut on how to connect to Win share using CL Nautilus (#430)
* Adds smb-desktop for samba sharing from CL Gnome desktop. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> Add tut on how to connect to Win share with Nautilus on CL. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> Add toc reference. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * Adds missing `_` leading space before file name; root cause image failure. (#431) Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * Remove older unused openssh-server ref from toctree. (#432) Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * updating dd command to add sync for Linux section (#425) * Add document on installing proprietary NVIDIA drivers (#429) * Add document on using YubiKey with U2F (#416) * Add document on using YubiKey with U2F * Add yubikey doc to tutorials TOC * Update all links to the download website to use the CDN (#434) Update all links pointing at https://download.clearlinux.org to use the CDN, i.e. https://cdn.download.clearlinux.org Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> * Move autoproxy content to updated guide template (#417) * first draft revision of autoproxy guide with guide template * removed related topics as there is currently nothing that qualifies * restructured a bit more to match guide template; removed autoproxy_about.txt and autoproxy_guide.txt as they are no longer needed * made changes recommended by @mvincerx * minor corrections based on feedback * Update to the swupd Guide (#409) * partial commit to save work * latest changes * replaced out of date swupd-guide.rst with contents of swupd-temp.rst; removed swupd-temp.rst * changed page ref to swupd-guide from swupd; too many existing dependencies * Added descriptions of manifests and delta packs from How to Clear * fixed typo * changed header organization slightly and removed unnecessary text formatting * updated a couple headers to make more sense * numerous cosmetic and readability changes based on full render review * changes to description section based on updated swupd concept page * updates based on feedback * updates based on technical review * removed swupd-search.rst; updated maintenance.rst toc tree after removal; updated references in developer-workstation.rst and kernel-module.rst that linked to swupd-search.rst * Bootable USB (#436) * bootable-usb: Add extra caution about unmount Not unmounting an USB partition before an image is burned could cause file system checksum errors leading to other issues (including kernel panics) when trying to boot from the USB drive. This commit adds an extra caution note to warn the users about the possible issues they could find when this step is not followed correctly. Signed-off-by: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia@intel.com> * bootable-usb: Add o_sync to the dd command Update the example 'dd' command to burn an image, by adding the 'oflag=sync' option. This allows to reduce the flashing time in conjunction with the recommended 'bs=4M', enables a more accurate progress indicator, and allows to remove the additional sync command, while preserving some cache optimizations. Signed-off-by: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia@intel.com> * Revises intro to add expl of CIFS/SMB in context; removes empty ref. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * Adds smb-desktop for samba sharing from CL Gnome desktop. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> Add tut on how to connect to Win share with Nautilus on CL. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> Add toc reference. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> Revises intro to add expl of CIFS/SMB in context; removes empty ref. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * Revise intro per feedback; corrects hidden indent error; adds note. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
This commit is contained in:
@@ -18,4 +18,3 @@ features.
|
||||
compatible-kernels
|
||||
system-requirements
|
||||
image-types
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 105 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -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/
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user