Skip to content

Large number of files missing or deleted by aborting in the middle of a move file process #463

@YunofHD

Description

@YunofHD

Describe the bug
Large number of files missing or deleted by aborting in the middle of a move file process

I previously submitted an issue but I am unable to provide the exact details of my environment. Please excuse me for that.

I am running it in a Docker container. I mounted remote folder to the mnt directory using the SMB protocol, and then used Cloud Commander to cut a large number of files from one destination to another.

During this process, the progress bar for the cut operation became unresponsive.

Before restarting the container, the files were still there. After the restart, the files disappeared.

After restarting the container, I found the following log:

Would it be possible to mitigate the problems caused by the cut operation?

Logs as below:

ENOENT: no such file or directory, lstat '/mnt/Download/xxxx.mp4' Promise {

Error: ENOENT: no such file or directory, lstat '/mnt/Download/xxxx.mp4'

  at async lstat (node:internal/fs/promises:1671:18)

  at async Module.readStat (file:///usr/src/cloudcmd/node_modules/redzip/lib/local/read-stat.js:5:24)

  at async readStat (file:///usr/src/cloudcmd/node_modules/redzip/lib/vfs/read-stat/index.js:8:18)

  at async copy (file:///usr/src/cloudcmd/node_modules/copymitter/lib/copymitter.js:206:18) {

errno: -2,

code: 'ENOENT',

syscall: 'lstat',

path: '/mnt/Download/xxxx.mp4'

}

}

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Docker version 27.5.0 (cloudcmd -v):
  • v25.9.0 node -v:
  • Linux debian11 6.9.10 (uname -a on Linux):
  • Chrome*:
  • Used Command Line Parameters:
  • Changed Config:

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions