Written 4 Sep 2026. This is a how-to, not a product card.
Open the house share from a laptop
The house folder is on the old PC. Open it from Windows File Explorer or Mac Finder on the house network. You don't need a NAS for this.
Haven't made the house folder yet? Start with a file share. Need the computer's address first? Find it on the house network. Opening from a phone instead? That is open the house share from a phone. This note is the laptop walk: File Explorer on Windows, Finder on a Mac.
Skip until the folder exists
If you never made the share, stop. That is a file share. This note assumes Samba is already serving a folder, often named photos, on the computer. The laptop has to be on the same house network. Cellular hotspot will not reach it. Don't forward SMB on the router.
What this is
SMB is the language Windows and Mac already use for shared folders. You type the computer's address, the share name, and the share password. That password is the one Samba keeps, not always the SSH login. If you forgot it, set it again in set or change the house-share password.
What you need
The computer's address, the same number you SSH to. Swap the example for yours.
Windows path bar:
\\192.168.1.50\photos
Mac Connect to Server:
smb://192.168.1.50/photos
If you don't know the number, find it on the house network. If ping fails, start with is the computer still on? before you blame File Explorer.
Windows (File Explorer)
Open File Explorer. Click the path bar at the top so the text highlights. Type the address with backslashes, like \\192.168.1.50\photos. Press Enter.
Windows asks for a username and password. Use the Samba username (usually the Linux login on the computer) and the share password. Check Remember my credentials if you want. Click OK.
The folder opens like any other drive. Copy one file in. Copy one out. That is the whole check.
To keep it handy: right-click the folder in the left tree, or open This PC, then Map network drive. Pick a letter, paste the same \\192.168.1.50\photos path, and check Reconnect at sign-in. Skip mapping if you only need it once.
If Windows says it cannot find the network path, stay on house Wi-Fi or ethernet. Recheck the number and the share name. Skip Guest. The share uses a username and password.
Mac (Finder)
Open Finder. Menu Go โ Connect to Server, or press Command-K. Type smb://192.168.1.50/photos or just smb://192.168.1.50 if you want to pick the share from a list. Click Connect.
Pick Registered User. Type the Samba username and the share password. Check Remember this password in my keychain if you want. Click Connect.
The share shows under Locations in the Finder sidebar. Open it. Copy a file in. Copy one out.
Next time, that server sits in Recent Servers under Connect to Server. Stay on the house network. Skip Guest.
If the laptop cannot see it
Confirm the laptop and the computer are on the same house network, not a guest Wi-Fi that isolates devices. Recheck the address and the share name. If a phone cannot see the folder either, Samba probably stopped, or the firewall hid it: when the house share disappeared, check the computer. If the login fails, that is the share password, not a vanished folder.
If you can see the folder but cannot drop a file in, the Linux folder owner is the usual culprit. Samba is using that same user, so that user has to own the folder:
sudo chown youruser:youruser /srv/share
Swap youruser and the path if you used a different folder. Try the laptop again.
Windows sometimes caches a bad password. Open Credential Manager, find the computer's address under Windows Credentials, remove it, and try again with the share password.
What this is not
This is not a reason to buy a NAS, Synology Drive, or a VPN. It is not a reason to open SMB to the internet. The share stays on the house network. A phone can open the same folder if you need it on the couch without the laptop.
What next
Leave it. Use the folder for a while. Open it from a phone in open the house share from a phone. If you forgot the share password, set or change the house-share password. If the folder vanishes later, when the house share disappeared, check the computer. After the house can open it, see if the computer still has room. When you want a second copy, that is a backup of the house folder.
Skip
- Skip a NAS or Synology app for a first folder.
- Skip exposing SMB to the internet.
- Skip a VPN so you can reach it from a coffee shop.
- Skip third-party "network drive" apps that stuff ads.
- Skip RAID.
- Skip this if a phone already opens the folder and you never use a laptop for files.
Sources
Microsoft: map a network drive. Apple: connect to shared computers and servers. Samba wiki: standalone server. Official pages only. For the share this opens, see a file share. For the address, see find it on the house network. For the share password, see set or change the house-share password. For phones, see open the house share from a phone.