I presume Samba is installed?

sudo apt-get install samba

Open Nautilus, press ctrll. In the address bar type smb://location.of.folder

When you use connect to server, is the new mounted now listed on the left hand side of Nautilus as a mounted drive ?

Answer from hatterman on askubuntu.com
🌐
Ubuntu
ubuntu.com › tutorials › install-and-configure-samba
Install and Configure Samba | Ubuntu
Now that we have our new share ... to a system account, else it won’t save. On Ubuntu: Open up the default file manager and click Connect to Server then enter:...
Discussions

Can't connect to SMB shared Storage from Ubuntu 18.04 - Unix & Linux Stack Exchange
i have an external hard drive connect to my TP-Link router and shared using USB Share, i am unable to connect to this Share from Ubuntu, i can only see shared volumes but can't gain access. I can More on unix.stackexchange.com
🌐 unix.stackexchange.com
December 18, 2018
Mounting SMB Shares in Ubuntu
This post has info that may help: https://forums.plex.tv/t/linux-tips/276247/4 More on reddit.com
🌐 r/PleX
17
1
July 26, 2022
Mounting existing SMB share to ubuntu
This video goes through how to solve host/vm bridge networking: https://youtu.be/uPkoeWUfiHU More on reddit.com
🌐 r/truenas
3
1
June 27, 2023
How to mount windows smb share with Microsoft username and password
Ubuntu has some really good documentation, it's probably worth checking there if you get stuck. https://ubuntu.com/server/docs/how-to-mount-cifs-shares-permanently More on reddit.com
🌐 r/Ubuntu
15
1
September 26, 2024
🌐
LinuxVox
linuxvox.com › blog › ubuntu-connect-smb-share
Ubuntu Connect to SMB Share: A Comprehensive Guide — linuxvox.com
Open Nautilus: You can open the file manager (Nautilus) by clicking on its icon in the application launcher. ... Go to the "Other Locations" tab in Nautilus. Click on the "Connect to Server" button at the bottom.
🌐
Linux Hint
linuxhint.com › mount-smb-shares-on-ubuntu
How to Mount SMB Shares on Ubuntu? – Linux Hint
In this article, we will provide you with each and every little step on how to mount SMB shares on Ubuntu using the Samba file server. Samba uses the SMB protocol and has the same function as SMB i-e enabling file sharing on Local area networks with other systems.
🌐
Super User
superuser.com › questions › 1908122 › accessing-samba-share-from-command-line
ubuntu - Accessing samba share from command line - Super User
I am able to access a Samba share in Ubuntu's graphical desktop with "connect to server" and typing smb://. This allows me to use that share with desktop applications. I'd also like to ac...
🌐
LinuxVox
linuxvox.com › blog › ubuntu-connect-to-samba-share
Ubuntu Connect to Samba Share: A Comprehensive Guide — linuxvox.com
Permissions: Ensure that the user account you are using has the necessary permissions to access the share. Ping the Server: Use the ping command to check if you can reach the Samba server. For example: ... Firewall: Check if there are any firewall rules blocking the SMB/CIFS traffic. You may need to open ports 139 and 445 on your Ubuntu system and the Samba server.
🌐
Linode
linode.com › docs › guides › linux-mount-smb-share
Mount an SMB Share in Linux | Linode Docs
October 3, 2023 - Have access to an Ubuntu or Debian Linux system where you intend to access your SMB share. The LinuxCIFS utils package provides the tools needed to connect to a share and manage mounts on a Linux system.
Find elsewhere
🌐
Ubuntu
help.ubuntu.com › community › Samba › SambaClientGuide
Samba/SambaClientGuide - Community Help Wiki
January 7, 2014 - Enter the server ip address in the "Server:" box and the share name in the "Share:" box. Click "Connect" and then "Connect" again on the second dialog box · Alternate 12.04: Double clicking on 'Windows network' did not work for me. So I went to 'Go' menu in the nautilus file browser and clicked ...
🌐
Netcup
community.netcup.com › en › tutorials › setup-smb-autoconnect
Automatic connection to an SMB share under Ubuntu 22.04
Enter systemctl status smb-connect to check if the service is running. You have now set up an SMB share under Ubuntu 22.04 and started it as a systemd service.
🌐
YouTube
youtube.com › shorts › vd3QHCA89B4
Ubuntu Connect SMB Share #shorts - YouTube
Another simple task in Ubuntu - connecting to an SMB share on a NAS or a Windows Server.Join the discussion on Matrixhttps://matrix.to/#/!hJWtHbpHNMtuHCWvrz:...
Published   October 30, 2022
🌐
Simplified Guide
simplified.guide › ubuntu › access-shared-folder
How to access SMB or CIFS shares from Ubuntu Desktop (GNOME)
Related: How to configure folder sharing on Ubuntu (GNOME) Related: How to share a folder in Windows Related: How to share a folder from the command line in Windows · Open the Files application. Navigate to the “Other Locations” section from the sidebar menu.
🌐
Obie's Blog
obie.hashnode.dev › ubuntu-server-permanently-mounting-samba-shares
Ubuntu Server: Permanently Mounting Samba (SMB) Shares
September 15, 2022 - This is a quick overview of how to permanently mount network drives, particularly Samba/SMB shares, in Ubuntu Server.
🌐
Ubuntu Community
help.ubuntu.com › stable › ubuntu-help › nautilus-connect.html.en
Browse files on a server or network share
This is a convenient way to download ... or to share files with other people on your local network. To browse files over the network, open the Files application from the Activities overview, and click Other Locations in the sidebar. The file manager will find any computers on your local area network that advertise their ability to serve files. If you want to connect to a server ...
🌐
Kifarunix
kifarunix.com › home › storage › how to access samba share on linux and windows systems
How to Access Samba Share on Linux and Windows Systems - kifarunix.com
March 18, 2024 - ... Enter the credentials. ... To access the share from the Linux systems, you need to install the Samba client utilities. ... Enter SAMBA\demouser's password: Sharename Type Comment --------- ---- ------- print$ Disk Printer Drivers publicshare ...
🌐
The Linux Documentation Project
tldp.org › HOWTO › SMB-HOWTO-8.html
SMB HOWTO: Accessing an SMB Share With Linux Machines
Linux (UNIX) machines can also browse and mount SMB shares. Note that this can be done whether the server is a Windows machine or a Samba server! An SMB client program for UNIX machines is included with the Samba distribution. It provides an ftp-like interface on the command line. You can use this utility to transfer files between a Windows 'server' and a Linux client.
🌐
University of Wisconsin-Madison
physics.wisc.edu › home › computing › uw-madison physics department smb filesystem › accessing the smb filesystem with linux
Accessing the SMB filesystem with Linux
Select “Connect”. Congratulations! You should now see the filesystem contents! Eject “smb on smb.physics.wisc.edu” using file manager. Remove applicable credentials using the Gnome Keyring manager “Seahorse”. Edit /etc/fstab and add the following line, replacing physicsusername with your physics account name: # the following is a single line to add to /etc/fstab //smb.physics.wisc.edu/smb /smb cifs sec=krb5,username=physicsusername@PHYSICS.WISC.EDU,user,mfsymlinks 0 0
🌐
LinuxSimply
linuxsimply.com › home › install, configure and connect samba on ubuntu using gui
Install, Configure and Connect Samba on Ubuntu Using GUI
January 16, 2024 - For instance, to connect to a share named josh on a Samba server with an IP address 192.168.121.118 as a user josh, use the command smbclient //192.168.121.118/josh -U josh.
Top answer
1 of 2
1

