Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurred mounting one of your file systems. Please run 'dmesg' for more details. #7565

Closed
1 of 2 tasks
Anuj-02 opened this issue Oct 18, 2021 · 22 comments
Closed
1 of 2 tasks

Comments

@Anuj-02
Copy link

Anuj-02 commented Oct 18, 2021

Version

22000.258

WSL Version

  • WSL 2
  • WSL 1

Kernel Version

5.4.72

Distro Version

Ubuntu 20.04

Other Software

No response

Repro Steps

Error occurs when a WSL session is started (i.e. wsl.exe is executed) even if WSL is already running in the background, with the message An error occurred mounting one of your file systems. Please run 'dmesg' for more details. being displayed.

On examining the output of dmesg, the following errors are seen:

[ 13.598350] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/d (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=D:\;uid=1000;gid=1000;symlinkroot=/mnt/ [ 13.598353] ) failed: 13 [ 13.600717] 9pnet_virtio: no channels available for device drvfs

and the automatic drvfs mount of /mnt/ is missing. The same errors are repeated if an immediate attempt to mount the drive manually is made, but if one is made after several minutes, it succeeds without logging additional errors.

NOTE : I think one of my drives is locked with bitlocker so getting this error.

Expected Behavior

automatically mounted as user without error.

Actual Behavior

mounted as root with error "An error occurred mounting one of your file systems. Please run 'dmesg' for more details."

Diagnostic Logs

No response

@Anthony-Biget
Copy link

Anthony-Biget commented Oct 19, 2021

Anuj-02 and me have the same issue #7565 after updating windows 10 to windows 11, but I have not found the solution yet.

OS Name: Microsoft Windows 11 Professionnel
OS Version: 10.0.22000 N/A Build 22000

I tried to previously uncheck the following functionalities in windows :

  • Hyper-V
  • Virtual machine Platform
  • Windows hypervisor plateform

I rebooted for updated my PC.
I installed wsl functionnalities and an Ubuntu distribution via Windows PowerShell commands:

PS C:\WINDOWS\system32> wsl --install -d Ubuntu
Installing: Virtual Machine Platform
Virtual Machine Platform has been installed.
Installing: Windows Subsystem for Linux
Windows Subsystem for Linux has been installed.
Downloading: WSL Kernel
Installing: WSL Kernel
WSL Kernel has been installed.
Downloading: GUI App Support
Installing: GUI App Support
GUI App Support has been installed.
Downloading: Ubuntu
The requested operation is successful. Changes will not be effective until the system is rebooted.
PS C:\WINDOWS\system32>

After rebooting, the installation of Ubuntu continued automatically:

Installing, this may take a few minutes...
An error occurred mounting one of your file systems. Please run 'dmesg' for more details.
An error occurred mounting one of your file systems. Please run 'dmesg' for more details.
Please create a default UNIX user account. The username does not need to match your Windows username.
For more information visit: https://aka.ms/wslusers
Enter new UNIX username:
...

An extract of the alert / error message extracted from dmesg command:

[    0.144506] Spectre V2 : Spectre mitigation: LFENCE not serializing, switching to generic retpoline
...
[    2.415856] PCI: Fatal: No config space access function found
...
[    2.482199] hv_utils: cannot register PTP clock: 0
...
[    2.727920] FS-Cache: Duplicate cookie detected
[    2.727922] FS-Cache: O-cookie c=00000000cb6e3e64 [p=00000000409df2b5 fl=222 nc=0 na=1]
[    2.727922] FS-Cache: O-cookie d=000000006c7c1c35 n=00000000f766632e
[    2.727923] FS-Cache: O-key=[10] '34323934393337353534'
[    2.727925] FS-Cache: N-cookie c=00000000230327ad [p=00000000409df2b5 fl=2 nc=0 na=1]
[    2.727925] FS-Cache: N-cookie d=000000006c7c1c35 n=0000000090d5ba24
[    2.727925] FS-Cache: N-key=[10] '34323934393337353534'
[    2.866581] 9pnet: Could not find request transport: virtio
[    2.866586] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/c (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=C:\;uid=0;gid=0;symlinkroot=/mnt/
[    2.866587] ) failed: 22
[    2.925884] 9pnet: Could not find request transport: virtio
[    2.925889] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/c (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=C:\;uid=0;gid=0;symlinkroot=/mnt/
[    2.925890] ) failed: 22

I also tried to update and restart the wsl service via command line :

wsl --update
wsl --shutdown

(Kernel version: 5.10.60.1)

I also tried to restart the service LxssManager via the command:

Restart-Service -Name "LxssManager"

I have no wsl.conf file in my Ubuntu distribution (/etc/wsl.conf)
My .wslconfig file contains the following lines:

[wsl2]
kernel=C:\\Users\\Anthony\\bzImage
swap=0
localhostForwarding=true

When I try to mount the C drive directly in shell, i have the same issue

anthony@DESKTOP-3QEBOGJ:~$ sudo mount -t drvfs C: /mnt/c
[sudo] password for anthony:
<3>init: (32) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/c (cache=mmap,rw,msize=262144,trans=virtio,aname=drvfs;path=C:;symlinkroot=/mnt/) failed: 22
mount: Invalid argument

This did not solve my problem. As my drive was initially crypted with Bitlocker service, il tried to put the encryption off. This did not change the issue.

Anybody have an idea to solve our problem ?

@craigloewen-msft
Copy link
Member

What kind of set up is your drive in? Is it encrypted? I see mention of BitLocker above and that changing it didn't help this error.

Also could you please collect logs? /logs

@ghost
Copy link

ghost commented Oct 19, 2021

Hello! Could you please provide more logs to help us better diagnose your issue? You can find instructions on how to attach logs here, please make sure to post the link to the Feedback Hub item in this chat so we can see it.

Thank you!

@Anuj-02
Copy link
Author

Anuj-02 commented Oct 20, 2021

What kind of set up is your drive in? Is it encrypted? I see mention of BitLocker above and that changing it didn't help this error.

Also could you please collect logs? /logs

@craigloewen-msft My hard drive has 4 partitions one of which I've encrypted with window's bitlocker.
and I checked by removing bitlocker it started without any error but this was not the case in WSL version 1st it used to start without any error even after having bitlocker.

