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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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.
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'
}
}
To Reproduce
Steps to reproduce the behavior:
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):
cloudcmd -v):node -v:uname -aon Linux):Additional context
Add any other context about the problem here.