Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 231887

hgfs prevent rename operation on unix guest and windows host

$
0
0

This script:

touch a

touch b

chmod -w a

mv b a -f

Works fine in Unix folder, but failed in hgfs shared folder ( eg /mnt/hgfs/... ) with this error: mv: cannot move `b' to `a': Permission denied

 

This is a simpler way to reproduce an issue discussed here http://communities.vmware.com/thread/193589

Do something, it is an obvious bug.


Viewing all articles
Browse latest Browse all 231887

Trending Articles