But whenever wsl2 starts it starts by displaying this message

An error occurred mounting one of your file systems. Please run 'dmesg' for more details.

On examining the output of dmesg, the following errors are seen:

[    0.000000] Linux version 5.10.60.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 Aug 25 23:20:18 UTC 2021
[    0.000000] Command line: initrd=\initrd.img panic=-1 nr_cpus=4 swiotlb=force pty.legacy_count=0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000e0fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000001fffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000000200000-0x00000000f7ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000104bfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Microsoft Hyper-V
[    0.000000] Hyper-V: privilege flags low 0x2e7f, high 0x3b8030, hints 0x24c2c, misc 0xe0bed7b2
[    0.000000] Hyper-V Host Build:22000-10.0-0-0.258
[    0.000000] Hyper-V: LAPIC Timer Frequency: 0x1e8480
[    0.000000] tsc: Marking TSC unstable due to running on Hyper-V
[    0.000000] Hyper-V: Using hypercall for remote TLB flush
[    0.000000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
[    0.000002] tsc: Detected 2711.998 MHz processor
[    0.000015] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000018] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000022] last_pfn = 0x104c00 max_arch_pfn = 0x400000000
[    0.000047] MTRR default type: uncachable
[    0.000048] MTRR fixed ranges enabled:
[    0.000049]   00000-3FFFF write-back
[    0.000050]   40000-7FFFF uncachable
[    0.000050]   80000-8FFFF write-back
[    0.000051]   90000-FFFFF uncachable
[    0.000052] MTRR variable ranges enabled:
[    0.000053]   0 base 0000000000 mask 7F00000000 write-back
[    0.000055]   1 base 0100000000 mask 7000000000 write-back
[    0.000055]   2 disabled
[    0.000056]   3 disabled
[    0.000056]   4 disabled
[    0.000057]   5 disabled
[    0.000058]   6 disabled
[    0.000058]   7 disabled
[    0.000070] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000086] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[    0.000103] Using GB pages for direct mapping
[    0.000331] RAMDISK: [mem 0x03235000-0x03243fff]
[    0.000334] ACPI: Early table checksum verification disabled
[    0.000360] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[    0.000366] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000374] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000385] ACPI: DSDT 0x00000000001011B8 01E184 (v02 MSFTVM DSDT01   00000001 MSFT 05000000)
[    0.000395] ACPI: FACS 0x0000000000101114 000040
[    0.000400] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000406] ACPI: SRAT 0x000000000011F33C 0002F0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000411] ACPI: APIC 0x000000000011F62C 000068 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000415] ACPI: Reserving FACP table memory at [mem 0x101000-0x101113]
[    0.000417] ACPI: Reserving DSDT table memory at [mem 0x1011b8-0x11f33b]
[    0.000419] ACPI: Reserving FACS table memory at [mem 0x101114-0x101153]
[    0.000420] ACPI: Reserving OEM0 table memory at [mem 0x101154-0x1011b7]
[    0.000421] ACPI: Reserving SRAT table memory at [mem 0x11f33c-0x11f62b]
[    0.000421] ACPI: Reserving APIC table memory at [mem 0x11f62c-0x11f693]
[    0.000432] ACPI: Local APIC address 0xfee00000
[    0.010418] Zone ranges:
[    0.010421]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010424]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010426]   Normal   [mem 0x0000000100000000-0x0000000104bfffff]
[    0.010428]   Device   empty
[    0.010429] Movable zone start for each node
[    0.010430] Early memory node ranges
[    0.010431]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.010433]   node   0: [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.010434]   node   0: [mem 0x0000000100000000-0x0000000104bfffff]
[    0.010436] Initmem setup node 0 [mem 0x0000000000001000-0x0000000104bfffff]
[    0.010438] On node 0 totalpages: 1034911
[    0.010439]   DMA zone: 59 pages used for memmap
[    0.010440]   DMA zone: 22 pages reserved
[    0.010442]   DMA zone: 3743 pages, LIFO batch:0
[    0.010443]   DMA32 zone: 16320 pages used for memmap
[    0.010444]   DMA32 zone: 1011712 pages, LIFO batch:63
[    0.010445]   Normal zone: 304 pages used for memmap
[    0.010446]   Normal zone: 19456 pages, LIFO batch:3
[    0.011448] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.011483] On node 0, zone DMA: 352 pages in unavailable ranges
[    0.072511] On node 0, zone Normal: 13312 pages in unavailable ranges
[    0.072567] ACPI: Local APIC address 0xfee00000
[    0.072576] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.073121] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[    0.073128] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.073136] ACPI: IRQ9 used by override.
[    0.073139] Using ACPI (MADT) for SMP configuration information
[    0.073148] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.073160] [mem 0xf8000000-0xffffffff] available for PCI devices
[    0.073161] Booting paravirtualized kernel on Hyper-V
[    0.073164] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.085175] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.086278] percpu: Embedded 52 pages/cpu s173464 r8192 d31336 u524288
[    0.086286] pcpu-alloc: s173464 r8192 d31336 u524288 alloc=1*2097152
[    0.086288] pcpu-alloc: [0] 0 1 2 3
[    0.086307] Hyper-V: PV spinlocks enabled
[    0.086311] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.086314] Built 1 zonelists, mobility grouping on.  Total pages: 1018206
[    0.086316] Kernel command line: initrd=\initrd.img panic=-1 nr_cpus=4 swiotlb=force pty.legacy_count=0
[    0.088212] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.089086] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.089175] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.149825] Memory: 3965888K/4139644K available (16404K kernel code, 2538K rwdata, 3648K rodata, 1564K init, 2828K bss, 173500K reserved, 0K cma-reserved)
[    0.149877] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.149898] Kernel/User page tables isolation: enabled
[    0.149913] ftrace: allocating 51335 entries in 201 pages
[    0.179077] ftrace: allocated 201 pages with 4 groups
[    0.180283] rcu: Hierarchical RCU implementation.
[    0.180287] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.180288]  Rude variant of Tasks RCU enabled.
[    0.180289]  Tracing variant of Tasks RCU enabled.
[    0.180290] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.180291] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.195420] Using NULL legacy PIC
[    0.195424] NR_IRQS: 16640, nr_irqs: 456, preallocated irqs: 0
[    0.196105] random: crng done (trusting CPU's manufacturer)
[    0.196134] Console: colour dummy device 80x25
[    0.196145] printk: console [tty0] enabled
[    0.196153] ACPI: Core revision 20200925
[    0.196291] Failed to register legacy timer interrupt
[    0.196292] APIC: Switch to symmetric I/O mode setup
[    0.196321] Hyper-V: Using IPI hypercalls
[    0.196322] Hyper-V: Using enlightened APIC (xapic mode)
[    0.196449] Calibrating delay loop (skipped), value calculated using timer frequency.. 5423.99 BogoMIPS (lpj=27119980)
[    0.196453] pid_max: default: 32768 minimum: 301
[    0.196470] LSM: Security Framework initializing
[    0.196486] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.196494] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.196834] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.196836] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.196841] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.196843] Spectre V2 : Mitigation: Full generic retpoline
[    0.196844] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.196844] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.196846] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.196847] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.196848] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.196851] SRBDS: Unknown: Dependent on hypervisor status
[    0.196853] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.197041] Freeing SMP alternatives memory: 52K
[    0.198566] smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.198748] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
[    0.198788] rcu: Hierarchical SRCU implementation.
[    0.199344] smp: Bringing up secondary CPUs ...
[    0.199458] x86: Booting SMP configuration:
[    0.199460] .... node  #0, CPUs:      #1
[    0.206957] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.206957]  #2 #3
[    0.207357] smp: Brought up 1 node, 4 CPUs
[    0.207357] smpboot: Max logical packages: 1
[    0.207357] smpboot: Total of 4 processors activated (21695.98 BogoMIPS)
[    0.207357] devtmpfs: initialized
[    0.207357] x86/mm: Memory block size: 128MB
[    0.207357] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.207357] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.207357] NET: Registered protocol family 16
[    0.207357] thermal_sys: Registered thermal governor 'step_wise'
[    0.207357] cpuidle: using governor menu
[    0.207357] ACPI: bus type PCI registered
[    0.207357] PCI: Fatal: No config space access function found
[    0.207715] Kprobes globally optimized
[    0.207746] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.207746] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.216514] raid6: skip pq benchmark and using algorithm avx2x4
[    0.216514] raid6: using avx2x2 recovery algorithm
[    0.216514] ACPI: Added _OSI(Module Device)
[    0.216514] ACPI: Added _OSI(Processor Device)
[    0.216514] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.216514] ACPI: Added _OSI(Processor Aggregator Device)
[    0.216514] ACPI: Added _OSI(Linux-Dell-Video)
[    0.216514] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.216514] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.221747] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.222729] ACPI: Interpreter enabled
[    0.222732] ACPI: (supports S0 S5)
[    0.222734] ACPI: Using IOAPIC for interrupt routing
[    0.222743] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.222879] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.224161] iommu: Default domain type: Translated
[    0.224257] SCSI subsystem initialized
[    0.224261] ACPI: bus type USB registered
[    0.224275] usbcore: registered new interface driver usbfs
[    0.224281] usbcore: registered new interface driver hub
[    0.224288] usbcore: registered new device driver usb
[    0.226495] hv_vmbus: Vmbus version:5.2
[    0.226621] PCI: Using ACPI for IRQ routing
[    0.226622] PCI: System does not support PCI
[    0.226645] clocksource: Switched to clocksource hyperv_clocksource_tsc_page
[    0.227522] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[    0.412840] VFS: Disk quotas dquot_6.6.0
[    0.412857] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.412905] FS-Cache: Loaded
[    0.412944] pnp: PnP ACPI init
[    0.416712] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.416752] pnp: PnP ACPI: found 1 devices
[    0.422989] NET: Registered protocol family 2
[    0.423038] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.423734] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.423743] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.423784] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.423842] TCP: Hash tables configured (established 32768 bind 32768)
[    0.423869] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.423879] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.424702] NET: Registered protocol family 1
[    0.425276] RPC: Registered named UNIX socket transport module.
[    0.425278] RPC: Registered udp transport module.
[    0.425279] RPC: Registered tcp transport module.
[    0.425279] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.425284] PCI: CLS 0 bytes, default 64
[    0.425326] Trying to unpack rootfs image as initramfs...
[    0.425469] Freeing initrd memory: 60K
[    0.425473] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.425475] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[    0.425518] KVM: vmx: using Hyper-V Enlightened VMCS
[    0.428641] kvm: already loaded the other module
[    0.431574] Initialise system trusted keyrings
[    0.431761] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.433560] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.434021] NFS: Registering the id_resolver key type
[    0.434032] Key type id_resolver registered
[    0.434033] Key type id_legacy registered
[    0.434036] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.434038] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.434039] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.435218] Key type cifs.idmap registered
[    0.435351] fuse: init (API version 7.32)
[    0.435664] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[    0.436207] 9p: Installing v9fs 9p2000 file system support
[    0.436216] FS-Cache: Netfs '9p' registered for caching
[    0.436445] FS-Cache: Netfs 'ceph' registered for caching
[    0.436543] ceph: loaded (mds proto 32)
[    0.449481] NET: Registered protocol family 38
[    0.449486] xor: automatically using best checksumming function   avx
[    0.449490] Key type asymmetric registered
[    0.449491] Asymmetric key parser 'x509' registered
[    0.449509] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.452932] hv_vmbus: registering driver hv_pci
[    0.453191] ACPI: AC Adapter [AC1] (on-line)
[    0.453789] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.454404] Non-volatile memory driver v1.3
[    0.457926] battery: ACPI: Battery Slot [BAT1] (battery present)
[    0.460890] brd: module loaded
[    0.464836] loop: module loaded
[    0.464913] hv_vmbus: registering driver hv_storvsc
[    0.465535] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    0.465537] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    0.465553] tun: Universal TUN/TAP device driver, 1.6
[    0.465669] PPP generic driver version 2.4.2
[    0.465736] PPP BSD Compression module registered
[    0.465737] PPP Deflate Compression module registered
[    0.465741] PPP MPPE Compression module registered
[    0.465742] NET: Registered protocol family 24
[    0.465748] hv_vmbus: registering driver hv_netvsc
[    0.465807] VFIO - User Level meta-driver version: 0.3
[    0.465967] usbcore: registered new interface driver cdc_acm
[    0.465969] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    0.465988] usbcore: registered new interface driver ftdi_sio
[    0.465993] usbserial: USB Serial support registered for FTDI USB Serial Device
[    0.466174] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.466177] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 1
[    0.466183] vhci_hcd: created sysfs vhci_hcd.0
[    0.466217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    0.466219] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.466220] usb usb1: Product: USB/IP Virtual Host Controller
[    0.466222] usb usb1: Manufacturer: Linux 5.10.60.1-microsoft-standard-WSL2 vhci_hcd
[    0.466223] usb usb1: SerialNumber: vhci_hcd.0
[    0.466393] hub 1-0:1.0: USB hub found
[    0.466444] hub 1-0:1.0: 8 ports detected
[    0.466606] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.466609] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[    0.466653] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.466676] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    0.466678] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.466680] usb usb2: Product: USB/IP Virtual Host Controller
[    0.466682] usb usb2: Manufacturer: Linux 5.10.60.1-microsoft-standard-WSL2 vhci_hcd
[    0.466684] usb usb2: SerialNumber: vhci_hcd.0
[    0.466849] hub 2-0:1.0: USB hub found
[    0.466857] hub 2-0:1.0: 8 ports detected
[    0.466967] hv_vmbus: registering driver hyperv_keyboard
[    0.469043] scsi host0: storvsc_host_t
[    0.473100] rtc_cmos 00:00: RTC can wake from S4
[    0.477046] rtc_cmos 00:00: registered as rtc0
[    0.477844] rtc_cmos 00:00: setting system clock to 2021-10-20T13:58:12 UTC (1634738292)
[    0.477862] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[    0.478161] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    0.478338] device-mapper: raid: Loading target version 1.15.1
[    0.478384] usbcore: registered new interface driver usbhid
[    0.478385] usbhid: USB HID core driver
[    0.478480] hv_utils: Registering HyperV Utility Driver
[    0.478482] hv_vmbus: registering driver hv_utils
[    0.478520] hv_vmbus: registering driver hv_balloon
[    0.478535] hv_vmbus: registering driver dxgkrnl
[    0.478545] (NULL device *): dxgk: dxg_drv_init  Version: 2108
[    0.478568] drop_monitor: Initializing network drop monitor service
[    0.478585] Mirror/redirect action on
[    0.478669] hv_utils: cannot register PTP clock: 0
[    0.478745] IPVS: Registered protocols (TCP, UDP)
[    0.478771] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[    0.478809] IPVS: ipvs loaded.
[    0.478810] IPVS: [rr] scheduler registered.
[    0.478811] IPVS: [wrr] scheduler registered.
[    0.478812] IPVS: [sh] scheduler registered.
[    0.478870] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    0.479795] hv_utils: TimeSync IC version 4.0
[    0.479886] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    0.480135] Initializing XFRM netlink socket
[    0.480228] NET: Registered protocol family 10
[    0.482326] hv_balloon: Using Dynamic Memory protocol version 2.0
[    0.485132] Segment Routing with IPv6
[    0.495349] Free page reporting enabled
[    0.495352] hv_balloon: Cold memory discard hint enabled
[    0.495991] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.496166] NET: Registered protocol family 17
[    0.496227] Bridge firewalling registered
[    0.496238] 8021q: 802.1Q VLAN Support v1.8
[    0.496267] sctp: Hash tables configured (bind 256/256)
[    0.496330] 9pnet: Installing 9P2000 support
[    0.496379] Key type dns_resolver registered
[    0.496387] Key type ceph registered
[    0.496546] libceph: loaded (mon/osd proto 15/24)
[    0.496671] NET: Registered protocol family 40
[    0.496673] hv_vmbus: registering driver hv_sock
[    0.496748] IPI shorthand broadcast: enabled
[    0.496930] registered taskstats version 1
[    0.496939] Loading compiled-in X.509 certificates
[    0.501344] Btrfs loaded, crc32c=crc32c-generic
[    0.501699] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    0.502515] Freeing unused kernel image (initmem) memory: 1564K
[    0.576588] Write protecting the kernel read-only data: 22528k
[    0.577548] Freeing unused kernel image (text/rodata gap) memory: 2024K
[    0.578036] Freeing unused kernel image (rodata/data gap) memory: 448K
[    0.578142] Run /init as init process
[    0.578143]   with arguments:
[    0.578143]     /init
[    0.578144]   with environment:
[    0.578144]     HOME=/
[    0.578145]     TERM=linux
[    0.664994] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[    0.664998] hv_vmbus: Unknown GUID: dde9cbc0-5060-4436-9448-ea1254a5d177
[    0.665240] hv_pci 61e8b4e1-be88-4aea-ab93-9e6d3fd45a1d: PCI VMBus probing: Using version 0x10003
[    0.666282] hv_pci 61e8b4e1-be88-4aea-ab93-9e6d3fd45a1d: PCI host bridge to bus be88:00
[    0.666948] pci be88:00:00.0: [1414:008e] type 00 class 0x030200
[    0.674945] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[    0.675329] hv_pci d1c5d78e-825f-4540-b04d-c0f491845fd2: PCI VMBus probing: Using version 0x10003
[    0.676769] (NULL device *): dxgk: mmio allocated 9ffe00000  200000000 9ffe00000 bffdfffff
[    0.676810] hv_pci d1c5d78e-825f-4540-b04d-c0f491845fd2: PCI host bridge to bus 825f:00
[    0.677491] pci 825f:00:00.0: [1414:008e] type 00 class 0x030200
[    1.197347] scsi 0:0:0:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    1.198985] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.201097] sd 0:0:0:0: [sda] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[    1.201100] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.201390] sd 0:0:0:0: [sda] Write Protect is off
[    1.201393] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
[    1.201907] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.275157] hv_pci 25cd403f-7cce-43f8-a09d-061dca95ef88: PCI VMBus probing: Using version 0x10003
[    1.277623] hv_pci 25cd403f-7cce-43f8-a09d-061dca95ef88: PCI host bridge to bus 7cce:00
[    1.277627] pci_bus 7cce:00: root bus resource [mem 0xc00000000-0xe00001fff window]
[    1.279357] pci 7cce:00:00.0: [1af4:105a] type 00 class 0x088000
[    1.282456] pci 7cce:00:00.0: reg 0x10: [mem 0xe00000000-0xe00000fff 64bit]
[    1.284976] pci 7cce:00:00.0: reg 0x18: [mem 0xe00001000-0xe00001fff 64bit]
[    1.287234] pci 7cce:00:00.0: reg 0x20: [mem 0xc00000000-0xdffffffff 64bit]
[    1.293483] pci 7cce:00:00.0: BAR 4: assigned [mem 0xc00000000-0xdffffffff 64bit]
[    1.295534] pci 7cce:00:00.0: BAR 0: assigned [mem 0xe00000000-0xe00000fff 64bit]
[    1.297617] pci 7cce:00:00.0: BAR 2: assigned [mem 0xe00001000-0xe00001fff 64bit]
[    1.317596] virtiofs virtio0: Cache len: 0x200000000 @ 0xc00000000
[    1.412570] memmap_init_zone_device initialised 2097152 pages in 60ms
[    1.466729] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    1.807324] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.122613] EXT4-fs (sda): mounted filesystem with ordered data mode. Opts: (null)
[    3.406759] Adding 1048576k swap on /swap/file.  Priority:-2 extents:2 across:1056768k
[    3.677103] scsi 0:0:0:1: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    3.678309] sd 0:0:0:1: Attached scsi generic sg1 type 0
[    3.678981] scsi 0:0:0:2: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    3.680246] sd 0:0:0:2: Attached scsi generic sg2 type 0
[    3.680962] sd 0:0:0:1: [sdb] 695784 512-byte logical blocks: (356 MB/340 MiB)
[    3.681320] sd 0:0:0:1: [sdb] Write Protect is on
[    3.681325] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 80 00
[    3.682020] sd 0:0:0:1: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.682957] sd 0:0:0:2: [sdc] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[    3.682962] sd 0:0:0:2: [sdc] 4096-byte physical blocks
[    3.683292] sd 0:0:0:2: [sdc] Write Protect is off
[    3.683296] sd 0:0:0:2: [sdc] Mode Sense: 0f 00 00 00
[    3.683931] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.836471] sd 0:0:0:1: [sdb] Attached SCSI disk
[    3.858167] EXT4-fs (sdb): mounted filesystem without journal. Opts: (null)
[    3.887868] sd 0:0:0:2: [sdc] Attached SCSI disk
[    4.402166] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered
[    4.446069] hv_pci 63edda2a-4d2d-440a-b2bf-e13b88df18e3: PCI VMBus probing: Using version 0x10003
[    4.510882] hv_pci 63edda2a-4d2d-440a-b2bf-e13b88df18e3: PCI host bridge to bus 4d2d:00
[    4.510884] pci_bus 4d2d:00: root bus resource [mem 0xbffe00000-0xbffe02fff window]
[    4.512135] pci 4d2d:00:00.0: [1af4:1049] type 00 class 0x010000
[    4.513279] pci 4d2d:00:00.0: reg 0x10: [mem 0xbffe00000-0xbffe00fff 64bit]
[    4.514025] pci 4d2d:00:00.0: reg 0x18: [mem 0xbffe01000-0xbffe01fff 64bit]
[    4.514789] pci 4d2d:00:00.0: reg 0x20: [mem 0xbffe02000-0xbffe02fff 64bit]
[    4.519524] pci 4d2d:00:00.0: BAR 0: assigned [mem 0xbffe00000-0xbffe00fff 64bit]
[    4.520068] pci 4d2d:00:00.0: BAR 2: assigned [mem 0xbffe01000-0xbffe01fff 64bit]
[    4.520609] pci 4d2d:00:00.0: BAR 4: assigned [mem 0xbffe02000-0xbffe02fff 64bit]
[    6.048467] hv_pci dcdcd022-6957-45a4-b9c9-fc2503f99380: PCI VMBus probing: Using version 0x10003
[    6.051628] 9pnet_virtio: no channels available for device drvfs
[    6.051639] WARNING: mount: waiting for virtio device...
[    6.125812] hv_pci dcdcd022-6957-45a4-b9c9-fc2503f99380: PCI host bridge to bus 6957:00
[    6.125815] pci_bus 6957:00: root bus resource [mem 0xbffe04000-0xbffe06fff window]
[    6.127063] pci 6957:00:00.0: [1af4:1049] type 00 class 0x010000
[    6.128209] pci 6957:00:00.0: reg 0x10: [mem 0xbffe04000-0xbffe04fff 64bit]
[    6.128973] pci 6957:00:00.0: reg 0x18: [mem 0xbffe05000-0xbffe05fff 64bit]
[    6.129819] pci 6957:00:00.0: reg 0x20: [mem 0xbffe06000-0xbffe06fff 64bit]
[    6.134681] pci 6957:00:00.0: BAR 0: assigned [mem 0xbffe04000-0xbffe04fff 64bit]
[    6.135244] pci 6957:00:00.0: BAR 2: assigned [mem 0xbffe05000-0xbffe05fff 64bit]
[    6.135775] pci 6957:00:00.0: BAR 4: assigned [mem 0xbffe06000-0xbffe06fff 64bit]
[    6.151827] 9pnet_virtio: no channels available for device drvfs
[    6.261641] hv_pci 61553d3b-1b7f-4432-947b-9a18a5e33141: PCI VMBus probing: Using version 0x10003
[    6.264607] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/d (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=D:\;uid=0;gid=0;symlinkroot=/mnt/
[    6.264615] ) failed: 13
[    6.268876] 9pnet_virtio: no channels available for device drvfs
[    6.268884] WARNING: mount: waiting for virtio device...
[    6.342365] hv_pci 61553d3b-1b7f-4432-947b-9a18a5e33141: PCI host bridge to bus 1b7f:00
[    6.342368] pci_bus 1b7f:00: root bus resource [mem 0xbffe08000-0xbffe0afff window]
[    6.343705] pci 1b7f:00:00.0: [1af4:1049] type 00 class 0x010000
[    6.344866] pci 1b7f:00:00.0: reg 0x10: [mem 0xbffe08000-0xbffe08fff 64bit]
[    6.345646] pci 1b7f:00:00.0: reg 0x18: [mem 0xbffe09000-0xbffe09fff 64bit]
[    6.346696] pci 1b7f:00:00.0: reg 0x20: [mem 0xbffe0a000-0xbffe0afff 64bit]
[    6.351944] pci 1b7f:00:00.0: BAR 0: assigned [mem 0xbffe08000-0xbffe08fff 64bit]
[    6.352515] pci 1b7f:00:00.0: BAR 2: assigned [mem 0xbffe09000-0xbffe09fff 64bit]
[    6.353063] pci 1b7f:00:00.0: BAR 4: assigned [mem 0xbffe0a000-0xbffe0afff 64bit]
[    6.369011] 9pnet_virtio: no channels available for device drvfs
[    6.484686] hv_pci 81371da2-b6af-4460-9034-8b2861432e85: PCI VMBus probing: Using version 0x10003
[    6.568706] hv_pci 81371da2-b6af-4460-9034-8b2861432e85: PCI host bridge to bus b6af:00
[    6.568709] pci_bus b6af:00: root bus resource [mem 0xbffe0c000-0xbffe0efff window]
[    6.569914] pci b6af:00:00.0: [1af4:1049] type 00 class 0x010000
[    6.571066] pci b6af:00:00.0: reg 0x10: [mem 0xbffe0c000-0xbffe0cfff 64bit]
[    6.571828] pci b6af:00:00.0: reg 0x18: [mem 0xbffe0d000-0xbffe0dfff 64bit]
[    6.572598] pci b6af:00:00.0: reg 0x20: [mem 0xbffe0e000-0xbffe0efff 64bit]
[    6.577373] pci b6af:00:00.0: BAR 0: assigned [mem 0xbffe0c000-0xbffe0cfff 64bit]
[    6.577930] pci b6af:00:00.0: BAR 2: assigned [mem 0xbffe0d000-0xbffe0dfff 64bit]
[    6.578476] pci b6af:00:00.0: BAR 4: assigned [mem 0xbffe0e000-0xbffe0efff 64bit]
[    6.655901] FS-Cache: Duplicate cookie detected
[    6.655906] FS-Cache: O-cookie c=000000000eee14b9 [p=00000000542d8446 fl=222 nc=0 na=1]
[    6.655907] FS-Cache: O-cookie d=00000000020728b4 n=0000000059c1df4e
[    6.655908] FS-Cache: O-key=[10] '34323934393337393432'
[    6.655916] FS-Cache: N-cookie c=000000000cfa470e [p=00000000542d8446 fl=2 nc=0 na=1]
[    6.655918] FS-Cache: N-cookie d=00000000020728b4 n=00000000e7e63784
[    6.655918] FS-Cache: N-key=[10] '34323934393337393432'
[   28.922792] hv_pci d8e18f6a-9b46-4ecb-abbf-ca22ccb7f23b: PCI VMBus probing: Using version 0x10003
[   28.927264] 9pnet_virtio: no channels available for device drvfs
[   28.927271] WARNING: mount: waiting for virtio device...
[   28.991938] hv_pci d8e18f6a-9b46-4ecb-abbf-ca22ccb7f23b: PCI host bridge to bus 9b46:00
[   28.991940] pci_bus 9b46:00: root bus resource [mem 0xbffe10000-0xbffe12fff window]
[   28.993270] pci 9b46:00:00.0: [1af4:1049] type 00 class 0x010000
[   28.994546] pci 9b46:00:00.0: reg 0x10: [mem 0xbffe10000-0xbffe10fff 64bit]
[   28.995296] pci 9b46:00:00.0: reg 0x18: [mem 0xbffe11000-0xbffe11fff 64bit]
[   28.996057] pci 9b46:00:00.0: reg 0x20: [mem 0xbffe12000-0xbffe12fff 64bit]
[   29.000847] pci 9b46:00:00.0: BAR 0: assigned [mem 0xbffe10000-0xbffe10fff 64bit]
[   29.001400] pci 9b46:00:00.0: BAR 2: assigned [mem 0xbffe11000-0xbffe11fff 64bit]
[   29.001944] pci 9b46:00:00.0: BAR 4: assigned [mem 0xbffe12000-0xbffe12fff 64bit]
[   29.027509] 9pnet_virtio: no channels available for device drvfs
[   29.139302] hv_pci e96cea0e-df45-46a3-8cb1-5f828bf8c88c: PCI VMBus probing: Using version 0x10003
[   29.143089] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/d (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=D:\;uid=1000;gid=1000;symlinkroot=/mnt/
[   29.143094] ) failed: 13
[   29.147606] 9pnet_virtio: no channels available for device drvfs
[   29.147616] WARNING: mount: waiting for virtio device...
[   29.228511] hv_pci e96cea0e-df45-46a3-8cb1-5f828bf8c88c: PCI host bridge to bus df45:00
[   29.228514] pci_bus df45:00: root bus resource [mem 0xbffe14000-0xbffe16fff window]
[   29.229715] pci df45:00:00.0: [1af4:1049] type 00 class 0x010000
[   29.230875] pci df45:00:00.0: reg 0x10: [mem 0xbffe14000-0xbffe14fff 64bit]
[   29.231644] pci df45:00:00.0: reg 0x18: [mem 0xbffe15000-0xbffe15fff 64bit]
[   29.232554] pci df45:00:00.0: reg 0x20: [mem 0xbffe16000-0xbffe16fff 64bit]
[   29.237280] pci df45:00:00.0: BAR 0: assigned [mem 0xbffe14000-0xbffe14fff 64bit]
[   29.237832] pci df45:00:00.0: BAR 2: assigned [mem 0xbffe15000-0xbffe15fff 64bit]
[   29.238377] pci df45:00:00.0: BAR 4: assigned [mem 0xbffe16000-0xbffe16fff 64bit]
[   29.247760] 9pnet_virtio: no channels available for device drvfs
[   29.353804] hv_pci 3e2fcb98-b219-4f3c-9089-f03eb4d3de2a: PCI VMBus probing: Using version 0x10003
[   29.430852] hv_pci 3e2fcb98-b219-4f3c-9089-f03eb4d3de2a: PCI host bridge to bus b219:00
[   29.430854] pci_bus b219:00: root bus resource [mem 0xbffe18000-0xbffe1afff window]
[   29.432041] pci b219:00:00.0: [1af4:1049] type 00 class 0x010000
[   29.433186] pci b219:00:00.0: reg 0x10: [mem 0xbffe18000-0xbffe18fff 64bit]
[   29.434010] pci b219:00:00.0: reg 0x18: [mem 0xbffe19000-0xbffe19fff 64bit]
[   29.434945] pci b219:00:00.0: reg 0x20: [mem 0xbffe1a000-0xbffe1afff 64bit]
[   29.439801] pci b219:00:00.0: BAR 0: assigned [mem 0xbffe18000-0xbffe18fff 64bit]
[   29.440542] pci b219:00:00.0: BAR 2: assigned [mem 0xbffe19000-0xbffe19fff 64bit]
[   29.441165] pci b219:00:00.0: BAR 4: assigned [mem 0xbffe1a000-0xbffe1afff 64bit]
[   49.351198] hv_balloon: Max. dynamic memory size: 4044 MB
[ 5740.506464] TCP: eth0: Driver has suspect GRO implementation, TCP performance may be compromised.

