Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ioctl error when opening database on external hard drive #10787
Comments
Andy-Baker
commented
Jul 11, 2017
|
Just had this issue. Installed, downloaded blockchain then closed. Opened the client back up, encrypted my wallet. It crashed then wouldn't load aything from network drive with the same error. If your network path is: And install dir is: Then client tries to lock a non existant file. Line from the log: 2017-07-11 07:59:34 IO error: C:\Program Files\Bitcoin\someplace\bitcoin\blocks\index\LOCK: Could not lock file. I created a symlink from the default data path: To the network drive, then added the datadir param to a shortcut of the bitcoin exe: It still wants to do a full re-sync of the blockchain, but it opens now. |
|
@Andy-Baker: |
szdavid92
commented
Jul 11, 2017
•
|
@jonasschnelli The HDD was used with a Windows machine earlier, and didn't take the time to convert to HFS yet. I think I'll do so. |
laanwj
added MacOSX Upstream
labels
Jul 13, 2017
|
Yes, this is an upstream issue with leveldb. |
jimhashhq
commented
Jul 25, 2017
|
For partitioning bitcoin $datadir files amongst internal/external drives, I recently created a candidate doc: https://github.com/jimhashhq/bitcoin/blob/3c0377db483c50c5a9aecfc4684d6329951a1c7c/doc/file-partition.md |
szdavid92 commentedJul 10, 2017
Describe the issue
IO error when opening block database on NTFS partition of external hard drive on macOS.
Can you reliably reproduce the issue?
Yes.
If so, please list the steps to reproduce below:
Open BitCoin-Qt. On Welcome Screen choose Use a custom data directory:

/Volumes/SAMSUNG/Ledgers/BitCoinCoreand click OK.3.
Wild alert box appears:
Click OK.
Expected behaviour
Should start creating the block database I guess. Never made it through this step.
Actual behaviour
:(
Contents of debug.log:
What version of bitcoin-core are you using?
Official binary, v0.14.2
Machine specs:
Any extra information that might be useful in the debugging process.
I am using Paragon NTFS for Mac driver to enable writing to the drive. Didn't encounter any problems with other software so far.