msavazzi OK, here’t the thing. The issue comes from the fact that your drive has serial number 0. This is pretty unique situation. Typically this is some random number, but it is enough to identify the drive even if it is connected to different letter.
{
mount: 'E:',
dev: '\\\\?\\Volume{f0083062-dbf6-42f5-a853-ff676ecd5711}\\',
flags: [ 'local' ],
volume_name: 'Dati JBOD Layered',
volume_fs: 'NTFS',
volume_sn: 0,
volume_size: 3406132678656
},
I’m going to make adjustments to the code to take this situation into account, but here’s the quick solution for you right now. You will need to edit config.json that is located in AppData/roaming/tonfotos/
and change ‘removable’ to ‘local’ in the section describing your drive. This will fix the problem for you.