You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exFAT is known to cause corruption on macOS. See #28552.
Therefore we should warn when using this fs format for either the blocks
or data directories on macOS.
`./` | `wallet.dat` | Personal wallet (a BDB database) with keys and transactions
124
126
`./` | `.walletlock` | BDB wallet lock file
125
127
128
+
## Filesystem recommendations
129
+
130
+
When choosing a filesystem for the data directory (`datadir`) or blocks directory (`blocksdir`), some filesystems should be avoided:
131
+
132
+
-**macOS**: The exFAT filesystem should not be used. There have been multiple reports of database and other corruption when using exFAT on macOS for Bitcoin Core. This appears to be due to filesystem-level issues with exFAT on the macOS operating system. See [Issue #31454](https://github.com/bitcoin/bitcoin/issues/31454) for more details.
133
+
126
134
## Notes
127
135
128
136
<aname="note1">1</a>. The `/` (slash, U+002F) is used as the platform-independent path component separator in this document.
0 commit comments