Are you trying to move a file to e.g. a FAT partition? I suspect that your /mnt/D is a Windows drive. In this case, the problem is that the target file system does not support file ownership information. So the chown command that mv is trying to execute does fail. Did the file actually get moved to the target directory?
Main Topics
Browse All Topics





by: shivsaPosted on 2004-02-06 at 15:21:24ID: 10295099
Have you tried just cp and then rm the source file? It sounds like it's trying to move the permissions too.