Understanding the File Systems

Before we dive into how to use the Ubuntu App and WSL, lets talk about one of the most important things, which is knowing your File Systems

There are 2 files systems here:

  1. The Windows FS
  2. The Ubuntu FS.

It is very important to know which file system you are in.

This /home/ means that you are in the Ubuntu FS.

Windows Files

You are actually in the Windows File System now as well! If you were to create a file here, you would be adding it to the Windows File System, and it would be a Windows file. This is important because one of the rules here is that while Ubuntu can read and write both Ubuntu and Windows files, Windows can only read and write Windows files, and read Ubuntu Files, but it cannot write Ubuntu files. Knowing which files belong to which FS is important because of this.

Ubuntu Files

In the off chance that you do need to edit a Ubuntu file then you should use the built in code editor called nano, or use the CLI to install a different one. Just remember that you cannot use a GUI here, so you must edit Ubuntu files through the command line.

Updating your Terminal

⇐ Previous | Next ⇒