0

I'm trying to figure out a way to do it before I do my homework. I have been searching for a while and found no solution.

This is in Ubuntu:

This is in Ubuntu

For example, if this is my homework file how do I export it to here?

This is where I want this file in Ubuntu to go to

I installed this Ubuntu on WSL on Windows 11.

karel
  • 114,770
  • Please add some details. Are the two systems connected in any way? Are you running Ubuntu under Windows? Or is this a dual boot computer? Or are they different systems on the same network? Would a simple USB stick work here? – Jos Oct 09 '23 at 09:33
  • @Jos I'm sorry. I just edited it. I downloaded it from Microsoft Store on Windows 11 using it like a command prompt on Windows 11 – WWoPPoWW Oct 09 '23 at 09:36
  • 3
    Does this answer your question? https://askubuntu.com/questions/824924/ubuntu-windows-shared-folder-using-wsl – Jos Oct 09 '23 at 10:21
  • cp Hello.l /mnt/c/wherever/ as explained above. – EODCraft Staff Oct 09 '23 at 10:57
  • I can't seem to find lxss or mnt in there even though I search it in searchbar. @EODCraftStaff – WWoPPoWW Oct 09 '23 at 11:18
  • 1
    @user68186 Thank you! – WWoPPoWW Oct 10 '23 at 01:17

1 Answers1

1

Follow these steps:

  1. Open the Windows 11 File Explorer.
  2. In the address bar, type \\wsl$ and press Enter. This will open an access window to WSL, where you can access the file system of your WSL distribution.
  3. Locate the files or folders you want to export, then copy and paste them into the Windows file system.
xiaonan
  • 26