Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

best way to move files/dirs from one disk to another?

Featured Replies

I accidentally copied  a large number of DVD folders of television episodes to my Movies share.  I would like to move them to the TV Shows share.

I assume the best way is to move the "locally", that is, to login to the array and use Linux commands.  Moving them using Windows interface on one of the PCs connected via ethernet to the Tower box would cause data to be transferred first to the PC and then back to the array, right?

 

Anyway, I assume someone has had this problem before and has a good way to do it.

Thanks.

Yup - telnet to the box and either copy/delete or move.

 

I often do the copy/delete just for safety -- I verify the files are good before deleting the old when I have no other backups.

 

So, you would do it like this (move tv folder from disk2 to disk1):

 

# copy
cp -a /mnt/disk2/tv /mnt/disk1
# delete
cd /mnt/disk2
rm -r tv

 

or

 

# move
mv /mnt/disk2/tv /mnt/disk1

If your running a 5.0 beta you may need to run the New Permissions script after moving files with the command line.

  • Author

Thanks.  This seems to work fine.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.