ubuntu@flm:~/android/out/target/product/amt6757_wifi_n/system/app$ cp -fr Camera /mnt/hgfs/share/cp: cannot create symbolic link '/mnt/hgfs/share/Camera/lib/arm64/librsjni.so': Operation not supported
出现这个原因的原因应该说就是共享的文件夹不支持符号链接,源和目标是不同的文件系统,不能修改。
ubuntu@flm:~/android/out/target/product/amt6757_wifi_n/system/app$ cp -fr Camera /mnt/hgfs/share/cp: cannot create symbolic link '/mnt/hgfs/share/Camera/lib/arm64/librsjni.so': Operation not supported
出现这个原因的原因应该说就是共享的文件夹不支持符号链接,源和目标是不同的文件系统,不能修改。