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
Copy file name to clipboardExpand all lines: TESTS/usb_device/msd/README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,12 @@ Test run command:
10
10
```bash
11
11
mbed test -t COMPILER -m TARGET -n tests-usb_device-msd
12
12
```
13
+
14
+
15
+
## Windows 8/10:
16
+
By default Windows 8 and 10 access and write to removable drives shortly after they are connected. It's caused by drive indexing mechanisms. Because disk used in test has only 64kB its content can be easily corrupted by writing large files, what actually was encountered during test runs.
17
+
18
+
To prevent Windows from writing to removable drives on connect drive indexing can be turned off with the following procedure:
19
+
- Start the program "gpedit.msc"
20
+
- Navigate to "Computer Configuration \ Administrative Templates \ Windows Components \ Search"
21
+
- Enable the policy "Do not allow locations on removable drives to be added to libraries."
0 commit comments