On your Mac, choose Apple menu System Preferences, then click Sharing. SMB as a destination for your Raven Scanner allows direct scanning to shared folders on your Mac, as long as the Raven Scanner and Mac are on the same local network. Follow the steps below to add shared network folders as a destination. Setting up your Share Folder (With Authentication): Access SYSTEM PREFERENCES on your Mac. Setting up scanning on Mac can be a little counter-intuitive so I created this blog post outlining How to Setup Scan to SMB on a Mac. Azure Files is Microsoft's easy-to-use cloud file system. Azure file shares can be mounted with the industry standard SMB 3 protocol by macOS High Sierra 10.13+. This article shows two different ways to mount an Azure file share on macOS: with the Finder UI and using the Terminal. Prerequisites for mounting an Azure file share on macOS.
-->Azure Files is Microsoft's easy-to-use cloud file system. Azure file shares can be mounted with the industry standard SMB 3 protocol by macOS High Sierra 10.13+. This article shows two different ways to mount an Azure file share on macOS: with the Finder UI and using the Terminal.
Prerequisites for mounting an Azure file share on macOS
Storage account name: To mount an Azure file share, you will need the name of the storage account.
Storage account key: To mount an Azure file share, you will need the primary (or secondary) storage key. SAS keys are not currently supported for mounting.
Ensure port 445 is open: SMB communicates over TCP port 445. On your client machine (the Mac), check to make sure your firewall is not blocking TCP port 445.
Mount an Azure file share via Finder
Smb Sharing For Mac Desktop
Open Finder: Finder is open on macOS by default, but you can ensure it is the currently selected application by clicking the 'macOS face icon' on the dock:
Select 'Connect to Server' from the 'Go' Menu: Using the UNC path from the prerequisites, convert the beginning double backslash (
) to
smb://
and all other backslashes () to forwards slashes (
/
). Your link should look like the following:Use the storage account name and storage account key when prompted for a username and password: When you click 'Connect' on the 'Connect to Server' dialog, you will be prompted for the username and password (This will be autopopulated with your macOS username). You have the option of placing the storage account name/storage account key in your macOS Keychain.
Use the Azure file share as desired: After substituting the share name and storage account key in for the username and password, the share will be mounted. You may use this as you would normally use a local folder/file share, including dragging and dropping files into the file share:
Mount an Azure file share via Terminal
Replace
<storage-account-name>
,<storage-account-key>
, and<share-name>
with the appropriate values for your environment.Use the Azure file share as desired: The Azure file share will be mounted at the mount point specified by the previous command.
Next steps
Overview
This tutorial will walk you through connecting your Macs to SMB (Server Message Block) shares, hosted on Windows Servers, Windows Desktops, or network attached storage devices.
Mac OS X allows you to connect to different network shares using the Connect to Server utility. Although this tutorial covers SMB, it can be used for other protocols too.
Smb File Sharing Windows 10
Before you begin, make sure you have your NetID login account details before attempting to connect!
Launch Connect to Server
- From the Finder menu, click Go.
- Click Connect to Server from Go’s drop down menu.
- Alternatively, you can also press Command+K to launch Connect to Server.
Smb Sharing For Mac Windows 10
Connect to a SMB Share
Mac Smb Version
- In the Server Address field, enter smb:// to define the network protocol for SMB, and then enter either the IP address or the hostname of the server.
FIG 2 – Connect to Server dialog box - To add the server to your Favorite Servers list, click the ‘+’ button.
- Click Connect to connect to the share.
- When prompted, enter your NetID user name and password to connect to server.
- Click Connect to connect to the server.
- Violà! Once the connection is made, the share you have access to will appear on your desktop.
FIG 4 – Mounted share volume in OS X