CaptainTivo Posted January 9, 2012 Posted January 9, 2012 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.
elkay14 Posted January 9, 2012 Posted January 9, 2012 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
dgaschk Posted January 9, 2012 Posted January 9, 2012 If your running a 5.0 beta you may need to run the New Permissions script after moving files with the command line.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.