Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way to mount a partition from the disk the windows is installed. #8773

Open
reisraff opened this issue Aug 26, 2022 · 8 comments
Open

Way to mount a partition from the disk the windows is installed. #8773

reisraff opened this issue Aug 26, 2022 · 8 comments
Labels

Comments

@reisraff
Copy link

I whish to mount a partition in where my current windows running is installed
I have a dual boot windows and linux at the same disk, and I'd like to work in wsl mounting the ext4 partition.

Is that possible?

I think there is something related to the issue #5997

I read this article and the note says:

# Note

Administrator access is required to attach a disk to WSL 2.

The WSL 2 mount command does not support mounting a disk (or partitions that belong to the disk) that is currently in use.

wsl --mount always attaches the entire disk even if only a partition is requested.

You can't mount the Windows installation disk.

**You can't mount the windows installation disk... **

May is there a work arround ?

As you can see the partition 5 is where my linux is installed.

image

@genghisun
Copy link

same problem here...
any other solution?

@sansugranes
Copy link

Same here...

@rsmirnov90
Copy link

Would love to know too...

@comzine
Copy link

comzine commented Jul 8, 2023

Same here ...

@thomond
Copy link

thomond commented Jul 15, 2023

There's no workaround, it's hinted at in the line "wsl --mount always attaches the entire disk even if only a partition is requested.".
The entire disk needs to be accessible even if you're only interested in only one partition.

@OreoLamp
Copy link

OreoLamp commented Dec 9, 2023

This needs to get fixed, currently this makes mounting partitions on systems with only one physical drive impossible, which means it's effectively impossible to access ext4 partitions from Windows on such machines.

@itisluiz
Copy link

Oh wow, can't believe this isn't possible

@PointyToast
Copy link

I hate that this isnt implemented yet... It would make it so easy for one too also maybe chroot into a existing linux partition on the same drive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants