<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Miftah Afina</title>
    <description>The latest articles on DEV Community by Miftah Afina (@miftahafina).</description>
    <link>https://dev.to/miftahafina</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F317634%2F1e80fe09-2065-4300-9108-8dcad10eb180.jpeg</url>
      <title>DEV Community: Miftah Afina</title>
      <link>https://dev.to/miftahafina</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/miftahafina"/>
    <language>en</language>
    <item>
      <title>Accessing WSL2 Files from Windows’ File Explorer</title>
      <dc:creator>Miftah Afina</dc:creator>
      <pubDate>Wed, 22 Sep 2021 02:42:35 +0000</pubDate>
      <link>https://dev.to/miftahafina/accessing-wsl2-files-from-windows-file-explorer-308o</link>
      <guid>https://dev.to/miftahafina/accessing-wsl2-files-from-windows-file-explorer-308o</guid>
      <description>&lt;p&gt;Windows Subsistem for Linux (WSL) is one of the best Windows 10’s feature that made me feel comfort using this operating system. With WSL we can using Linux’s commands inside Windows with great interoperability. Especially in WSL2.&lt;/p&gt;

&lt;p&gt;Before using WSL2, I always using dual boot — Ubuntu for web development and Windows for graphic design, and then with WSL I only need to install Windows as a main operating system, and for Ubuntu I install it on WSL2.&lt;/p&gt;

&lt;h1&gt;
  
  
  File Management
&lt;/h1&gt;

&lt;p&gt;Actually, file management can be done easily via terminal or code editor. But sometimes there’s a chance where we need to access files and folders using Windows’ File Explorer.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open File Explorer&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;\\wsl$&lt;/code&gt; on address bar&lt;/li&gt;
&lt;li&gt;Press Enter&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;After we pressed enter, we can see the list of linux distros that we installed on WSL2. We can open each distro with double click to access its files and folders.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhigt3qiwg9k0k2rjpr1k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhigt3qiwg9k0k2rjpr1k.png" alt="Managing Ubuntu’s files and folder via Windows’ File Explorer"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wsl2</category>
      <category>windows10</category>
    </item>
  </channel>
</rss>
