Saturday, October 5, 2024
HomeSoftware DevelopmentWSL2 can now mount Linux ext4 disks instantly

WSL2 can now mount Linux ext4 disks instantly

[ad_1]


Should you’re on a model of Home windows 11 that’s construct 22000 or higher, now you can use WSL to mount Linux disks instantly. Run winver to see your Home windows model. I am on 22000.282 as of the time of this writing.

I may 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 quicker.

--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>
Extra 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 referred to as with out argument.

You will should be an admin to mount a disk. You possibly can first get an inventory 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 machine will seem below /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 they usually’ll be below /dev/<Machine><Partition>. As soon as you understand 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 so on for filesystems which have kernel help.

WSL --mount for ext4 and Linux File Systems on WSL2

In the present day SD Playing cards and Flash Drives aren’t working, however USB externals work and inner drives work, in addition to VHDs.


Sponsor: Couchbase Capella DBaaS is versatile, full-featured and absolutely managed  with built-in entry by way of Ok/V, SQL and full textual content search. It’s blazing quick, but surprisingly inexpensive. Strive Capella in the present day without cost.




About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, marketing consultant, father, diabetic, and Microsoft worker. He’s a failed stand-up comedian, a cornrower, and a e book writer.

facebook
twitter
subscribe
About   Publication

Internet hosting By
Hosted in an Azure App Service










[ad_2]

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments