You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -129,14 +129,14 @@ The following sections detail the most common failure modes and provide step-by-
129
129
#### Symptoms
130
130
131
131
- "Size on disk" differs between source and destination.
132
-
- Some files don’t appear after migration.
132
+
- Some files don't appear after migration.
133
133
- Robocopy log notes files as "updated" when unchanged.
134
134
- Event IDs: None or general user confusion.
135
135
136
136
#### Resolution
137
137
138
138
1. Sector Size/Allocation Unit Differences:
139
-
1. Understand that NTFS allocates space differently on 512- vs. 4K-sector disks; file “size on disk” varies, but data remains intact.
139
+
1. Understand that NTFS allocates space differently on 512- vs. 4K-sector disks; file "size on disk" varies, but data remains intact.
140
140
1. Verify that with fsutil or disk properties.
141
141
2. Hidden or protected folders: System Volume Information, $RECYCLE.BIN, and similar folders are re-created automatically. Ignore errors for these folders. Files may be hidden because of attributes. View them in File Explorer (select **Show hidden files**) or:
142
142
@@ -154,13 +154,13 @@ The following sections detail the most common failure modes and provide step-by-
154
154
155
155
- Disk resource fails to come online (Error 995).
156
156
- Hyper-V: "The disk cannot be moved because it is marked as shareable."
0 commit comments