@ghost ghost removed the needs-author-feedback label Oct 20, 2021
@craigloewen-msft
Copy link
Member

Tagging @OneBlue here, does the info above of dmesg give us enough to debug this?

@OneBlue
Copy link
Collaborator

OneBlue commented Oct 20, 2021

This is most likely a caused by bitlocker.

@Anuj-02: Can you please share the output of the following command (as administrator) ?:

manage-bde -status

@Anuj-02
Copy link
Author

Anuj-02 commented Oct 21, 2021

@OneBlue Here is the result after running manage-bde -status

Disk volumes that can be protected with
BitLocker Drive Encryption:
Volume C: []
[OS Volume]

    Size:                 99.45 GB
    BitLocker Version:    None
    Conversion Status:    Fully Decrypted
    Percentage Encrypted: 0.0%
    Encryption Method:    None
    Protection Status:    Protection Off
    Lock Status:          Unlocked
    Identification Field: None
    Key Protectors:       None Found

Volume D: [Label Unknown]
[Data Volume]

    Size:                 Unknown GB
    BitLocker Version:    2.0
    Conversion Status:    Unknown
    Percentage Encrypted: Unknown%
    Encryption Method:    XTS-AES 128
    Protection Status:    Unknown
    Lock Status:          Locked
    Identification Field: Unknown
    Automatic Unlock:     Disabled
    Key Protectors:
        Password
        Numerical Password

