And thanks for describing the way to split the chain after the fork.
Just in the case someone download a complete new version of the blockchain, it might get tricky to find the correct last common data file as all files would have more or less the same time stamp (+/- 1 or 2 days, depends on download and validation speed).
Can confirm, blk0925.dat has also been last updated on 7/6/2017 on my system.
Some helpful info here. Thanks!
Wish I thought about using symlinks earlier. :-) I ended up setting up btrfs and using
Getting more experience with copy on write filesystems doesn't hurt.
I am not sure exactly what do you do with the above command?
Basically, if using a filesystem that supports copy-on-write... the file system uses the same file for the files in both places (like a symlink, without using more space except for metadata) until one of the files is changed. When one of the files is changed a new copy could be made or the difference between the files could be stored depending on the filesystem or settings.