Jump to content

Mover not moving files


Recommended Posts

I'm trying to move everything form my SSDs to my array so I can replace the drives. I've put everything to Cache: Yes.  I've stopped docker. I've restarted the server. I invoke mover and it sits at zero. I'm at a loss as to why. All I really care about is getting the appdata onto the array so I can swap the drives.  I've also ran new permissions but no changes. Everything sits in zeroes. Thoughts?

tower-diagnostics-20230717-2203.zip

Link to comment

Its my experience that the mover is good for a few files but not whole shares.

 

If its not that much data, I would open a terminal window and use the `mc` command to open midnight commander, then you can use that interface to move the files. 


Alternatively if you have a lot of files, you can install rsync with the Nerd Tools plugin and then run a command like `rsync -a /mnt/cache/share/ /mnt/disk1/share/` to copy everything over. Then you can use `find . -type d -empty -delete` to remove the remaining directories. 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...