Labthrift Labthrift What to buy. What to skip. Why.

Written 6 Sep 2026. This is a how-to, not a product card.

When the house share is slow

The folder opens and copies work, but photos crawl. Check Wi-Fi vs a cable, link speed, disk room, then the laptop. You don't need a 10G switch.

Haven't set up a share yet? Start with a file share. Folder won't open at all? That is when the house share won't open. Opens but every write fails? when you can open the house share but can't write. This note is the middle case: open works, tiny files land, and a big photo dump still crawls.

Skip until copies actually work

If Finder, File Explorer, or the phone never shows the share, stop here: when the house share won't open. If a small text file won't save, that is write, not speed: when you can open the house share but can't write. Don't buy a 10G switch because one phone dump felt slow. Don't open SMB to the internet to "test" speed.

What this is

Slow and broken are different jobs. A one-megabyte text file can finish in a blink while a camera-roll folder takes forever. Common causes: Wi-Fi on the old PC (or the laptop doing the copy), a cable stuck at 100 Mbps Fast Ethernet, a nearly full or dying disk, Windows Defender scanning every SMB write, or a phone far from the access point. Cheap checks first. You do not need a new switch tonight.

1. Confirm it is slow, not broken

From the laptop or phone on the house network, copy one tiny text file into the share. It should finish quickly. Then try a folder of photos (or one large video). If the tiny file fails, leave this page: when you can open the house share but can't write. If the folder never opens, use when the house share won't open. If the tiny file is fine and the photo dump crawls, keep going.

2. Same house Wi-Fi — not guest, VPN, or cellular

The phone or laptop must be on the same house Wi-Fi as the old PC. Guest Wi-Fi often isolates devices so the share never appears, or it crawls through a captive path. Turn off VPN for this test. Cellular will not reach the computer. Open walks if you need them: from a laptop, from a phone.

3. Prefer ethernet on the old PC

Wi-Fi is fine for browsing. For big photo dumps, plug a cable into the old PC if it has a port. Fewer drops overnight. If you are timing a copy from a laptop, plug that laptop too when you can. A short Cat5e from the drawer is enough. Don't buy Cat6 or a new switch for this test.

4. Check link speed on the computer

SSH in (or sit at the keyboard), then:

ip -br link

Skip lo. Point at the ethernet line that is UP (often a name that starts with en, or eth0). Ask for the speed (swap NAME):

cat /sys/class/net/NAME/speed

One number comes back in megabits per second. 1000 is gigabit — fine for a house PC. 100 is Fast Ethernet: photo dumps feel like a crawl. Try another cable from the drawer and another LAN port on the router, then ask again. If ethtool is already installed:

ethtool NAME

Read the Speed line. Or check the router's client list for the same number. Don't buy a 10G switch on day one. A fuller look is see the cable speed. When you actually need a faster switch later: a faster switch for a first home lab.

5. Disk nearly full or dying

A packed disk can make writes crawl before they fail. Print human sizes:

df -h /

Point at the line that ends in /. If Use% is high, free room: when the computer's disk is full. Quieter look: see if the computer still has room. If the house folder lives on a stay-in USB, check that mount too:

df -h /srv/share

Swap the path if yours differs. Old Marketplace disks sometimes crawl while dying. A quick SMART look: see if the old disk is dying.

6. Antivirus scanning every write on the laptop

On Windows, Defender (or another antivirus) can scan every file as it lands on a mapped share. That turns a photo dump into molasses. For a short test only: exclude the mapped drive letter (or the \\address\share path) from real-time scanning, then copy again. Or compare: copy the same folder from a Mac or phone on house Wi-Fi. If those are fast and Windows is slow, the scanner is the clue. Turn the exclusion off after the test if you prefer. Map a drive letter: map the house share as a drive.

7. Phone over weak Wi-Fi

Phones far from the access point drop rate and retry. Move closer to the AP (or the router) and try one album again. Stay on house Wi-Fi, not guest. The dump walk itself: save phone photos to the house share. Huge dumps are often happier from a laptop on a cable: open the house share from a laptop.

What this is not

This is not a reason to buy a 10G switch, a NAS, or a new mesh kit tonight. It is not opening SMB past the house network. It is not the "folder won't open" page (when the house share won't open) or the "can't write" page (when you can open the house share but can't write). It is not turning off antivirus forever.

What next

Cable speed look: see the cable speed. Disk room: when the computer's disk is full. Phone dump: save phone photos to the house share. Second copy of the house folder: a backup of the house folder. When you outgrow gigabit on purpose: a faster switch for a first home lab.

Optional: note that photo dumps crawled (and whether you were on Wi-Fi or a cable) in Lab plan — username + passkey, no email. Skip if you just want to keep reading.

Skip

Sources

Debian: ip-link. Debian: ethtool. Samba wiki: standalone server. Official pages only. For the share itself, see a file share. For open failures, see when the house share won't open. For write failures, see when you can open the house share but can't write. For cable speed, see see the cable speed. For a full disk, see when the computer's disk is full.

Also on this topic

A file shareA folder on the old PC that the house can open from a laptop or a phone. You don't need a NAS for this. When the house share won't openFinder, File Explorer, or the phone can't open the house folder. Check the computer is on, confirm the address, then match the error (path not found, login failed, can't write, disk full). You don't need a NAS. When you can open the house share but can't writeThe house folder opens, but copy, save, or phone upload fails. Check disk room, Samba read only, then folder ownership. You don't need a NAS. See the cable speedBefore you buy a faster switch, check whether the computer is already at gigabit, or stuck at 100. When the computer's disk is fullPhotos won't copy, the share says no space, or df shows the system disk packed. Confirm it is the computer (not the backup stick), free room or move the house folder. You don't need a NAS. See if the old disk is dyingSMART reports whether the drive still looks healthy. Install smartmontools, list the disk, run a quick health check before you trust photos on a Marketplace PC. You don't need a NAS. Open the house share from a laptopThe 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. Save phone photos to the house shareCopy camera-roll photos from an iPhone or Android onto the house folder on the old PC. House Wi-Fi only. You don't need a NAS app or iCloud for this. Map the house share as a driveGive Windows a letter (Z:) or keep Finder's Locations entry so the house folder on the old PC opens every time. You don't need a NAS. A faster switch for a first home labIf file copies crawl, start with a small silent switch that has eight faster ports.