How do I connect to a Windows shared folder from Ubuntu?
Lily Fisher
Updated on March 04, 2026
How do I connect to a Windows shared folder from Ubuntu?
Ubuntu has smb installed by default, you can use smb to access the Windows shares.
- File Browser. Open “Computer – File Browser”, Click on “Go” –> “Location…”
- SMB command. Type smb://server/share-folder. For example smb://10.0.0.6/movies.
- Done. You should be able to access the Windows share now. Related Articles.
How do I share a Windows 7 folder with Ubuntu?
Browse to the folder you want to share. Right-click on it to open the contextual menu and click on Sharing Options. The Folder Sharing window will open. Check the box next to ‘Share this folder’.
Can Linux access Windows shared folder?
Access a Windows shared folder from Linux, using the command line. You can also access your Windows share from the Linux command line using the smbclient program. If you use the apt package manager, which is the default on Linux systems such as Ubuntu or Debian, you can use the sudo apt-get install smbclient command.
How do I access Windows files from Ubuntu terminal?
Click on “File System” in the left pane of the Nautilus file browser and then open the host folder which you will see in the main pane. Yes, just mount the windows partition from which you want to copy files. Drag and drop the files on to your Ubuntu desktop. That’s all.
How do I view a shared folder in Ubuntu?
To get access the shared folder: In Ubuntu, go to Files -> Other Locations. In the bottom input box, type smb://IP-Address/ and hit enter.
Where is the shared folder in VirtualBox Ubuntu?
Add Shared folder
- In VirtualBox Manager select your Virtual Machine (VM)
- Settings >> Shared Folders >> Add new shared folder.
- Folder path: path to the folder to be shared with your VM.
- Folder name: name of the shared folder to be displayed in your VM.
How do I access a shared folder in Ubuntu?
Can’t access Windows files from Ubuntu?
1.2 First you need to find out the partition’s name which you want to access, run the following command:
- sudo fdisk -l. 1.3 Then run this command in your terminal, to access your drive in read/write mode.
- mount -t ntfs-3g -o rw /dev/sda1 /media/ OR.
- sudo ntfsfix /dev/
How do I access a folder in Ubuntu?
File & Directory Commands
- To navigate into the root directory, use “cd /”
- To navigate to your home directory, use “cd” or “cd ~”
- To navigate up one directory level, use “cd ..”
- To navigate to the previous directory (or back), use “cd -“
How do I view a shared folder in Linux?
Viewing Shared Folders in a Linux Guest In a Linux virtual machine, shared folders appear under /mnt/hgfs. To change the settings for a shared folder on the list, click the folder’s name to highlight it, then click Properties.
How access Windows share from Linux?
Option Two: Create a Share on Linux and Access It from Windows
- Step One: Create the Share on Linux. To set up a shared folder on a Linux that Windows to access, start with installing Samba (software that provides access to SMB/CIFS protocols used by Windows).
- Step Two: Access the Linux Share from Windows.
How to Mount Windows Shared Folder in Ubuntu?
Ensure configured shared folder in VMWare Player
How to access shared folders in Windows?
1. Open ‘My computer’.
How to access a Windows Server from Ubuntu?
To access files on your home server from Ubuntu, click on Places then select Network. You should now see your home server listed in the Network folder as well as other Windows machines…double-click the server to access it. If you don’t see your server listed, you might need to go into Windows Network \\ Workgroup and find it there.
How do I share files in Ubuntu?
How to Share Folders in Ubuntu First, open the Home Folder in Ubuntu, found in the Places menu. Browse to the folder you want to share. Right-click on it to open the contextual menu and click on Sharing Options. The Folder Sharing window will open. Check the box next to ’Share this folder’.