0

I tried to upload my SQL files to TiDB Cluster via tidb-lightning.toml, and here is the result of my nohup.out:

tiup is checking updates for component tidb-lightning ...
Starting component `tidb-lightning`: /tidb-lightning/v7.0.0/tidb-lightning -config tidb-lightning.toml
Verbose debug logs will be written to tidb-lightning.log

tidb lightning encountered error: [Lightning:Storage:ErrStorageUnknown]list file failed: open /mnt/c/System Volume Information: permission denied
jarlh
  • 42,561
  • 8
  • 45
  • 63
Darryl RN
  • 7,432
  • 4
  • 26
  • 46

1 Answers1

0

Look like tidb lightning try to use /mnt/c/System as its storage but permission denied, so you can resolve the permission about /mnt/c/System, or
change tidb-lightning.toml to use another path as tidb lighning storage.