For those who’re on a model of Home windows 11 that’s construct 22000 or better, now you can use WSL to mount Linux disks straight. Run winver to see your Home windows model. I am on 22000.282 as of the time of this writing.
I can even run wsl –help and see the –mount directions. If you do not have them, you are not on the newest, or you’ll be able to attempt putting in/replace WSL from the Home windows Retailer. Putting in WSL from the Home windows Retailer will get you updates sooner.
--mount <Disk>
Attaches and mounts a bodily disk in all WSL2 distributions.
Choices:
--bare
Connect the disk to WSL2, however do not mount it.--type <Kind>
Filesystem to make use of when mounting a disk, if not specified defaults to ext4.--options <Choices>
Further mount choices.--partition <Index>
Index of the partition to mount, if not specified defaults to the entire disk.--unmount [Disk]
Unmounts and detaches a disk from all WSL2 distributions.
Unmounts and detaches all disks if known as with out argument.
You will should be an admin to mount a disk. You possibly can first get a listing of all of the disks utilizing this PowerShell question:
GET-CimInstance -query "SELECT * from Win32_DiskDrive"
The DeviceID is a path like .SOMETHING and that is what issues.
Then you definitely simply wsl --mount .SOMETHING"
.
The system will seem beneath /mnt/wsl/SOMETHING in your Linux occasion. You possibly can mount unpartitioned disks like this, otherwise you can mount partitioned disks. Then you’ll be able to run lsblk and see the partitions and so they’ll be beneath /dev/<Machine><Partition>. As soon as you realize the partition quantity you’ll be able to return and wsl --mount --.SOMETHING --partition --type Filesystem
. The filesystem parameter is for issues like vfat, and many others for filesystems which have kernel help.

Right now SD Playing cards and Flash Drives aren’t working, however USB externals work and inside drives work, in addition to VHDs.
Sponsor: Couchbase Capella DBaaS is versatile, full-featured and totally managed with built-in entry through Okay/V, SQL and full textual content search. It’s blazing quick, but surprisingly reasonably priced. Strive Capella as we speak without spending a dime.
About Scott
Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, guide, father, diabetic, and Microsoft worker. He’s a failed stand-up comedian, a cornrower, and a ebook creator.