- Joined
- Mar 17, 2019
Not sure where to put this, so creating a new thread because it's excellent.
For those of us who need to use Windows at least sometimes, it can sometimes be necessary to mount filesystems that it doesn't natively support, whether that's just a ext3/ext4 disk, or a TrueCrypt or other encrypted partition.
The problem is that while it's hard to put one's finger on exactly where the problem lies, a system always seems less reliable after you've installed a third-party filesystem driver like ext2fsd and Microsoft is making a habit of breaking stuff like this that reaches into the internals going forward.
Well, good news- in the latest 'Windows Insider' builds (you have to turn on even more spying on your PC for now) you can pass full control over a block device over to Windows Subsystem for Linux 2 (WSL2). That lets you mount filesystems supported by the Linux kernel, which- conveniently- can then also be accessed to copy/move files from Windows as well.
If you want to mount encrypted volumes encrypted via cryptsetup, you'll need to make a small tweak and rebuild the kernel, no biggie.
I haven't successfully mounted a TrueCrypt/VeraCrypt volume yet, but I imagine this should be doable too.
For those of us who need to use Windows at least sometimes, it can sometimes be necessary to mount filesystems that it doesn't natively support, whether that's just a ext3/ext4 disk, or a TrueCrypt or other encrypted partition.
The problem is that while it's hard to put one's finger on exactly where the problem lies, a system always seems less reliable after you've installed a third-party filesystem driver like ext2fsd and Microsoft is making a habit of breaking stuff like this that reaches into the internals going forward.
Well, good news- in the latest 'Windows Insider' builds (you have to turn on even more spying on your PC for now) you can pass full control over a block device over to Windows Subsystem for Linux 2 (WSL2). That lets you mount filesystems supported by the Linux kernel, which- conveniently- can then also be accessed to copy/move files from Windows as well.
If you want to mount encrypted volumes encrypted via cryptsetup, you'll need to make a small tweak and rebuild the kernel, no biggie.
I haven't successfully mounted a TrueCrypt/VeraCrypt volume yet, but I imagine this should be doable too.