copy files between two linux

symlinks not supported by backend

 

1. if you try to use samba to share and copy files from one linux to another linux, you maybe get error: symlinks not supported by backend

    this is because Microsoft's networking protocols have no concept of a symbolic link, so there's not much point in trying to use Samba to copy them.

2. you can mount the files to your local linux, then use "cp" to copy the files

posted @ 2012-01-21 14:28  alxe_yu  阅读(308)  评论(0)    收藏  举报