Volume E: [Local Disk]
[Data Volume]

    Size:                 300.39 GB
    BitLocker Version:    None
    Conversion Status:    Fully Decrypted
    Percentage Encrypted: 0.0%
    Encryption Method:    None
    Protection Status:    Protection Off
    Lock Status:          Unlocked
    Identification Field: None
    Automatic Unlock:     Disabled
    Key Protectors:       None Found

Volume F: [Linux]
[Data Volume]

    Size:                 109.77 GB
    BitLocker Version:    None
    Conversion Status:    Fully Decrypted
    Percentage Encrypted: 0.0%
    Encryption Method:    None
    Protection Status:    Protection Off
    Lock Status:          Unlocked
    Identification Field: None
    Automatic Unlock:     Disabled
    Key Protectors:       None Found

@Anthony-Biget
Copy link

Anthony-Biget commented Oct 21, 2021

Anybody helped me to solve my problem. Please check if the path to the WSL kernel is correct in the .wslconfig file (C:\users\UserName\ .wslconfig).

Kernel should be located within C:\WINDOWS\System32\lxss\tools\kernel

Content of my valid .wslconfig file :

[wsl2]
kernel=C:\WINDOWS\System32\lxss\tools\kernel
swap=0
localhostForwarding=true

@Anuj-02 check if it could help you.

