The usage of space on dashboard doesn't match the usage on the disk

Try to do:

  1. Stop the storagenode
  2. Rename the piece_spaced_used.db
  3. Execute with sqlite3:
sqlite3 F:\StorjShareV3\piece_spaced_used.db

When you see a sqlite> prompt, execute script:

CREATE TABLE versions (version int, commited_at text);
CREATE TABLE piece_space_used (
                                                total INTEGER NOT NULL DEFAULT 0,
                                                content_size INTEGER NOT NULL,
                                                satellite_id BLOB
                                        );
CREATE UNIQUE INDEX idx_piece_space_used_satellite_id ON piece_space_used(satellite_id);
.exit
  1. Start the storagenode
  2. Check logs
  3. Check the dashboard