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/README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,14 @@ The FAT32 filesystem cannot be mounted on a device smaller than 64 kB.
136
136
137
137
The test can be easily extended to use any block device available in Mbed.
138
138
139
+
### Windows 8/10: Mass storage tests are failing on test file read
140
+
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 intest has only 64kB its content can be easily corrupted by writing large files, what actually was encountered during test runs.
141
+
142
+
To prevent Windows from writing to removable drives on connect drive indexing can be turned off with the following procedure:
143
+
- Start the program "gpedit.msc"
144
+
- Navigate to "Computer Configuration \ Administrative Templates \ Windows Components \ Search"
145
+
- Enable the policy "Do not allow locations on removable drives to be added to libraries."
146
+
139
147
### Isochronous endpoints are skipped in loopback tests
0 commit comments