@benhillis
Copy link
Member

@Anthony-Biget - you need to escape \ characters in your paths. The best way to use the inbox kernel is to omit the kernel line entirely.

@fn5
Copy link

fn5 commented Oct 29, 2021

Had the same issue as @Anuj-02
It was because I had a locked Bitlocker drive, with an assigned drive letter.

As soon as I removed the drive letter using Disk Management, then wsl --shutdown & open again wsl, the error no longer appears.

@ImperadorSid
Copy link

I don't have any partitions encrypted with BitLocker, but since I upgraded to Windows 11, this error appear to me.

@jonstelly
Copy link

I get this error for 2 drives that have bitlocker enabled and I have not unlocked. I basically have separate windows installs on my machine and don't want to unlock those drives for isolation/security purposes.

I don't have any idea how the WSL drive mounting works but I would say that the windows side of the mounting should only enumerate bitlocker drives that are already unlocked.

[    3.234193] hv_pci 0a25a8a7-0167-4ef9-99ee-490dfb9a9979: PCI VMBus probing: Using version 0x10003
[    3.235507] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/d (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=D:\;uid=0;gid=0;symlinkroot=/mnt/
[    3.235510] ) failed: 13
[    3.236439] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/e (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=E:\;uid=0;gid=0;symlinkroot=/mnt/
[    3.236440] ) failed: 13

