So post
- Code: Select all
ls -al /shares
ls -al /shares/Share/recovery
ls -al /shares
ls -al /shares/Share/recovery
[root@LaCie-5big /]# ls -la /shares
drwxr-xr-x 1 root root 4096 Jun 14 22:25 .
drwxr-xr-x 1 root root 4096 Jun 12 13:03 ..
drwxrwxrwx 27 root root 4096 Jun 14 22:26 Concerti
drwxrwxrwx 6 root root 94 Jun 14 22:25 Film
drwxrwxrwx 3 root root 19 Jun 14 22:25 Public
drwxrwxrwx 9 root root 4096 Jun 14 22:30 Share
[root@LaCie-5big /]# ls -la /shares/Share
drwxrwxrwx 9 root root 4096 Jun 14 22:30 .
drwxr-xr-x 1 root root 4096 Jun 14 22:25 ..
drwxrwxrwx 2 root root 4096 Jun 14 22:30 .AppleDB
drwxrwxrwx 2 root users 21 Jun 12 18:42 .AppleDesktop
drwxrwxrwx 2 admin users 36 Jun 14 22:30 .AppleDouble
-rwxrwxrwx 1 admin users 6148 Jun 14 22:30 .DS_Store
drwxrwxrwx 3 root root 25 Jun 12 18:46 .lacie
drwxrwxrwx 3 root users 25 Jun 12 18:42 Network Trash Folder
drwxrwxrwx 8 root root 89 Jun 12 18:46 Recovery
drwxrwxrwx 3 root users 25 Jun 12 18:42 Temporary Items
[root@LaCie-5big /]# ls -la /shares/Share/Recovery
drwxrwxrwx 8 root root 89 Jun 12 18:46 .
drwxrwxrwx 9 root root 4096 Jun 14 22:30 ..
drwxrwxrwx 2 admin users 20 Jun 12 18:46 .AppleDouble
drwxrwxrwx 3 root root 25 Jun 12 18:46 .lacie
drwxrwxrwx 214 root root 20480 Jun 12 23:06 Concerti
drwxrwxrwx 23 root root 86016 Jun 8 21:10 Film
drwxrwxrwx 7 root root 4096 May 29 17:11 Public
drwxrwxrwx 9 root root 4096 Jun 8 21:40 Share
mv -n /shares/Share/Recovery/Concerti/* /shares/Concerti
Jocko wrote:So now do this command for example on Concerti(flag n <=> do not overwrite an existing file in destination)
- Code: Select all
mv -n /shares/Share/Recovery/Concerti/* /shares/Concerti
[root@LaCie-5big /]# mv -n /shares/Share/Recovery/Concerti/* /shares/Concerti
mv: invalid option -- n
BusyBox v1.16.2 (2011-12-12 16:37:39 UTC) multi-call binary.
Usage: mv [OPTIONS] SOURCE DEST
or: mv [OPTIONS] SOURCE... DIRECTORY
Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY
Options:
-f Don't prompt before overwriting
-i Interactive, prompt before overwrite
Jocko wrote:The issue is in destination.
As you already copied some files on it with subfolders, mv failed.
Currently, are there many files in /shares/Concerti ?
ps -ef
kill -20 PID
kill -18 PID
Return to Lacie 5big Network vs2
Users browsing this forum: No registered users and 11 guests