Help & Support Started Aug 15, 2026 11:18 AM

Is there any way to quickly sync a Monero full node to a mechanical hard drive instead of a solid-state drive?

6 replies - 81 views - 0 thanks - 0 tippers - 3 watchers

Aug 15, 2026 11:18 AM Last edited Aug 15, 2026 12:31 PM
#1
Monero full node

I've been working on syncing a full Monero node these past couple of days, but my SSD, which is my system hard drive, is only 128GB, which isn't enough. I then considered using my old Windows data drive, which is formatted as NTFS, but it seems to work slower on Linux than Windows (it takes about 17 days to sync). So, is there a faster way to sync Monero to my mechanical hard drive?
2026-08-15 11:15:47.940 I Synced 617300/3740628 (16%, 3123328 left) 2026-08-15 11:15:54.817 I Synced 617400/3740611 (16%, 3123211 left, 0% of total synced, estimated 8.6 months left) 2026-08-15 11:15:58.981 I [24.199.78.244:18080 OUT] Sync data returned a new top block candidate: 617400 -> 3740628 [Your node is 3123228 blocks (11.1 years) behind] 2026-08-15 11:15:58.981 I SYNCHRONIZATION started 2026-08-15 11:16:31.178 I Synced 617500/3740628 (16%, 3123128 left)

0 thanks - 0 tippers - 3 watchers

Replies

Page 1 of 1 - 6 total
Aug 15, 2026 11:21 AM
#2

These are my current Monerod startup parameters.
./monerod \ --data-dir /mnt/windows/monero-node \ --prune-blockchain \ --sync-pruned-blocks \ --zmq-pub tcp://127.0.0.1:18083 \ --out-peers 32 \ --in-peers 64 \ --add-priority-node=p2pmd.xmrvsbeast.com:18080 \ --add-priority-node=nodes.hashvault.pro:18080 \ --enforce-dns-checkpointing \ --enable-dns-blocklist

0 thanks - 0 tippers
Aug 15, 2026 5:38 PM
#3

You can get a known good node data and copy it, otherwise no. Syncing and checking the node data as it arrives requires short reads from unpredictable locations in the data, which a spinning disk will be slow at sompared to an ssd.

0 thanks - 0 tippers
Aug 16, 2026 3:12 AM
#4

@fantuan first if you said "work slower on Linux than Windows (it takes about 17 days to sync)" do you already do
sudo apt update && sudo apt upgrade -y
then restart? somehow my ubuntu server feels so slow last time before i did it, and foundout the network things they using by default was the older ones, so the speed capped around like...50Mbps
even with maximum speed, if doing multiple different things, he seems had delayed something. maybe its worth to try

second things, if on windows and linux using same hdd. then try to increase ram usage on
/etc/sysctl.conf
but if not using the same hdd, maybe the hdd you plug on linux just bad man... had less speed than the windows ones. (psst why not search and buy chinese ssd? i just bought it around 13.87$ for 128GB last month)
one things i learn while using linux for past few years was to maximize the use of ram, instead disk, they making some process feels faster than before. and dont forget to always check HTOP to see where the problem is.... is that the disk usage, processor, ram, or other. so you can tune it more after it

Signature

Just potato dev, had "SOME" project,
still long way to learn

0 thanks - 0 tippers
Aug 16, 2026 5:27 AM
#5

@UsualCat It feels like using NTFS via NTFS-3g on Linux incurs significant overhead. Also, I’m puzzled by the discrepancy in speeds: even accounting for the performance hit caused by Linux's NTFS compatibility layer, my HDD still manages 20 MB/s for read/write operations, yet my Monerod full node is only running at 0.4 MB/s, while my network download speed is 4 MB/s (over Wi-Fi).

0 thanks - 0 tippers
Aug 16, 2026 5:38 AM
#6

@fantuan hmmmm i had no idea.... for me i using ext4 on my ubuntu server. why not change them to other? maybe it will be faster (?) way back on past when i still learning linux, ppl said that using NTFS on linux will create additional overhead which is make read and write more slow, (but to be honest i never encounter it myself, since my first linux already using ext4

why not test it using ext4? maybe the NTFS was real issue til now

Signature

Just potato dev, had "SOME" project,
still long way to learn

0 thanks - 0 tippers
Aug 16, 2026 7:07 AM
#7

@UsualCat I use a Windows data drive; since I have a separate Windows hard drive, I like to use that HDD to store data and share it between Linux and Windows.

0 thanks - 0 tippers

Post A Reply

You must be logged in to reply. Login or register.