@wkrueger
Copy link

wkrueger commented Jan 8, 2022

no bitlocker same issue

BitLocker Drive Encryption: Configuration Tool version 10.0.22000
Copyright (C) 2013 Microsoft Corporation. All rights reserved.

Disk volumes that can be protected with
BitLocker Drive Encryption:
Volume C: []
[OS Volume]

    Size:                 476.01 GB
    BitLocker Version:    None
    Conversion Status:    Fully Decrypted
    Percentage Encrypted: 0.0%
    Encryption Method:    None
    Protection Status:    Protection Off
    Lock Status:          Unlocked
    Identification Field: None
    Key Protectors:       None Found

dmesg output

https://gist.github.com/wkrueger/50536d6fe8773f0381455b9c061c1881

@wkrueger
Copy link

wkrueger commented Jan 8, 2022

okay found it. I had the docker WSL distribution set as default. Changed it to Ubuntu and it worked.

wsl -l -v
wsl --set-default Ubuntu-20.04

@JurrianFahner
Copy link

okay found it. I had the docker WSL distribution set as default. Changed it to Ubuntu and it worked.

wsl -l -v
wsl --set-default Ubuntu-20.04

Solution from @wkrueger did also work for me...

Output on my machine:
image

@legitimoth
Copy link

Guys my problem was that it was trying to mount on my backup drive (HD). Since I didn't have anything stored there, I simply deleted the volume and leave only my primary drive allocated (SDD) and the error stopped. Why does it tried to mount on my secondary drive I don't know.

