Why can I not mount my storage device inside WSL? #12911
Closed
Answered
by
beedell-roke
Mr Beedell, Roke Julian Lockhart (beedell-roke)
asked this question in
Q&A
|
I'm trying to mount one of my two BTRFS-formatted NVMe SSDs: I've elevated to Administrator: However, it fails:
I'd have used |
Answered by
beedell-roke
May 16, 2025
Replies: 1 comment
|
I needed to mount it as a |
0 replies
Answer selected by
beedell-roke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I needed to mount it as a
--bareFS, ascertain what its ID was withlsblk, then create a directory to mount in (sudo mkdir /mnt/test), then mount it there withsudo mount -t btrfs /dev/sde4 /mnt/test.