Günter Kukkukk-2 wrote:
> 
> 
> Can you please try the "preserving copy cmds":
>   'cp -p srcfile /mounted/samba/share/'
>   'cp -a srcfile /mounted/samba/share/'
> 
> Do they work ?
> 
> 

bash >>> pwd
/mnt/docs

bash >>> ls --all
.  ..  .Trash-1001

bash >>> cp -p ~/test.txt ./
cp: preserving times for `./test.txt': Operation not permitted

bash >>> cp -a ~/.vimrc ./
cp: preserving times for `./.vimrc': Operation not permitted

bash >>> pwd
/mnt/docs

bash >>> rm .vimrc
(no warnings)

bash >>> rm test.txt
rm: remove write-protected regular empty file `test.txt'? 





-- 
View this message in context: 
http://www.nabble.com/mv-errors.-tp21712791p21754249.html
Sent from the Samba - General mailing list archive at Nabble.com.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to