Site icon EfmSoft

What does Windows error code 17 (ERROR_NOT_SAME_DEVICE) mean?

 
Could be also:
ConstantTypeOS
KERN_INVALID_RIGHTKern returnMac
ippStsUnderflowIntel Ipp StatusAny
EEXISTerrnoAny
THREAD_NOT_MUTEX_OWNERBugCheck CodeWindows
Previous Next
ERROR_CURRENT_DIRECTORY ERROR_NO_MORE_FILES

ERROR_NOT_SAME_DEVICE

A cross-volume operation requires a copy instead of a rename

ERROR_NOT_SAME_DEVICE commonly occurs when a rename or move is implemented by a filesystem operation that only works within one volume. The source and destination paths resolve to different devices or mounted filesystems.

Correct handling

Important distinction

A same-volume rename is usually atomic; a cross-volume copy is not. Applications should not claim atomic replacement when falling back to copy and delete.

References


Looking for a different code? Search another status or error code.

Exit mobile version