There exist a simple approach to prove this bug: When I quit WSL2 using commandwsl --shutdownthen the memory is STILL full; so it is a bug on a whole system level, and not just WSL I am having this exact issue. Also running AMD CPU and iGPU/dGPU, but disabling iGPU is not an ...
command-not-found-data console-setup console-setup-linux cryptsetup debconf debconf-i18n dh-python distro-info-data dmeventd dmsetup dnsmasq-base e2fslibs e2fsprogs eatmydata ebtables ethtool fdisk file friendly-recovery gcc-7-base gcc-8-base geoip-database gettext-base gir1.2-glib-2.0 git ...
(3)DRBD配置(配置之前需要先使用fdisk对 /dev/sda进行分区) [root@s1 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 11G 3.3G 6.5G 34% / tmpfs 383M 0 383M 0% /dev/shm [root@192.168.0.10 ~]# 我这里两台机器之前都已经分区了,由于是自己笔记本上的虚拟机,所以懒得加磁...
Now time to check the attached drive in new instance : “mount”……“fdisk -l | grep Disk”. Create new folder in root directory : “mkdir /newfolder” Now mount the vol : “sudo mount /dev/xvdf1 /newfolder/” After mount if we check the permission we will see that the newfolder...
find you disk in WSL2 by blkid or lsblk or fdisk -l build a new partition with ext4 filesystem in WSL2 mkfs.ext4 /dev/sdf1 unmount the disk wsl --unmount <DiskPath> mount the disk barely again in powershell wsl --mount <DiskPath> --bare Now you should see the disk with ext4...