WSL2 drive mount & dd
Mount a windows drive in WSL2. Check to see if the /mnt/ directory exists. If not, create it. Mine existed so I just mounted it:
mount -t drvfs f: /mnt/f
dd doesn’t work (yet)
On to my linux machine…
Random thoughts spewed in the digital realm
Mount a windows drive in WSL2. Check to see if the /mnt/ directory exists. If not, create it. Mine existed so I just mounted it:
mount -t drvfs f: /mnt/f
On to my linux machine…