cp: cannot create symbolic link to fat format of usb: Operation not permitted

轉載自http://diogomelo.net/blog/10/cp-cannot-create-symbolic-link-operation-not-permitted

 

cp: cannot create symbolic link: Operation not permitted

VFAT (most pendrives uses this one), Fat-16 and (probably) Fat-32 too does not support symbolic links.

所以如果沒有在意容量大小,可以使用"cp -rL source dest"去把所有symbolic link替換成實體檔案

你可能感兴趣的:(linux)