User Tools

Site Tools


other:win10wsl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:win10wsl [2022/08/24 12:17]
jypeter [Base installation]
other:win10wsl [2022/08/24 14:33]
jypeter [Base installation] Improved the 'update' part
Line 37: Line 37:
  
 ==== Disk space ==== ==== Disk space ====
 +
 +<​code>​stdu@sadira034:​~$ ls -lh /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx
 +-rwxrwxrwx 1 root root 63M Aug 24 14:52 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx
 +
 +stdu@sadira034:​~$ ls -lh /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx
 +-rwxrwxrwx 1 root root 1.2G Aug 24 15:20 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx
 +
 +stdu@sadira034:​~$ sudo apt update && sudo apt upgrade
 +[sudo] password for stdu:
 +Get:1 http://​security.ubuntu.com/​ubuntu focal-security InRelease [114 kB]
 +Get:2 http://​archive.ubuntu.com/​ubuntu focal InRelease [265 kB]
 +[...]
 +278 upgraded, 32 newly installed, 0 to remove and 0 not upgraded.
 +Need to get 174 MB of archives.
 +After this operation, 305 MB of additional disk space will be used.
 +Do you want to continue? [Y/n] Y
 +[...]
 +
 +stdu@sadira034:​~$ ls -lh /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx
 +-rwxrwxrwx 1 root root 63M Aug 24 14:52 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx
 +
 +stdu@sadira034:​~$ ls -lh /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx
 +-rwxrwxrwx 1 root root 2.6G Aug 24 15:24 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx
 +</​code>​
  
 FIXME FIXME
Line 63: Line 87:
   * Determine which Linux distributions are (directly) available for installation.\\ We will use the default ''​Ubuntu''​ distribution   * Determine which Linux distributions are (directly) available for installation.\\ We will use the default ''​Ubuntu''​ distribution
     * ''​Ubuntu''​ will always automatically upgrade to the latest ''​LTS''​ release available (contrary to ''​Ubuntu-<​even_number>​.04''​ that will stick to the specified ''<​even-number>''​ release)     * ''​Ubuntu''​ will always automatically upgrade to the latest ''​LTS''​ release available (contrary to ''​Ubuntu-<​even_number>​.04''​ that will stick to the specified ''<​even-number>''​ release)
-    * We could specify a specific Linux version (or even [[https://​docs.microsoft.com/​en-us/​windows/​wsl/​use-custom-distro|import any Linux distribution]]!)+    * We could specify a specific Linux version (or even [[https://​docs.microsoft.com/​en-us/​windows/​wsl/​use-custom-distro|import any Linux distribution]],​ or [[https://​docs.microsoft.com/​en-us/​windows/​wsl/​build-custom-distro|create a custom ​Linux distribution]]!)
     * <​code>​PS C:\> wsl --list --online     * <​code>​PS C:\> wsl --list --online
  
Line 163: Line 187:
 stdu@sadira034:/​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages$ ls -lh /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx stdu@sadira034:/​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages$ ls -lh /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx
 -rwxrwxrwx 1 root root 1.2G Aug 24 11:37 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx</​code>​ -rwxrwxrwx 1 root root 1.2G Aug 24 11:37 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx</​code>​
 +    * Note: location of the //vhdx swap file//:
 +      * From windows: ''​C:​\Users\jypeter\AppData\Local\Temp\swap.vhdx''​
 +      * From WSL:\\ <​code>​stdu@sadira034:​~$ ls -lh /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx
 +-rwxrwxrwx 1 root root 63M Aug 24 14:52 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx</​code>​
  
-  * Update your Ubuntu Linux with: +  * Update your Ubuntu Linux with: ''​sudo apt update && sudo apt upgrade''​ 
-        * ''​sudo apt update && sudo apt upgrade''​ +    * <code>stdu@sadira034:​~$ lsb_release -a 
-        Use the Left arrow to select ''​<Yes>''​+''​Enter''​ when some services have to be restarted +No LSB modules are available. 
-        * [[other:​win10wsl#​updating_wsl_and_ubuntu|More details about updating WSL and/or Ubuntu]] (you can safely skip this for now)+Distributor ID: Ubuntu 
 +Description: ​   Ubuntu 20.04 LTS 
 +Release: ​       20.04 
 +Codename: ​      ​focal 
 + 
 +stdu@sadira034:​~$ sudo apt update && sudo apt upgrade 
 +[sudo] password for stdu: 
 +Get:1 http://​security.ubuntu.com/​ubuntu focal-security InRelease [114 kB] 
 +Get:2 http://​archive.ubuntu.com/​ubuntu focal InRelease [265 kB] 
 +[...] 
 +278 upgraded, 32 newly installed, 0 to remove and 0 not upgraded. 
 +Need to get 174 MB of archives. 
 +After this operation, 305 MB of additional disk space will be used. 
 +Do you want to continue? [Y/n] Y 
 +[...] 
 + 
 +stdu@sadira034:​~$ lsb_release -a 
 +No LSB modules are available. 
 +Distributor ID: Ubuntu 
 +Description: ​   Ubuntu 20.04.4 LTS 
 +Release: ​       20.04 
 +Codename: ​      ​focal</​code>​ 
 +    ​* [[other:​win10wsl#​updating_wsl_and_ubuntu|More details about updating WSL and/or Ubuntu]] (you can safely skip this for now)
  
 ===== After the base installation ===== ===== After the base installation =====
other/win10wsl.txt · Last modified: 2023/12/06 13:24 by jypeter