Written 5 Sep 2026. This is a how-to, not a product card.
When File History won't back up to the house share
File Explorer can open the share, or it used to, but File History fails, stalls, or says the drive disappeared. Check the computer, credentials, free space, then Windows. You don't need a NAS.
Haven't set this up yet? Start with back up a Windows PC to the house share with File History. Plain share won't open at all? Fix that first: when the house share won't open. This note is only for when File History is the thing that fails.
Skip until you have a Windows symptom
Write down what File History actually said. "We can't find a drive," "drive not found," a forever "Running," and a share that never appears under Select drive are different fixes. Don't buy a NAS because Samba stopped, or because the PC is on guest Wi-Fi.
What this is
File History over SMB needs the computer awake, you on the house network, a writable Samba share with free disk room, and Windows that still trusts the saved password. One of those usually drifted. Soft-off, a stale Credential Manager entry, a full disk, guest Wi-Fi, or a work VPN. Cheap checks first.
Step 1: computer awake, same house network
Power light. Fan. If it looks asleep or dead, start with is the computer still on?. Soft-off on purpose? Wake the computer from the house network.
The Windows PC must be on the main house Wi-Fi or a cable into the same router. Not guest Wi-Fi. Not a work VPN. Not cellular. Guest Wi-Fi often cannot see the computer on purpose. Turn the VPN off for this test.
Step 2: open the File History share in File Explorer
Before you touch File History settings, open the share once by hand:
\\192.168.1.50\filehistory
Swap the number and share name for yours. Sign in with the Samba username and share password. Check Remember my credentials. Drop a tiny text file in, then delete it.
If File Explorer cannot open it, stop here. That is a share problem, not a File History problem: when the house share won't open. Forgot the password? Set or change the house-share password. Need the address again? Find it on the house network.
Step 3: confirm the share still exists on the computer
SSH into the computer: SSH from the couch. Connection fails? When SSH won't connect.
Print the File History share block:
testparm -s 2>/dev/null | sed -n '/\[filehistory\]/,/^\[/p'
Swap filehistory if your share name differs. You want something like:
path = /srv/filehistory
read only = no
valid users = youruser
If the block is missing, add it the way the setup note shows, then:
testparm -s
sudo systemctl restart smbd
Check the folder is still there and writable by the Samba user:
ls -la /srv/filehistory
If every share vanished on an awake computer: when the house share disappeared, check the computer.
Step 4: free space on the computer
File History needs real room. Check free space on the path:
df -h /srv/filehistory
Or check the disk the path lives on. Fuller walk: see if the computer still has room.
If the disk is nearly full, File History stalls or fails. Free space, exclude folders you do not care about in Advanced settings, or park the folder on a bigger USB or second drive: see if the USB backup disk showed up, put the house folder on a USB disk (same idea for a File History path on a bigger disk).
Don't put File History on the tiny photos share. Separate share, separate path.
Step 5: match the Windows symptom
We can't find a drive / no suitable drive / Select drive is empty. File Explorer must open \\…\filehistory first (step 2). Use the IP address, not a hostname that sometimes fails to resolve. In File History, click Select drive → Add network location and type the UNC path again. Stay on house Wi-Fi. Then Turn on.
Drive not found / couldn't connect / disconnected mid-backup. Computer asleep, Wi-Fi drop, or Samba restarted. Power light first. Re-open the share in File Explorer. Soft-off overnight is fine if you wake it before Windows backs up: wake the computer from the house network. Prefer a cable on the old PC while big backups run: a cable beats Wi-Fi for the old PC.
Password / access denied / keeps asking for credentials. Reset the Samba password: set or change the house-share password. Then clear the stale Windows copy: forget the saved house-share login (Credential Manager → Windows Credentials → remove the rows for that address). Open the share again, type the new password, check Remember my credentials, then re-select the drive in File History.
Not enough space / disk is full. Free space on the computer (step 4). In File History → Advanced settings, keep versions for a shorter time, or exclude big folders you do not need. One Windows PC can eat tens to hundreds of gigabytes.
Running forever, or first backup never finishes. Leave the PC awake on house Wi-Fi or ethernet. Plug a cable if you can. Don't sleep the PC mid-first-pass. Check the computer side for a growing FileHistory folder:
ls -la /srv/filehistory
If nothing new appears there, go back to steps 2–3. If the folder exists and grows, wait. First backups are slow.
File History says it worked, but a folder you care about is missing. File History watches Libraries by default (Documents, Desktop, Pictures, Music, Videos). A random folder outside Libraries is not in this backup unless you add it to a Library in File Explorer. That is expected, not a broken share.
Mapped drive letter worked once, then File History forgot it. Prefer the UNC path (\\192.168.1.50\filehistory) over a letter like Z:. Letters disappear when Windows reconnects late. Re-add the network location with the UNC path: map the house share as a drive is fine for day-to-day use; File History is happier with UNC.
Step 6: one clean retry
In Control Panel → File History, Turn off if it is stuck. Clear a bad Credential Manager entry if you just changed the password. Open \\…\filehistory once more and confirm you can write a tiny file. Select drive again with the UNC path. Turn on. Watch ls -la /srv/filehistory on the computer for the FileHistory folder. When the first pass finishes, File History should show a recent successful time.
What this is not
This is not a reason to buy a Synology, a mesh kit, or cloud backup tonight. It is not an offsite backup. A second copy of the house folder on USB or another PC is still a backup of the house folder / copy to another old computer. It is not a full system image (Backup and Restore / wbadmin). It is not macOS Time Machine (different walk): when Time Machine won't back up to the house share. It is not opening SMB to the internet.
What next
Once a backup finishes, leave the Windows PC on the house network overnight now and then. Watch disk room: see if the computer still has room. Day-to-day photos stay on the normal share: open the house share from a laptop. Setup walk again if you wipe the share: back up a Windows PC to the house share with File History.
Skip
- Skip buying a NAS for a Samba hiccup.
- Skip if you don't have a Windows PC.
- Skip stuffing File History into the photos share.
- Skip exposing SMB past the house network.
- Skip guessing last week's address instead of finding it again.
- Skip treating File History as the only copy of the house folder.
Sources
Microsoft: backup and restore in Windows (File History still lives under Control Panel). Microsoft: Credential Manager. Samba wiki: standalone server. Official pages only. Menu labels move by Windows build. For the setup walk, see back up a Windows PC to the house share with File History. For a plain share that won't open, see when the house share won't open.