
Several protocols like SFTP, FTP, and FTPS are also supported by FileZilla, making it a versatile tool for managing files and folders on servers. It provides a user-friendly interface that enables a user to drag and drop files to a remote server. If you run into any issues, or have feedback for our team please file an issue on our Github, and if you have general questions about WSL you can find all of our team members that are on Twitter on this twitter list.FileZilla is a cost-free, open-source application that permits its users to transfer files between their computer and a remote server. At this time, it’s not possible to attach a single partition. To specify a filesystem, or for more advanced scenarios, check out Mount a disk in WSL 2.Īlso please note that this feature comes with the limitation that only physical disks can be attached to WSL 2. Once mounted, it’s also possible to access these disks through the Windows explorer by navigating to \wsl$ and then to the mount folder.īy default, wsl -mount attempts to mount the disk as ext4.

Below is an example of mounting a specific partition of a given hard disk into WSL and browsing its files. Usually under the \\.\\\.\PHYSICALDRIVE* format.

The disks paths are available under the ‘DeviceID’ columns. To unmount and detach the disk from WSL 2, run wsl -unmount To list the available disks in Windows, run: wmic diskdrive list brief

To mount a disk, open a PowerShell window with administrator privileges and run: wsl -mount So, if you’re dual booting with Windows & Linux using different disks, you can now access your Linux files from Windows! Getting started This new parameter allows a physical disk to be attached and mounted inside WSL 2, which enables you to access filesystems that aren’t natively supported by Windows (such as ext4).

Starting with Windows Insiders preview build 20211, WSL 2 will be offering a new feature: wsl -mount.
