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: WSL/wsl2-mount-disk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,6 @@ You can also use this technique to mount and interact with the virtual hard disk
181
181
182
182
- At this time, only entire disks can be attached to WSL 2, meaning that it's not possible to attach only a partition. Concretely, this means that it's not possible to use `wsl --mount` to read a partition on the boot device, because that device can't be detached from Windows.
183
183
184
-
- USB flash drives are not supported at this time and will fail to attach to WSL 2. USB disks are supported though.
184
+
- USB flash drives and SD cards are not supported at this time and will fail to attach to WSL 2. USB disks are supported though.
185
185
186
186
- Only filesystems that are natively supported in the kernel can be mounted by `wsl --mount`. This means that it's not possible to use installed filesystem drivers (such as ntfs-3g for example) by calling `wsl --mount`.
0 commit comments