Yeah, trying to spot a RPi 4 in stock – and selling at MSRP – has been rarer than people spotting the Loch Ness Monster.
The RPi 3 B has enough horsepower for Syncthing with a little work tweaking the setup.
- If it is the RPi 3, is the networking wired or wireless?
- [Wi-Fi. Slow. Like molasses. I’m thinking about moving the whole setup into the other room, so I can cable up and get Gbps.]
Although slow, it might seem fast compared to the Ethernet interface because it’s 100BASE-TX on the RPi 3 (my earlier post about the RPi 3 B+ might be of interest: Too slow for school - #5 by gadget).
- If it is the RPi 3, are Syncthing’s database files stored on the micro SD card?
- [Good question, I don’t know! How does one go about determining that?]
By default the database files are located near Syncthing’s config file. On Linux it’s usually under ~/.config/syncthing/
in a subdirectory like index-v0.14.0.d
for the user running Syncthing.
- What type of drive is the 10TB USB drive? (make and model would be very helpful)
- [WD Elements, link here.]
It looks like your 10TB WD Elements (WDBWLG0100HBK-NESN) is CMR rather than SMR, which is good because SMR + lots of small files + lots of disk writes often doesn’t work well (especially when combined with NTFS).
- How is the 10TB USB drive formatted?
- [Was NTFS, now is ext4.]
Much better…

VirtualBox is a Type 2 hypervisor, which means it supports USB pass-through. In the unlikely event of a data disaster at this scale (it’d have to be a pretty serious situation to bring me to the far reaches of my plan like this), I’ll spin up an Ubuntu VM and use it to relay the files to an NTFS partition somewhere.
A creative solution that’d work, but a few other options that might be of interest…
- Linux Reader (https://diskinternals.com/linux-reader/)
- explore2fs (https://explore2fspe.sourceforge.io/)
- Ext2 IFS For Windows (http://fs-driver.org/)