logo

Share a folder between computers over the network

This is very useful for small files

Forget about usb data sharing with this simple way to share a folder between computers on the same network. This is going to be fun!

Article Summary

SMB protocol enables file sharing across operating systems and devices. Its versatility supports collaboration between all major operating systems

You can use SMB to share files between your devices on the same network.

SMB (Server Message Block) is a network protocol that facilitates file and printer sharing between computers in a local network

How does it work?

There are some solutions out there, but this is a very quick and easy solution which requires only some configuration and not installing software.

If your are using multiple PCs or want a way to share some files between multiple computers, this is the way to go.

Share a folder, create a user used for sharing.

Mark your network private, show readers how to avoid enabling sharing over

Remember that SMB has multiple versions, so if you want to share a folder between an older computer and a newer one (I hope that is for moving your old files to the newer PC), you should create the shared folder on the older PC and then move those files to the newer one.

Should you use it?

I use SMB for accessing files from my main workstation on my laptop. I don't want to use a USB or some cloud solution to get a small text file with notes I wrote minutes ago.

How to share a folder over SMB?

On Windows:

  1. Select the Folder: Right-click on the folder you want to share and choose "Properties."

  2. Enable Sharing: In the "Properties" window, go to the "Sharing" tab.

  3. Share Options: Click on "Share" and choose the users or groups with whom you want to share the folder.

  4. Set Permissions: Adjust the permissions for the shared folder, specifying whether users can only read or also write to the folder.

  5. Share Name: Assign a share name, often referred to as the "Share Name" or "Share Path."

  6. Advanced Sharing: For more advanced options, click on the "Advanced Sharing" button.

  7. Check "Share this folder": In the "Advanced Sharing" window, check the "Share this folder" option.

  8. Permissions (Advanced): Configure additional permissions by clicking on the "Permissions" button.

  9. Apply and OK: Click "Apply" and then "OK" to save your changes.

Once shared, the folder will be accessible to other devices on the network using the SMB protocol.

On Linux:

    Install Samba (if not installed): Use your package manager to install Samba, the software suite that provides SMB functionality.

    sudo apt-get install samba     # For Debian/Ubuntu
    sudo yum install samba         # For Red Hat/Fedora</p>
    

Configure Samba: Edit the Samba configuration file. The file location may vary (e.g., /etc/samba/smb.conf).

Create a Share Section: Add a section for the folder you want to share in the configuration file.

path = /path/to/your/folder
writable = yes

Set Permissions: Adjust the permissions based on your requirements.

Restart Samba: Restart the Samba service for changes to take effect.

sudo service smbd restart     # For systems using SysVinit
sudo systemctl restart smbd   # For systems using systemd

You might need to check the documentation for your system to properly set up SMB.

Other interesting posts

Reviews

Should You Switch To Windows 11?

Windows 11 is the latest version of Microsoft’s popular OS and has been available for quite some time already. With a beautiful, modern design it aims to make it easier for its users to find settings and manage their machines. But should you upgrade or wait? As always, there are pros and cons.

24 August 2023

Reviews

ChatGPT for Software Development

ChatGPT is not built for responding to programming questions, and it shows. Aspects like lack of context understanding, privacy issues, and a lack of peer review make using it for building software a possibly dangerous choice.

19 August 2023

Reviews

Is The ChatGPT Mobile App Worth It?

As many people mainly use mobile devices for work and entertainment, having a mobile app for your browser-based product is necessary in most cases. OpenAI has finally released the Android version of their ChatGPT app a short while after releasing the iOS app. But are they worth it?

13 August 2023

Reviews

Create a Google account and gain access to all these tools

A Google account offers many benefits and features that enhance your online experience and help you stay connected, organized, and productive. In this article, we list all the other benefits that come embedded with your Google account.

11 August 2023

Reviews

Increase your Windows Productivity with Microsoft PowerToys

Technology has become an integral part of our daily lives, and the most popular computer operating system offers many tools to help its users complete their tasks more easily. This article explores the usefulness and versatility of Microsoft PowerToys, demonstrating how it can improve your interaction with your Windows PC.

11 August 2023

News

Twitter Limits How Many Tweets You Can Scroll Past

It does not matter if you click the tweets or scroll past them. Each one counts towards your new daily limit of tweets you can see. Or better said, tweets shown to you.

3 July 2023

Reviews

Make Your Smart TV Faster and Smarter

Get a new brain for your TV and experience features only available on some of the high-end televisions on the market. Televisions are expensive, and we need large screens, Smart abilities, and beautiful colors. The competition is fierce as well. All these things make TV manufacturers cut corners.

31 January 2023

Reviews

DigitalOcean: The Go-To Cloud Hosting Solution for Developers and Tech Startups

You would be surprised how many times the needs of developers and tech startups overlap. That happens most often when it comes to cloud computing and hosting.

11 January 2023

News

ChatGPT: Hero or Menace?

Our team was very reluctant to talk about ChatGPT. Everybody had different opinions, and they were so contrasting we could not reach common ground until now.

11 January 2023

Reviews

Top Products for Improving Desk Posture

Posture and ergonomics are imperative topics for anyone spending most of their time at a desk. Read on about my tips and products that could help you avoid or mitigate poor posture consequences.

11 January 2023

Reviews

A Headphone Stand Under Your Desk

After browsing for products for my latest post, I stumbled upon this product. I suppose it got recommended to me based on my previous searches.

11 January 2023

Reviews

Easy Gifting to Computer People

Sometimes it can be hard to make thoughtful gifts to your loved ones. They might have different taste or color preferences than you. It's not enough to buy something as a gift. Ideally, the recipient should be able to use this gift productively.

11 January 2023