bootable pendrive in WSL? #11728
Unanswered
vijayjai12
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Ubuntu 22.04 in WSL on Windows 10 and I'm having trouble mounting my USB pendrive as block storage. When I try to manually mount it with the following commands:
cd /mnt
mkdir g # Replace 'g' with the appropriate drive letter for your USB
sudo mount -t drvfs g: /mnt/g
The USB pendrive is accessible as a directory, but I need it to be mounted as block storage so I can create a bootable pendrive in WSL Ubuntu 22.04. Can anyone help me with this issue?
Beta Was this translation helpful? Give feedback.
All reactions