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 13:29]
jypeter [Disk space] Started updating
other:win10wsl [2022/08/25 08:57]
jypeter Added the 'basics' section
Line 31: Line 31:
  
  
 +==== The basics before starting ====
 +
 +Once you have verified that your Windows is recent enough, you should also:
 +
 +  * Install the [[other:​win10apps#​windows_terminal|Windows terminal]], because it will be one of the ways to open ''​Ubuntu''​ terminals, once ''​Ubuntu''​ is installed
 +  * Have at least some basic knowledge of Linux...
 +    * Get some [[other:​newppl:​starting#​useful_documentation_for_beginners|basic Linux documentation]] if required
 ==== Computer memory ==== ==== Computer memory ====
  
Line 61: Line 68:
 -rwxrwxrwx 1 root root 2.6G Aug 24 15:24 /​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>​ </​code>​
 +
 +<​code>​stdu@sadira034:/​usr/​lib/​wsl/​drivers$ df -h | grep drivers
 +drivers ​        ​472G ​ 116G  356G  25% /​usr/​lib/​wsl/​drivers
 +
 +stdu@sadira034:/​usr/​lib/​wsl/​drivers$ du -sh /​usr/​lib/​wsl/​drivers
 +9.1G    /​usr/​lib/​wsl/​drivers
 +
 +stdu@sadira034:/​usr/​lib/​wsl/​drivers$ du -sh /​mnt/​c/​Windows/​System32/​DriverStore/​
 +9.1G    /​mnt/​c/​Windows/​System32/​DriverStore/</​code>​
  
 FIXME FIXME
Line 192: Line 208:
 -rwxrwxrwx 1 root root 63M Aug 24 14:52 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx</​code>​ -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 ​//Ubuntu// 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) 
 + 
 +  * Update the //Linux kernel// used by WSL, after stopping the running WSL instances 
 +    * <​code>​PS C:\> wsl --status 
 +Distribution par défaut : Ubuntu 
 +Version par défaut : 2 
 + 
 +La dernière mise à jour effectuée du Sous-système Windows pour Linux date du 23/​08/​2022 
 +Les mises à jour WSL automatiques sont activées. 
 + 
 +Version du noyau : 5.10.16 
 + 
 +PS C:\> wsl -l -v 
 +  NAME      STATE           ​VERSION 
 +* Ubuntu ​   Running ​        2 
 + 
 +PS C:\> wsl --terminate Ubuntu 
 + 
 +PS C:\> wsl -l -v 
 +  NAME      STATE           ​VERSION 
 +* Ubuntu ​   Stopped ​        2 
 + 
 +PS C:\> wsl --update 
 +Recherche de mises à jour en cours... Veuillez patienter 
 +Téléchargement de mises à jour en cours... Veuillez patienter. 
 +Installation en cours des mises à jour... Veuillez patienter 
 +Cette modification sera effective au prochain redémarrage complet de WSL. Pour forcer un redémarrage,​ exécutez « wsl --shutdown ». 
 +Version du noyau : 5.10.102.1 
 + 
 +PS C:\> wsl --status 
 +[...] 
 +Version du noyau : 5.10.102.1
  
 +PS C:\> wsl cat /​proc/​version
 +Linux version 5.10.102.1-microsoft-standard-WSL2 (oe-user@oe-host) (x86_64-msft-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 SMP Wed Mar 2 00:30:59 UTC 2022</​code>​
 ===== After the base installation ===== ===== After the base installation =====
  
other/win10wsl.txt · Last modified: 2023/12/06 13:24 by jypeter