Try to mount the smb share through your fstab file. You will need root access to do this. Start by opening a command line terminal and typing su -. If you do not know the root password try sudo su - and enter your own user account's password.

Open the /etc/fstab file through gedit or whatever text editor you are comfortable with, we'll go with gedit because its the default on ubuntu: gedit /etc/fstab.

Go to the end of the file on a new line and enter the following:

//192.168.0.254/volume1 /media/windowsshare cifs username=user,password=pass 0 0

substituting user and pass with the username and the password you used to log in. You can also substitute windowsshare with whatever name you wish.

Now save and exit the editor. Navigate to /media/ and create the folder that you named in the fstab, so in our case here we do the following:

  • cd /media

  • mkdir /media/windowsshare

Now try to mount the share from the fstab by typing:

mount -a

This command tells ubuntu: "Mount all filesystems defined in /etc/fstab" so it should pick up the new entry.

If there are no errors, we are golden! If there are, do let me know.

A common error could be that Ubuntu does not have mount.cifs. In this event go back to the terminal (as root) and type apt-get install cifs-utils. This will allow you to mount smb shares onto your system.

To find the files in your file browser go to File System -> media -> windowsshare.

2 of 2
1

Had the same problem many times with TPLink routers, they really don't do Linux. The below is from my Archer VR600 set up, but very similar worked with a 8980

I mount my drive with an alias in my ~/.bashrc file

alias mount-smb='mount -t cifs //192.168.1.1/volume\(sda1\) /mnt -o vers=1.0'

Confusingly the volume is called 'volume(sda1)', despite there being no support for Linux, hence the escaping of the parentheses in the bash command.

Then even more confusingly the drive is listed in the router setup as G: which can be ignored, it is not even used in windoze.

You need to access your router in advanced mode and check exactly what the volume name is, it varies wildly between different models and firmware versions.

This command mounts to /mnt and specifies version 1.0 to ensure compatibility.

You will be asked for the password for the account you set up when enabling smb access to the USB drive.