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: index.html
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -338,17 +338,6 @@ <h1>Select Serial Device</h1>
338
338
<divclass="step-content">
339
339
<h1>Select USB Host Folder</h1>
340
340
<p>Select the root folder of your device. This is typically the CIRCUITPY Drive on your computer unless you renamed it. If your device does not appear as a drive on your computer, it will need to have the USB Host functionality enabled.</p>
<summary><strong>Linux:</strong> seeing <code>OSError: [Errno 5]</code> after <kbd>Ctrl</kbd>+<kbd>D</kbd>? Click for fix.</summary>
343
-
<p>Your CIRCUITPY drive is mounted with asynchronous writes. Remount it with <code>sync</code>:</p>
344
-
<pre><code>udisksctl unmount -b /dev/sdX1
345
-
udisksctl mount -b /dev/sdX1 -o sync</code></pre>
346
-
<p>Replace <code>sdX1</code> with the correct device. Find it with:</p>
347
-
<pre><code>lsblk</code></pre>
348
-
<p>or:</p>
349
-
<pre><code>mount | grep CIRCUITPY</code></pre>
350
-
<p>For a permanent fix, see <ahref="https://github.com/circuitpython/web-editor/blob/main/docs/LINUX_USB_MOUNT.md" target="_blank" rel="noopener">Linux USB mount notes</a>.</p>
0 commit comments