@tiesmaster
Copy link

Also started to get this. For me, it's the same reason as @jonstelly: I recently added a new partition, always locked, for security purposes, only to be unlocked on demand by me, and locked straight after doing specific work there.

@craigloewen-msft Is it maybe an idea to add support in the .wslconfig to be able to exclude drives from being DrvFs'ed?

@Tarang74
Copy link

Tarang74 commented Aug 2, 2022

Would like to add that if you had any additional drives that are meant to be hidden but for some reason weren't, then follow this answer on superuser.SE to hide that particular drive, thereby preventing Ubuntu from trying to mount.

Command used (elevated Windows terminal):

mountvol <driveletter>: /d

I was able to remedy the dmesg bug for my computer by doing the above.

@j-lawrence-b1
Copy link

I had the same issue with wsl2 startup. In my case, it was the Windows 11 ESP drive that was causing the error. The solution was easy because I had no desire to mount this drive anyway:

  1. List the drvfs volumes. In wsl:
    $ mount | grep drvfs
    drvfs on /mnt/c type 9p (rw,relatime,dirsync,aname=drvfs;path=C:;symlinkroot=/mnt/,mmap,access=client,msize=262144,trans=virtio)
  2. Add manual mount commands for just the volumes you want into /etc/fstab. E.g.
    C: /mnt/c drvfs defaults 0 0
  3. Disable automount in /etc/wsl.conf
    [automount] enabled = false
  4. Restart wsl. In powershell:
    wsl --shutdown

