3

enter image description hereSince the last fork, I have been unable to sync my monero nodes. I have tried from multiple machines and redownloaded the blockchain entirely, However, I still get the following results.

Is anyone familiar with this? The mounted drive has 500+GB free space on NTFS partition.

Thanks! The picture taken is of my monitor with error showing.

src/blockchain_db/lmdb/db_lmdb.cpp:72 Failed to commit a transaction to the db: Operation not supported src/cryptonote_core/blockchain.cpp:3598 Exception in cleanup_handle_incoming_blocks: Failed to commit a transaction

user36303
  • 34,928
  • 2
  • 58
  • 123

1 Answers1

2

The default ntfs driver in Linux doesn't support writes. NTFS support on Linux is generally pretty awful.

hyc
  • 4,253
  • 19
  • 21