I have made symlinks to blocks and chainstate directories like this:
ln -s /Volumes/networkdrive/blocks/ ~/Library/Application\ Support/Bitcoin/blocks
ln -s /Volumes/networkdrive/chainstate/ ~/Library/Application\ Support/Bitcoin/chainstate
They work, as far as I can see, but when I start Bitcoin-qt 0.10.0 it tells me "Error opening block Database".
Any idea of how this can be done?
Hmm, in the log file I get this error: "IO error: lock /Users/spjuth/Library/Application Support/Bitcoin/blocks/index/LOCK: Operation not supported"
Probably not correct filesystem of the drive. Guess I need to reformat it.