0
In this case (which has actually happened to me), if I sync all blocks, they fill up the whole file system table of the volume.
What is the best way to solve it? Using one directory that is split over multiple volumes? How can you achieve that? Using symlinks or junctions?
There is also a limit of files per directory. This means that the entire copy of the blockchain database should be split over a double amount of directories each time it reaches this threshold (like dynamic hashing).
I tried to search for solutions that address these issues, but I simply couldn't find anything, like nobody has ever thought about these situations.
Which node software stores every block in a separate file? Bitcoin Core doesn't do that - it groups them into 128MB chunks, which should make this a non-issue. – Nate Eldredge – 2018-01-14T15:34:04.667
@Nate Cardano node. – Moon – 2018-01-24T11:27:24.457