>>7042
The client boots just fine for me, the errors were in a popup yes, I copy/pasted one below.
My f89 folder was the only one that actually got indexed and everything seems to be working fine with it. The rest of the folders on disk B you can see are also populated but not indexed by hydrus and are exact replicas of the folders on disk A minus 1 or 2 files.
I'll try doing what you described by renaming the folders so no data is lost when testing, will report back with what happens.
Here's one of the errors:
2017/10/21 20:45:39: Moving 'f16' from [personal data]\Hydrus Network\db\client_files to [personal data]\the_wired\HYDRUS
2017/10/21 20:56:12: Exception:
2017/10/21 20:56:12: WindowsError
[Error 5] Access is denied: u'[personal data]\\Hydrus Network\\db\\client_files\\f16\\16106782e6a6d2a1b0ad7f81f111183bd13a806af998a04e3914f30277327189.jpg'
Traceback (most recent call last):
File "include\HydrusDB.py", line 526, in _ProcessJob
result = self._Write( action, *args, **kwargs )
File "include\ClientDB.py", line 10449, in _Write
elif action == 'relocate_client_files': result = self._RelocateClientFiles( *args, **kwargs )
File "include\ClientDB.py", line 7990, in _RelocateClientFiles
HydrusPaths.MergeTree( full_source, full_dest )
File "include\HydrusPaths.py", line 484, in MergeTree
shutil.move( source, dest )
File "shutil.py", line 300, in move
File "shutil.py", line 252, in rmtree
File "shutil.py", line 250, in rmtree
WindowsError: [Error 5] Access is denied: u'[personal data]\\Hydrus Network\\db\\client_files\\f16\\16106782e6a6d2a1b0ad7f81f111183bd13a806af998a04e3914f30277327189.jpg'