-
Notifications
You must be signed in to change notification settings - Fork 2.1k
"mv" command can't move file to a different driver on Windows #825
Copy link
Copy link
Closed
Labels
category:bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersstatus:investigatethis requires investigationthis requires investigation
Description
Example:
> mv C:\Users\ding6\Downloads\core-3c5a47af728e9968fd7a6bb41fbf573cd52677bc .
error: Rename "core-3c5a47af728e9968fd7a6bb41fbf573cd52677bc" to "src" aborted. 系统无法将文件移到不同的磁盘驱动器。 (os error 17)
- shell:1:0
1 | mv C:\Users\ding6\Downloads\core-3c5a47af728e9968fd7a6bb41fbf573cd52677bc .
| ^^ Rename "core-3c5a47af728e9968fd7a6bb41fbf573cd52677bc" to "src" aborted. 系统无法将文件移到不同的磁盘驱动器。 (os error 17)
The message says "System cannot move the file to a different disk driver".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
category:bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersstatus:investigatethis requires investigationthis requires investigation