@Hamed-kshiem
Copy link

Same issue Win 11, (DE) -WSL Ubuntu
Fehler beim bereit stellen eines Ihrer Datei Systeme. Führen Sie "dmesg" aus, um weitere Details anzuzeigen.

log
[ 3.737745] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/e (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=E:\;uid=0;gid=0;symlinkroot=/mnt/ [ 3.737754] ) failed: 22 [ 3.758854] FS-Cache: Duplicate cookie detected [ 3.758856] FS-Cache: O-cookie c=00000000133b348e [p=00000000b6322877 fl=222 nc=0 na=1] [ 3.758857] FS-Cache: O-cookie d=000000007165f585 n=000000009616caa8 [ 3.758857] FS-Cache: O-key=[10] '34323934393337363637' [ 3.758862] FS-Cache: N-cookie c=00000000a9517faf [p=00000000b6322877 fl=2 nc=0 na=1] [ 3.758862] FS-Cache: N-cookie d=000000007165f585 n=0000000058b192d0 [ 3.758862] FS-Cache: N-key=[10] '34323934393337363637' [ 3.759196] init: (1) ERROR: ConfigApplyWindowsLibPath:2474: open /etc/ld.so.conf.d/ld.wsl.conf [ 3.759198] failed 2 [ 3.776652] hv_pci f71c9eab-ef99-4e93-a324-70a4f2bcaa07: PCI VMBus probing: Using version 0x10003 [ 3.777556] FS-Cache: Duplicate cookie detected [ 3.777558] FS-Cache: O-cookie c=00000000a9517faf [p=00000000b6322877 fl=222 nc=0 na=1] [ 3.777559] FS-Cache: O-cookie d=000000007165f585 n=0000000066ef552f [ 3.777559] FS-Cache: O-key=[10] '34323934393337363639' [ 3.777563] FS-Cache: N-cookie c=00000000e5a48f3a [p=00000000b6322877 fl=2 nc=0 na=1] [ 3.777564] FS-Cache: N-cookie d=000000007165f585 n=0000000086965963 [ 3.777564] FS-Cache: N-key=[10] '34323934393337363639' [ 3.778048] 9pnet_virtio: no channels available for device drvfs

@fourpastmidnight
Copy link

fourpastmidnight commented Jun 28, 2023

Well, my distro is installed to my C: drive, which is bitlocker protected, but which is auto-unlocked upon boot (or logging in?). Anyway, I depend on the "automatic mounting" of Windows drives in WSL and I have an external D:\ drive also encrypted with BitLocker.

What's annoying, is that after a hibernate/sleep/reboot, the drive is "Locked". So then, my WSL session no longer has access to my D:\ drive. Which really messes up my workflow with multiple tmux panes and vim sessions.

While this isn't a "showstopper" because there is a way to "re-establish" the mount, it's definitely a workflow/quality-of-life issue.

It is possible to re-mount the drive. However, it is not possible to unmont the existing mount because, essentially, the handle to the drive is bad, and so umount doesn't work. (NOTE: after running Windows for a long time, and several "remounts" later, I do believe there is some sort of "memory leak" that occurs, because the amount of memory used by the vmmem process continues to climb over time, and causes overall general system slowdown and stability issues.) To "re-mount" the drive (again, there is no umount step because it won't work), first, unlock the protected drive, then perform the following commands (replace your mount points/drive paths with appropriate values):

# If you're already in a directory on the now invalid drive, CD out of it...
$ cd /mnt
# Hopefully I got the ordering of the mount point/source correct--if not,
# let me know and I can update the example
$ sudo mount -t drvfs -o uid=1000 -o gid=1000 /mnt/d D:
$ cd /mnt/d

That should be it. I've been having to do this several times now for at least the last year because of bitlocker.

NOTE
If you use tmux like me, then you will need to perform the above series of shell commands
in each tmux window. In my experience, each pane in a given window "recognizes" the mount
once the series of commands above are executed in a pane within a window.

It would be nice if there was a way to somehow automatically "Reconnect" this mount point--but I don't know if that's technically possible—maybe something akin to a "weak reference" that can be automatically "refreshed" when it's found to be invalid?

Copy link
Contributor

This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests