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

WSL 2 unable to mount windows partition after they were moved. #5715

Closed
nisarg-ujjainkar opened this issue Aug 4, 2020 · 5 comments
Closed

Comments

@nisarg-ujjainkar
Copy link

Environment

Windows build number: 20170, Windows 10 Home
Your Distribution version: Ubuntu 20.04
Whether the issue is on WSL 2 and/or WSL 1: WSL 2

Steps to reproduce

You need to have at least two NTFS partitions in your system. Now move the second partition (D in my case) to left or right and expand or shrink it using GParted or any other tool.
In my case, I moved it to the left and expanded it.

Expected behaviour

Start WSL after moving the partition and it should mount the new D drive correctly.

Actual behaviour

Instead of mounting the D drive, it shows error at the start time that could not mount one or more partitions correctly, please see dmesg log for more information.

Manually trying to mount the D drive using `sudo mount -t drvfs D:\ /mnt/d' gives the following error

mount: D: /mnt/d: can't find in /etc/fstab.

Dmesg log

[   27.084634] 9pnet_virtio: no channels available for device drvfs
[   27.084646] init: (1) WARNING: mount: waiting for virtio device...
[   27.101990] hv_pci fdda178d-1c7f-4650-b986-5e4669c058fd: PCI VMBus probing: Using version 0x10002
[   27.184936] 9pnet_virtio: no channels available for device drvfs
[   27.285225] 9pnet_virtio: no channels available for device drvfs
[   27.385550] 9pnet_virtio: no channels available for device drvfs
[   27.485843] 9pnet_virtio: no channels available for device drvfs
[   27.522344] hv_pci fdda178d-1c7f-4650-b986-5e4669c058fd: PCI host bridge to bus b986:00
[   27.522347] pci_bus b986:00: root bus resource [mem 0xe00004000-0xe00006fff window]
[   27.586130] 9pnet_virtio: no channels available for device drvfs
[   27.651325] pci b986:00:00.0: [1af4:1049] type 00 class 0x010000
[   27.686467] 9pnet_virtio: no channels available for device drvfs
[   27.786743] 9pnet_virtio: no channels available for device drvfs
[   27.887053] 9pnet_virtio: no channels available for device drvfs
[   27.987353] 9pnet_virtio: no channels available for device drvfs
[   28.087637] 9pnet_virtio: no channels available for device drvfs
[   28.169597] pci b986:00:00.0: reg 0x10: [mem 0xe00004000-0xe00004fff 64bit]
[   28.187913] 9pnet_virtio: no channels available for device drvfs
[   28.288205] 9pnet_virtio: no channels available for device drvfs
[   28.388482] 9pnet_virtio: no channels available for device drvfs
[   28.412375] pci b986:00:00.0: reg 0x18: [mem 0xe00005000-0xe00005fff 64bit]
[   28.488764] 9pnet_virtio: no channels available for device drvfs
[   28.589025] 9pnet_virtio: no channels available for device drvfs
[   28.664672] pci b986:00:00.0: reg 0x20: [mem 0xe00006000-0xe00006fff 64bit]
[   28.689313] 9pnet_virtio: no channels available for device drvfs
[   28.789603] 9pnet_virtio: no channels available for device drvfs
[   28.889910] 9pnet_virtio: no channels available for device drvfs
[   28.990212] 9pnet_virtio: no channels available for device drvfs
[   28.990235] init: (1) ERROR: MountPlan9WithRetry:282: mount drvfs on /mnt/d (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=D:\;uid=1000;gid=1000;symlinkroot=/mnt/
[   28.990239] ) failed: 16
@nisarg-ujjainkar nisarg-ujjainkar changed the title WSL 2 unable to mount windows partition after thy were moved. WSL 2 unable to mount windows partition after they were moved. Aug 4, 2020
@nisarg-ujjainkar
Copy link
Author

Update: I just removed the directory d from /mnt and restarted wsl. It fixed the problem

@Marietto2008
Copy link

Marietto2008 commented Apr 23, 2021

It seems that I have the same problem but with drive "t" ; I've gone into /mnt/t and I have removed the folder "t" but wsl recreate it and the problem is still there. WSL can mount the drives formatted with ntfs,but not the drives formatted with ext4.

@nisarg-ujjainkar
Copy link
Author

In that case, you need to create another issue. My issue was specifically for NTFS drives. I have never tried this with ext4 ones.

@Marietto2008
Copy link

I've removed the paragon driver for ext4 and it worked partially. Check the images below :

2021-04-23_18-05-42

2021-04-23_18-07-47

@dragonkali
Copy link

hello can you help me fix his problem i have problem with my linux dist because my linux dist catching code like this 0.000000] Linux version 5.10.16.3-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 Fri Apr 2 22:23:49 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-0x00000002043fffff] 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: features 0x2e7f, privilege high: 0x3b8030, hints 0x26c2c, misc 0xe0bed7b2
[ 0.000000] Hyper-V Host Build:22000-10.0-0-0.778
[ 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 2496.001 MHz processor
[ 0.000011] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000013] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000016] last_pfn = 0x204400 max_arch_pfn = 0x400000000
[ 0.000036] MTRR default type: uncachable
[ 0.000037] MTRR fixed ranges enabled:
[ 0.000038] 00000-3FFFF write-back
[ 0.000039] 40000-7FFFF uncachable
[ 0.000039] 80000-8FFFF write-back
[ 0.000040] 90000-FFFFF uncachable
[ 0.000040] MTRR variable ranges enabled:
[ 0.000042] 0 base 0000000000 mask 7F00000000 write-back
[ 0.000043] 1 base 0100000000 mask 7000000000 write-back
[ 0.000043] 2 disabled
[ 0.000044] 3 disabled
[ 0.000044] 4 disabled
[ 0.000044] 5 disabled
[ 0.000045] 6 disabled
[ 0.000045] 7 disabled
[ 0.000053] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000064] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[ 0.000075] Using GB pages for direct mapping
[ 0.000509] RAMDISK: [mem 0x03035000-0x03043fff]
[ 0.000513] ACPI: Early table checksum verification disabled
[ 0.000529] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[ 0.000533] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000538] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000543] ACPI: DSDT 0x00000000001011B8 01E184 (v02 MSFTVM DSDT01 00000001 MSFT 05000000)
[ 0.000546] ACPI: FACS 0x0000000000101114 000040
[ 0.000549] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000552] ACPI: SRAT 0x000000000011F33C 0002F0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000555] ACPI: APIC 0x000000000011F62C 000068 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000561] ACPI: Local APIC address 0xfee00000
[ 0.000827] Zone ranges:
[ 0.000829] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000830] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000831] Normal [mem 0x0000000100000000-0x00000002043fffff]
[ 0.000832] Device empty
[ 0.000833] Movable zone start for each node
[ 0.000834] Early memory node ranges
[ 0.000835] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000836] node 0: [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000837] node 0: [mem 0x0000000100000000-0x00000002043fffff]
[ 0.001464] Zeroed struct page in unavailable ranges: 15713 pages
[ 0.001467] Initmem setup node 0 [mem 0x0000000000001000-0x00000002043fffff]
[ 0.001468] On node 0 totalpages: 2081439
[ 0.001469] DMA zone: 59 pages used for memmap
[ 0.001470] DMA zone: 22 pages reserved
[ 0.001471] DMA zone: 3743 pages, LIFO batch:0
[ 0.001490] DMA32 zone: 16320 pages used for memmap
[ 0.001491] DMA32 zone: 1011712 pages, LIFO batch:63
[ 0.018918] Normal zone: 16656 pages used for memmap
[ 0.018921] Normal zone: 1065984 pages, LIFO batch:63
[ 0.019417] ACPI: Local APIC address 0xfee00000
[ 0.019424] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.020729] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[ 0.020737] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.020740] ACPI: IRQ9 used by override.
[ 0.020743] Using ACPI (MADT) for SMP configuration information
[ 0.020750] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.020761] [mem 0xf8000000-0xffffffff] available for PCI devices
[ 0.020762] Booting paravirtualized kernel on Hyper-V
[ 0.020764] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.026728] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[ 0.027266] percpu: Embedded 52 pages/cpu s173272 r8192 d31528 u524288
[ 0.027271] pcpu-alloc: s173272 r8192 d31528 u524288 alloc=1*2097152
[ 0.027272] pcpu-alloc: [0] 0 1 2 3
[ 0.027286] Built 1 zonelists, mobility grouping on. Total pages: 2048382
[ 0.027288] Kernel command line: initrd=\initrd.img panic=-1 nr_cpus=4 swiotlb=force pty.legacy_count=0
[ 0.028857] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.029658] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.029728] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.050235] Memory: 4094132K/8325756K available (16403K kernel code, 2459K rwdata, 3464K rodata, 1444K init, 1164K bss, 243132K reserved, 0K cma-reserved)
[ 0.050265] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.050270] Kernel/User page tables isolation: enabled
[ 0.050279] ftrace: allocating 49613 entries in 194 pages
[ 0.066837] ftrace: allocated 194 pages with 3 groups
[ 0.067164] rcu: Hierarchical RCU implementation.
[ 0.067165] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.067166] Rude variant of Tasks RCU enabled.
[ 0.067166] Tracing variant of Tasks RCU enabled.
[ 0.067168] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.067168] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.070406] Using NULL legacy PIC
[ 0.070407] NR_IRQS: 16640, nr_irqs: 456, preallocated irqs: 0
[ 0.070889] random: crng done (trusting CPU's manufacturer)
[ 0.070907] Console: colour dummy device 80x25
[ 0.070914] printk: console [tty0] enabled
[ 0.070919] ACPI: Core revision 20200925
[ 0.071037] Failed to register legacy timer interrupt
[ 0.071038] APIC: Switch to symmetric I/O mode setup
[ 0.071318] Hyper-V: Using IPI hypercalls
[ 0.071320] Hyper-V: Using enlightened APIC (xapic mode)
[ 0.071409] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=24960010)
[ 0.071412] pid_max: default: 32768 minimum: 301
[ 0.071422] LSM: Security Framework initializing
[ 0.071436] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.071446] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.071633] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.071634] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.071637] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.071638] Spectre V2 : Mitigation: Full generic retpoline
[ 0.071639] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.071639] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.071640] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.071641] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.071642] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.071644] TAA: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.071645] SRBDS: Unknown: Dependent on hypervisor status
[ 0.071646] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.071791] Freeing SMP alternatives memory: 52K
[ 0.071837] smpboot: CPU0: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[ 0.071907] Performance Events: unsupported p6 CPU model 78 no PMU driver, software events only.
[ 0.071925] rcu: Hierarchical SRCU implementation.
[ 0.072310] smp: Bringing up secondary CPUs ...
[ 0.072362] x86: Booting SMP configuration:
[ 0.072363] .... node #0, CPUs: #1
[ 0.072844] 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.072844] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[ 0.072844] #2 #3
[ 0.072844] smp: Brought up 1 node, 4 CPUs
[ 0.072844] smpboot: Max logical packages: 1
[ 0.072844] smpboot: Total of 4 processors activated (19968.00 BogoMIPS)
[ 0.081440] node 0 deferred pages initialised in 10ms
[ 0.082140] devtmpfs: initialized
[ 0.082140] x86/mm: Memory block size: 128MB
[ 0.082140] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.082140] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.082140] NET: Registered protocol family 16
[ 0.082140] thermal_sys: Registered thermal governor 'step_wise'
[ 0.082140] cpuidle: using governor menu
[ 0.082140] ACPI: bus type PCI registered
[ 0.082140] PCI: Fatal: No config space access function found
[ 0.082579] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.082579] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.091705] raid6: skip pq benchmark and using algorithm avx2x4
[ 0.091705] raid6: using avx2x2 recovery algorithm
[ 0.091705] ACPI: Added _OSI(Module Device)
[ 0.091705] ACPI: Added _OSI(Processor Device)
[ 0.091705] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.091705] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.091705] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.091705] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.091705] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.102368] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.103526] ACPI: Interpreter enabled
[ 0.103530] ACPI: (supports S0 S5)
[ 0.103531] ACPI: Using IOAPIC for interrupt routing
[ 0.103539] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.103686] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.104963] iommu: Default domain type: Translated
[ 0.105024] SCSI subsystem initialized
[ 0.105067] hv_vmbus: Vmbus version:5.2
[ 0.105067] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[ 0.105067] PCI: Using ACPI for IRQ routing
[ 0.105067] PCI: System does not support PCI
[ 0.105067] clocksource: Switched to clocksource hyperv_clocksource_tsc_page
[ 0.229934] VFS: Disk quotas dquot_6.6.0
[ 0.229943] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.229972] FS-Cache: Loaded
[ 0.229994] pnp: PnP ACPI init
[ 0.230163] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.230179] pnp: PnP ACPI: found 1 devices
[ 0.241949] NET: Registered protocol family 2
[ 0.242047] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.242055] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.242107] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.242443] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.242465] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.242478] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.242509] NET: Registered protocol family 1
[ 0.243108] RPC: Registered named UNIX socket transport module.
[ 0.243109] RPC: Registered udp transport module.
[ 0.243109] RPC: Registered tcp transport module.
[ 0.243110] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.243113] PCI: CLS 0 bytes, default 64
[ 0.243142] Trying to unpack rootfs image as initramfs...
[ 0.243244] Freeing initrd memory: 60K
[ 0.243246] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.243247] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[ 0.243272] KVM: vmx: using Hyper-V Enlightened VMCS
[ 0.246180] kvm: already loaded the other module
[ 0.249699] Initialise system trusted keyrings
[ 0.249860] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 0.250749] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.251450] NFS: Registering the id_resolver key type
[ 0.251455] Key type id_resolver registered
[ 0.251456] Key type id_legacy registered
[ 0.251458] Installing knfsd (copyright (C) 1996 [email protected]).
[ 0.252376] Key type cifs.idmap registered
[ 0.252496] fuse: init (API version 7.32)
[ 0.252757] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[ 0.253287] 9p: Installing v9fs 9p2000 file system support
[ 0.253296] FS-Cache: Netfs '9p' registered for caching
[ 0.253349] FS-Cache: Netfs 'ceph' registered for caching
[ 0.253351] ceph: loaded (mds proto 32)
[ 0.261515] NET: Registered protocol family 38
[ 0.261517] xor: automatically using best checksumming function avx
[ 0.261519] Key type asymmetric registered
[ 0.261520] Asymmetric key parser 'x509' registered
[ 0.261530] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.262138] hv_vmbus: registering driver hv_pci
[ 0.262322] ACPI: AC Adapter [AC1] (off-line)
[ 0.262926] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.263536] battery: ACPI: Battery Slot [BAT1] (battery present)
[ 0.263842] Non-volatile memory driver v1.3
[ 0.268436] brd: module loaded
[ 0.270771] loop: module loaded
[ 0.270818] hv_vmbus: registering driver hv_storvsc
[ 0.271428] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ 0.271430] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld [email protected]. All Rights Reserved.
[ 0.271452] tun: Universal TUN/TAP device driver, 1.6
[ 0.271585] PPP generic driver version 2.4.2
[ 0.271688] PPP BSD Compression module registered
[ 0.271689] PPP Deflate Compression module registered
[ 0.271693] PPP MPPE Compression module registered
[ 0.271694] NET: Registered protocol family 24
[ 0.271701] hv_vmbus: registering driver hv_netvsc
[ 0.271825] VFIO - User Level meta-driver version: 0.3
[ 0.272094] hv_vmbus: registering driver hyperv_keyboard
[ 0.272412] rtc_cmos 00:00: RTC can wake from S4
[ 0.272493] scsi host0: storvsc_host_t
[ 0.274622] rtc_cmos 00:00: registered as rtc0
[ 0.275125] rtc_cmos 00:00: setting system clock to 2022-07-03T14:59:29 UTC (1656860369)
[ 0.275137] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[ 0.275510] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: [email protected]
[ 0.275867] device-mapper: raid: Loading target version 1.15.1
[ 0.275980] hv_utils: Registering HyperV Utility Driver
[ 0.275994] hv_vmbus: registering driver hv_utils
[ 0.276027] hv_vmbus: registering driver hv_balloon
[ 0.276037] hv_vmbus: registering driver dxgkrnl
[ 0.276041] (NULL device *): dxgk: dxg_drv_init Version: 2103
[ 0.276052] hv_utils: cannot register PTP clock: 0
[ 0.276052] drop_monitor: Initializing network drop monitor service
[ 0.276083] Mirror/redirect action on
[ 0.276811] IPVS: Registered protocols (TCP, UDP)
[ 0.276838] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 0.276881] hv_utils: TimeSync IC version 4.0
[ 0.276884] IPVS: ipvs loaded.
[ 0.276886] IPVS: [rr] scheduler registered.
[ 0.276887] IPVS: [wrr] scheduler registered.
[ 0.276888] IPVS: [sh] scheduler registered.
[ 0.276935] ipip: IPv4 and MPLS over IPv4 tunneling driver
[ 0.277077] hv_balloon: Using Dynamic Memory protocol version 2.0
[ 0.278163] Free page reporting enabled
[ 0.278164] hv_balloon: Cold memory discard hint enabled
[ 0.278584] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[ 0.278905] Initializing XFRM netlink socket
[ 0.278988] NET: Registered protocol family 10
[ 0.279614] Segment Routing with IPv6
[ 0.281115] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.281263] NET: Registered protocol family 17
[ 0.281286] Bridge firewalling registered
[ 0.281302] 8021q: 802.1Q VLAN Support v1.8
[ 0.281329] sctp: Hash tables configured (bind 256/256)
[ 0.281391] 9pnet: Installing 9P2000 support
[ 0.281404] Key type dns_resolver registered
[ 0.281437] Key type ceph registered
[ 0.281633] libceph: loaded (mon/osd proto 15/24)
[ 0.281752] NET: Registered protocol family 40
[ 0.281754] hv_vmbus: registering driver hv_sock
[ 0.281806] IPI shorthand broadcast: enabled
[ 0.281932] registered taskstats version 1
[ 0.281942] Loading compiled-in X.509 certificates
[ 0.282368] Btrfs loaded, crc32c=crc32c-generic
[ 0.282555] 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.283527] Freeing unused kernel image (initmem) memory: 1444K
[ 0.341839] Write protecting the kernel read-only data: 22528k
[ 0.342591] Freeing unused kernel image (text/rodata gap) memory: 2028K
[ 0.343091] Freeing unused kernel image (rodata/data gap) memory: 632K
[ 0.343184] Run /init as init process
[ 0.343185] with arguments:
[ 0.343185] /init
[ 0.343203] with environment:
[ 0.343204] HOME=/
[ 0.343205] TERM=linux
[ 1.600164] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 1.965055] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 1.966082] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.967626] sd 0:0:0:0: [sda] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[ 1.967629] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.967778] sd 0:0:0:0: [sda] Write Protect is off
[ 1.967780] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
[ 1.968231] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.287003] EXT4-fs (sda): mounted filesystem with ordered data mode. Opts: (null)
[ 2.341727] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.231720] Adding 2097152k swap on /swap/file. Priority:-2 extents:3 across:2113536k
[ 4.383367] scsi 0:0:0:1: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 4.387968] sd 0:0:0:1: Attached scsi generic sg1 type 0
[ 4.390068] sd 0:0:0:1: [sdb] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[ 4.390071] sd 0:0:0:1: [sdb] 4096-byte physical blocks
[ 4.390252] sd 0:0:0:1: [sdb] Write Protect is off
[ 4.390254] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[ 4.390652] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.393625] sd 0:0:0:1: [sdb] Attached SCSI disk
[ 4.404208] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered
[ 10.167697] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered
[ 10.183771] hv_pci e6485104-637b-4247-a092-29084c2af0a4: PCI VMBus probing: Using version 0x10003
[ 10.185969] hv_pci e6485104-637b-4247-a092-29084c2af0a4: PCI host bridge to bus 637b:00
[ 10.185971] pci_bus 637b:00: root bus resource [mem 0x9ffe00000-0x9ffe02fff window]
[ 10.187472] pci 637b:00:00.0: [1af4:1049] type 00 class 0x010000
[ 10.188834] pci 637b:00:00.0: reg 0x10: [mem 0x9ffe00000-0x9ffe00fff 64bit]
[ 10.189811] pci 637b:00:00.0: reg 0x18: [mem 0x9ffe01000-0x9ffe01fff 64bit]
[ 10.190744] pci 637b:00:00.0: reg 0x20: [mem 0x9ffe02000-0x9ffe02fff 64bit]
[ 10.197162] pci 637b:00:00.0: BAR 0: assigned [mem 0x9ffe00000-0x9ffe00fff 64bit]
[ 10.197846] pci 637b:00:00.0: BAR 2: assigned [mem 0x9ffe01000-0x9ffe01fff 64bit]
[ 10.198475] pci 637b:00:00.0: BAR 4: assigned [mem 0x9ffe02000-0x9ffe02fff 64bit]
[ 10.259483] FS-Cache: Duplicate cookie detected
[ 10.259487] FS-Cache: O-cookie c=000000008b331d75 [p=0000000089331d13 fl=222 nc=0 na=1]
[ 10.259488] FS-Cache: O-cookie d=00000000794a3152 n=000000008d5ad06a
[ 10.259488] FS-Cache: O-key=[10] '34323934393338333134'
[ 10.259493] FS-Cache: N-cookie c=0000000085c37f0f [p=0000000089331d13 fl=2 nc=0 na=1]
[ 10.259494] FS-Cache: N-cookie d=00000000794a3152 n=00000000d8face49
[ 10.259494] FS-Cache: N-key=[10] '34323934393338333134'
[ 10.621776] 9pnet_virtio: no channels available for device drvfs
[ 10.621783] WARNING: mount: waiting for virtio device...
[ 10.722179] 9pnet_virtio: no channels available for device drvfs
[ 10.822563] 9pnet_virtio: no channels available for device drvfs
[ 10.922988] 9pnet_virtio: no channels available for device drvfs
[ 11.023391] 9pnet_virtio: no channels available for device drvfs
[ 11.123877] 9pnet_virtio: no channels available for device drvfs
[ 11.224078] 9pnet_virtio: no channels available for device drvfs
[ 11.324307] 9pnet_virtio: no channels available for device drvfs
[ 11.424533] 9pnet_virtio: no channels available for device drvfs
[ 11.524746] 9pnet_virtio: no channels available for device drvfs
[ 11.625214] 9pnet_virtio: no channels available for device drvfs
[ 11.725427] 9pnet_virtio: no channels available for device drvfs
[ 11.825778] 9pnet_virtio: no channels available for device drvfs
[ 11.926165] 9pnet_virtio: no channels available for device drvfs
[ 12.026545] 9pnet_virtio: no channels available for device drvfs
[ 12.126696] 9pnet_virtio: no channels available for device drvfs
[ 12.227128] 9pnet_virtio: no channels available for device drvfs
[ 12.327361] 9pnet_virtio: no channels available for device drvfs
[ 12.427754] 9pnet_virtio: no channels available for device drvfs
[ 12.528129] 9pnet_virtio: no channels available for device drvfs
[ 12.528142] 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/
[ 12.528144] ) failed: 2
[ 12.545946] init: (9) ERROR: CreateProcessParseCommon:818: Failed to translate C:\Windows\system32

[ 12.546067] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Program Files (x86)\Common Files\Oracle\Java\javapath

[ 12.546163] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\system32

[ 12.546262] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows
[ 12.546353] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\Wbem

[ 12.546449] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\WindowsPowerShell\v1.0\

[ 12.546543] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\OpenSSH\

[ 12.546638] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Users\HP\AppData\Local\Microsoft\WindowsApps

[ 28.593442] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered
[ 28.701192] FS-Cache: Duplicate cookie detected
[ 28.701203] FS-Cache: O-cookie c=000000007a13cefe [p=0000000089331d13 fl=222 nc=0 na=1]
[ 28.701206] FS-Cache: O-cookie d=00000000794a3152 n=000000006219f8bb
[ 28.701209] FS-Cache: O-key=[10] '34323934393430313538'
[ 28.701233] FS-Cache: N-cookie c=0000000006d2511a [p=0000000089331d13 fl=2 nc=0 na=1]
[ 28.701236] FS-Cache: N-cookie d=00000000794a3152 n=000000003273a09c
[ 28.701239] FS-Cache: N-key=[10] '34323934393430313538'
[ 28.867376] 9pnet_virtio: no channels available for device drvfs
[ 28.867388] WARNING: mount: waiting for virtio device...
[ 28.967942] 9pnet_virtio: no channels available for device drvfs
[ 29.068457] 9pnet_virtio: no channels available for device drvfs
[ 29.168894] 9pnet_virtio: no channels available for device drvfs
[ 29.269767] 9pnet_virtio: no channels available for device drvfs
[ 29.370284] 9pnet_virtio: no channels available for device drvfs
[ 29.471044] 9pnet_virtio: no channels available for device drvfs
[ 29.571688] 9pnet_virtio: no channels available for device drvfs
[ 29.672292] 9pnet_virtio: no channels available for device drvfs
[ 29.773014] 9pnet_virtio: no channels available for device drvfs
[ 29.873231] 9pnet_virtio: no channels available for device drvfs
[ 29.973704] 9pnet_virtio: no channels available for device drvfs
[ 30.074329] 9pnet_virtio: no channels available for device drvfs
[ 30.174805] 9pnet_virtio: no channels available for device drvfs
[ 30.275462] 9pnet_virtio: no channels available for device drvfs
[ 30.375956] 9pnet_virtio: no channels available for device drvfs
[ 30.476418] 9pnet_virtio: no channels available for device drvfs
[ 30.576647] 9pnet_virtio: no channels available for device drvfs
[ 30.677217] 9pnet_virtio: no channels available for device drvfs
[ 30.777874] 9pnet_virtio: no channels available for device drvfs
[ 30.777930] 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/
[ 30.777941] ) failed: 2
[ 30.814173] init: (9) ERROR: CreateProcessParseCommon:818: Failed to translate C:\Windows\system32

[ 30.814549] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Program Files (x86)\Common Files\Oracle\Java\javapath

[ 30.814784] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\system32

[ 30.815069] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows
[ 30.815420] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\Wbem

[ 30.815731] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\WindowsPowerShell\v1.0\

[ 30.815974] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\OpenSSH\

[ 30.816222] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Users\HP\AppData\Local\Microsoft\WindowsApps

[ 45.682863] init: (34) ERROR: CreateProcessParseCommon:818: Failed to translate C:\Windows\system32

[ 45.683003] init: (34) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Program Files (x86)\Common Files\Oracle\Java\javapath

[ 45.683106] init: (34) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\system32

[ 45.683204] init: (34) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows
[ 45.683298] init: (34) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\Wbem

[ 45.683400] init: (34) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\WindowsPowerShell\v1.0\

[ 45.683501] init: (34) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\OpenSSH\

[ 45.683600] init: (34) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Users\HP\AppData\Local\Microsoft\WindowsApps

[ 45.786141] init: (43) ERROR: CreateProcessParseCommon:818: Failed to translate C:\Windows\system32

[ 45.786246] init: (43) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Program Files (x86)\Common Files\Oracle\Java\javapath

[ 45.786328] init: (43) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\system32

[ 45.786393] init: (43) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows
[ 45.786453] init: (43) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\Wbem

[ 45.786515] init: (43) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\WindowsPowerShell\v1.0\

[ 45.786577] init: (43) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\OpenSSH\

[ 45.786672] init: (43) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Users\HP\AppData\Local\Microsoft\WindowsApps

[ 45.898723] init: (46) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Program Files (x86)\Common Files\Oracle\Java\javapath

[ 45.898870] init: (46) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\system32

[ 45.899031] init: (46) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows
[ 45.899208] init: (46) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\Wbem

[ 45.899501] init: (46) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\WindowsPowerShell\v1.0\

[ 45.899761] init: (46) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Windows\System32\OpenSSH\

[ 45.899958] init: (46) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Users\HP\AppData\Local\Microsoft\WindowsApps

[ 49.152448] hv_balloon: Max. dynamic memory size: 8132 MB

can anybody help it wil help me sorry for the english lang im from indonesia 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

3 participants