Re-send because it looks like this message was buried in archive and not
sent to subscribers.
-------- Forwarded Message --------
Subject: Re: [Libguestfs] Bug: windows server 2012R2 fails to start
after virt-resize
Date: Thu, 10 Dec 2015 16:34:01 +0300
From: Maxim Perevedentsev <[email protected]>
To: [email protected]
On 12/10/2015 02:55 PM, Pino Toscano wrote:
On Thursday 10 December 2015 13:55:26 Maxim Perevedentsev wrote:
Hello everyone!
After I ran virt-resize (v1.31.28) on my disk with win2012R2
(partition table [GPT]: VFAT (100M), unknown (128M), NTFS (64G))
My VM fails to boot: black screen informing that
Windows failed to start...
Status: 0xc000000e
Info: an unexpected error has occured.
After some investigations, I realized that Windows remembers the GUID of
disk it is installed to.
If I execute
>guestfish -a win2012.hdd -v
...
><fs> debug sh 'sgdisk -p /dev/sda'
guestfsd: main_loop: new request, len 0x54
/bin/sh -c sgdisk -p /dev/sda
Disk /dev/sda: 136314880 sectors, 65.0 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): B3108127-1775-47B7-ABC1-A56D6761C894
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 136314846
Partitions will be aligned on 2048-sector boundaries
Total free space is 2101181 sectors (1.0 GiB)
Number Start (sector) End (sector) Size Code Name
1 2048 206847 100.0 MiB EF00 EFI
2 206848 468991 128.0 MiB 0C01 Microsoft
3 468992 134215679 63.8 GiB 0700 Basic
guestfsd: main_loop: proc 76 (debug) took 0.00 seconds
*set the GUID of original disk*
><fs> debug sh 'sgdisk -U ADAA2225-3F89-4F2C-91DF-02F3E0C2ED67 /dev/sda'
guestfsd: main_loop: new request, len 0x7c
/bin/sh -c sgdisk -U ADAA2225-3F89-4F2C-91DF-02F3E0C2ED67 /dev/sda
[ 70.170139] sda: sda1 sda2 sda3
The operation has completed successfully.
guestfsd: main_loop: proc 76 (debug) took 1.02 seconds
The operation has completed successfully.
After that Windows successfully boots from resized image.
I suggest adding get/set disk GUID to API and to virt-resize as well.
Otherwise it is impossible to resize disks with this particular OS (not
only this one, possibly).
This is supposed to be done already, see
https://bugzilla.redhat.com/show_bug.cgi?id=1189284
(and the commits linked to its comment #9).
This is another bug: the fixed one was about partition GUIDs.
Now partition GUIDs are preserved, but the OS refuses to boot because of
changed *disk* GUID.
Please provide a full log of virt-resize with -v -x.
OK, attached.
_______________________________________________
Libguestfs mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libguestfs
--
Your sincerely,
Maxim Perevedentsev
command line: virt-resize -v -x /vz/stored_hdd/vzt-compressor.Test_compactDisk.testResizeReduce/harddisk.hdd /vz/vmprivate/win2012.pvm/harddisk.hdd --no-extra-partition
[ 0.0] Examining /vz/stored_hdd/vzt-compressor.Test_compactDisk.testResizeReduce/harddisk.hdd
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: add_drive "/vz/stored_hdd/vzt-compressor.Test_compactDisk.testResizeReduce/harddisk.hdd" "readonly:true" "protocol:file"
libguestfs: creating COW overlay to protect original drive content
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/tmp"
libguestfs: trace: disk_create "/tmp/libguestfswqW7Vb/overlay1" "qcow2" -1 "backingfile:/vz/stored_hdd/vzt-compressor.Test_compactDisk.testResizeReduce/harddisk.hdd"
libguestfs: command: run: qemu-img
libguestfs: command: run: \ create
libguestfs: command: run: \ -f qcow2
libguestfs: command: run: \ -o backing_file=/vz/stored_hdd/vzt-compressor.Test_compactDisk.testResizeReduce/harddisk.hdd
libguestfs: command: run: \ /tmp/libguestfswqW7Vb/overlay1
Formatting '/tmp/libguestfswqW7Vb/overlay1', fmt=qcow2 size=68719476736 backing_file='/vz/stored_hdd/vzt-compressor.Test_compactDisk.testResizeReduce/harddisk.hdd' encryption=off cluster_size=65536 lazy_refcounts=off
libguestfs: trace: disk_create = 0
libguestfs: trace: get_backend_setting "internal_libvirt_imagelabel"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: add_drive = 0
libguestfs: trace: add_drive "/vz/vmprivate/win2012.pvm/harddisk.hdd" "readonly:false" "cachemode:unsafe"
libguestfs: trace: add_drive = 0
libguestfs: trace: launch
libguestfs: trace: version
libguestfs: trace: version = <struct guestfs_version *>
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "libvirt"
libguestfs: launch: program=virt-resize
libguestfs: launch: version=1.31.28rhel=7,release=1.vz7,libvirt
libguestfs: launch: backend registered: unix
libguestfs: launch: backend registered: uml
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend=libvirt
libguestfs: launch: tmpdir=/tmp/libguestfswqW7Vb
libguestfs: launch: umask=0022
libguestfs: launch: euid=0
libguestfs: libvirt version = 1002019 (1.2.19)
libguestfs: guest random name = guestfs-gqyk3aqt8nsnmuh8
libguestfs: [00000ms] connect to libvirt
libguestfs: opening libvirt handle: URI = qemu:///system, auth = default+wrapper, flags = 0
libguestfs: successfully opened libvirt handle: conn = 0x1169300
libguestfs: qemu version (reported by libvirt) = 2001002 (2.1.2)
libguestfs: [00000ms] get libvirt capabilities
libguestfs: [00002ms] parsing capabilities XML
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "internal_libvirt_label"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "internal_libvirt_imagelabel"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "internal_libvirt_norelabel_disks"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: [00003ms] build appliance
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: [00003ms] begin building supermin appliance
libguestfs: [00003ms] run supermin
libguestfs: command: run: /usr/bin/supermin5
libguestfs: command: run: \ --build
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ --if-newer
libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock
libguestfs: command: run: \ --copy-kernel
libguestfs: command: run: \ -f ext2
libguestfs: command: run: \ --host-cpu x86_64
libguestfs: command: run: \ /usr/lib64/guestfs/supermin.d
libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d
supermin: version: 5.1.10
supermin: rpm: detected RPM version 4.11
supermin: package handler: fedora/rpm
supermin: acquiring lock on /var/tmp/.guestfs-0/lock
supermin: if-newer: output does not need rebuilding
libguestfs: [00007ms] finished building supermin appliance
libguestfs: trace: disk_create "/tmp/libguestfswqW7Vb/overlay2" "qcow2" -1 "backingfile:/var/tmp/.guestfs-0/appliance.d/root" "backingformat:raw"
libguestfs: command: run: qemu-img
libguestfs: command: run: \ create
libguestfs: command: run: \ -f qcow2
libguestfs: command: run: \ -o backing_file=/var/tmp/.guestfs-0/appliance.d/root,backing_fmt=raw
libguestfs: command: run: \ /tmp/libguestfswqW7Vb/overlay2
Formatting '/tmp/libguestfswqW7Vb/overlay2', fmt=qcow2 size=4294967296 backing_file='/var/tmp/.guestfs-0/appliance.d/root' backing_fmt='raw' encryption=off cluster_size=65536 lazy_refcounts=off
libguestfs: trace: disk_create = 0
libguestfs: set_socket_create_context: getcon failed: (none): No such file or directory [you can ignore this UNLESS using SELinux + sVirt]
libguestfs: clear_socket_create_context: setsockcreatecon failed: NULL: No such file or directory [you can ignore this UNLESS using SELinux + sVirt]
libguestfs: [00142ms] create libvirt XML
libguestfs: trace: disk_format "/vz/vmprivate/win2012.pvm/harddisk.hdd"
libguestfs: command: run: qemu-img
libguestfs: command: run: \ --help
libguestfs: which_parser: g->qemu_img_info_parser = 1
libguestfs: command: run: qemu-img
libguestfs: command: run: \ info
libguestfs: command: run: \ --output json
libguestfs: command: run: \ /dev/fd/9
libguestfs: parse_json: qemu-img info JSON output:\n{\n "backing-filename-format": "qcow2", \n "virtual-size": 69793218560, \n "filename": "/dev/fd/9", \n "cluster-size": 65536, \n "format": "qcow2", \n "actual-size": 9137377280, \n "format-specific": {\n "type": "qcow2", \n "data": {\n "compat": "1.1", \n "lazy-refcounts": true\n }\n }, \n "backing-filename": "/vz/stored_hdd/vzt-compressor.Test_compactDisk.testResizeReduce/harddisk.hdd", \n "dirty-flag": false\n}\n\n
libguestfs: trace: disk_format = "qcow2"
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: libvirt XML:\n<?xml version="1.0"?>\n<domain type="kvm" xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0">\n <name>guestfs-gqyk3aqt8nsnmuh8</name>\n <memory unit="MiB">500</memory>\n <currentMemory unit="MiB">500</currentMemory>\n <cpu mode="host-passthrough">\n <model fallback="allow"/>\n </cpu>\n <vcpu>1</vcpu>\n <clock offset="utc">\n <timer name="rtc" tickpolicy="catchup"/>\n <timer name="pit" tickpolicy="delay"/>\n <timer name="hpet" present="no"/>\n </clock>\n <os>\n <type>hvm</type>\n <kernel>/var/tmp/.guestfs-0/appliance.d/kernel</kernel>\n <initrd>/var/tmp/.guestfs-0/appliance.d/initrd</initrd>\n <cmdline>panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdc selinux=0 guestfs_verbose=1 TERM=xterm</cmdline>\n <bios useserial="yes"/>\n </os>\n <on_reboot>destroy</on_reboot>\n <devices>\n <controller type="scsi" index="0" model="virtio-scsi"/>\n <disk device="disk" type="file">\n <source file="/tmp/libguestfswqW7Vb/overlay1"/>\n <target dev="sda" bus="scsi"/>\n <driver name="qemu" type="qcow2" cache="unsafe"/>\n <address type="drive" controller="0" bus="0" target="0" unit="0"/>\n </disk>\n <disk device="disk" type="file">\n <source file="/vz/vmprivate/win2012.pvm/harddisk.hdd"/>\n <target dev="sdb" bus="scsi"/>\n <driver name="qemu" type="qcow2" cache="unsafe"/>\n <address type="drive" controller="0" bus="0" target="1" unit="0"/>\n </disk>\n <disk type="file" device="disk">\n <source file="/tmp/libguestfswqW7Vb/overlay2"/>\n <target dev="sdc" bus="scsi"/>\n <driver name="qemu" type="qcow2" cache="unsafe"/>\n <address type="drive" controller="0" bus="0" target="2" unit="0"/>\n <shareable/>\n </disk>\n <serial type="unix">\n <source mode="connect" path="/tmp/libguestfswqW7Vb/console.sock"/>\n <target port="0"/>\n </serial>\n <channel type="unix">\n <source mode="connect" path="/tmp/libguestfswqW7Vb/guestfsd.sock"/>\n <target type="virtio" name="org.libguestfs.channel.0"/>\n </channel>\n </devices>\n <qemu:commandline>\n <qemu:env name="TMPDIR" value="/var/tmp"/>\n </qemu:commandline>\n</domain>\n
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: command: run: ls
libguestfs: command: run: \ -a
libguestfs: command: run: \ -l
libguestfs: command: run: \ -R
libguestfs: command: run: \ -Z /var/tmp/.guestfs-0
libguestfs: /var/tmp/.guestfs-0:
libguestfs: drwxr-xr-x root root ? .
libguestfs: drwxrwxrwt root root ? ..
libguestfs: drwxr-xr-x root root ? appliance.d
libguestfs: -rw-r--r-- root root ? lock
libguestfs:
libguestfs: /var/tmp/.guestfs-0/appliance.d:
libguestfs: drwxr-xr-x root root ? .
libguestfs: drwxr-xr-x root root ? ..
libguestfs: -rw-r--r-- root root ? initrd
libguestfs: -rwxr-xr-x root root ? kernel
libguestfs: -rw-r--r-- root qemu ? root
libguestfs: command: run: ls
libguestfs: command: run: \ -a
libguestfs: command: run: \ -l
libguestfs: command: run: \ -Z /tmp/libguestfswqW7Vb
libguestfs: drwxr-xr-x root root ? .
libguestfs: drwxrwxrwt root root ? ..
libguestfs: srw-rw---- root qemu ? console.sock
libguestfs: srw-rw---- root qemu ? guestfsd.sock
libguestfs: -rw-r--r-- root root ? overlay1
libguestfs: -rw-r--r-- root root ? overlay2
libguestfs: -rwxr-xr-x root root ? umask-check
libguestfs: [00197ms] launch libvirt guest
\x1b[1;256r\x1b[256;256H\x1b[6n
Google, Inc.
Serial Graphics Adapter 10/14/15
SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild@) Wed Oct 14 00:17:36 UTC 2015
Term: 80x24
4 0
\x1b[2J
SeaBIOS (version 1.8.2-20150715_213705-)
Machine UUID bd357cf1-c1c1-2e45-87b7-402a4ff8ab1d
Booting from ROM...
Probing EDD (edd=off to disable)... ok
\x1b[2J[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.0-229.7.2.vz7.9.15 ([email protected]) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Wed Dec 2 19:16:30 MSK 2015
[ 0.000000] Command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdc selinux=0 guestfs_verbose=1 TERM=xterm
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f3fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x1f400 max_arch_pfn = 0x400000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [mem 0x000f64b0-0x000f64bf] mapped at [ffff8800000f64b0]
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] init_memory_mapping: [mem 0x1ee00000-0x1effffff]
[ 0.000000] init_memory_mapping: [mem 0x1c000000-0x1edfffff]
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff]
[ 0.000000] init_memory_mapping: [mem 0x1f000000-0x1f3fffff]
[ 0.000000] RAMDISK: [mem 0x1f0a8000-0x1f3d7fff]
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3fffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x1f3fffff]
[ 0.000000] NODE_DATA [mem 0x1f3d9000-0x1f3fffff]
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:1f058001, primary cpu clock
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x1f3fffff]
[ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[ 0.000000] Intel MultiProcessor Specification v1.4
[ 0.000000] MPTABLE: OEM ID: BOCHSCPU
[ 0.000000] MPTABLE: Product ID: 0.1
[ 0.000000] MPTABLE: APIC at: 0xFEE00000
[ 0.000000] Processor #0 (Bootup-CPU)
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] Processors: 1
[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x1f400000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 38 pages/cpu @ffff88001ee00000 s125248 r8192 d22208 u2097152
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1ee0d040
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 125881
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdc selinux=0 guestfs_verbose=1 TERM=xterm
[ 0.000000] Disabling memory control group subsystem
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Memory: 479712k/512000k available (6235k kernel code, 392k absent, 31896k reserved, 4184k data, 1644k init)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=1.
[ 0.000000] \tExperimental no-CBs for all CPUs
[ 0.000000] \tExperimental no-CBs CPUs: 0.
[ 0.000000] NR_IRQS:327936 nr_irqs:256 16
[ 0.000000] Console: colour *CGA 80x25
[ 0.000000] console [ttyS0] enabled
[ 0.000000] tsc: Detected 3591.682 MHz processor
[ 0.001000] Calibrating delay loop (skipped) preset value.. 7183.36 BogoMIPS (lpj=3591682)
[ 0.001000] pid_max: default: 1048576 minimum: 301
[ 0.001067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.001658] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.002027] Mount-cache hash table entries: 4096
[ 0.002418] Initializing cgroup subsys memory
[ 0.002668] Initializing cgroup subsys devices
[ 0.002912] Initializing cgroup subsys freezer
[ 0.003003] Initializing cgroup subsys net_cls
[ 0.003246] Initializing cgroup subsys blkio
[ 0.003522] Initializing cgroup subsys perf_event
[ 0.004002] Initializing cgroup subsys hugetlb
[ 0.004254] Initializing cgroup subsys ve
[ 0.004474] Initializing cgroup subsys beancounter
[ 0.005750] mce: CPU supports 10 MCE banks
[ 0.006025] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.006025] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[ 0.006025] tlb_flushall_shift: 6
[ 0.012583] Freeing SMP alternatives: 28k freed
[ 0.014700] ftrace: allocating 23517 entries in 92 pages
[ 0.019177] Enabling x2apic
[ 0.019353] Enabled x2apic
[ 0.020002] Switched APIC routing to physical x2apic.
[ 0.021431] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.021759] smpboot: CPU0: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (fam: 06, model: 3c, stepping: 03)
[ 0.022203] Performance Events: 16-deep LBR, Haswell events, Intel PMU driver.
[ 0.023112] ... version: 2
[ 0.023404] ... bit width: 48
[ 0.023626] ... generic registers: 4
[ 0.023897] ... value mask: 0000ffffffffffff
[ 0.024002] ... max period: 000000007fffffff
[ 0.024328] ... fixed-purpose events: 3
[ 0.024575] ... event mask: 000000070000000f
[ 0.025769] KVM setup paravirtual spinlock
[ 0.027028] Brought up 1 CPUs
[ 0.027210] smpboot: Total of 1 processors activated (7183.36 BogoMIPS)
[ 0.027746] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.028074] devtmpfs: initialized
[ 0.030094] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.030555] NET: Registered protocol family 16
[ 0.030996] PCI: Using configuration type 1 for base access
[ 0.031508] ACPI: Interpreter disabled.
[ 0.031764] vgaarb: loaded
[ 0.031962] SCSI subsystem initialized
[ 0.032028] usbcore: registered new interface driver usbfs
[ 0.032348] usbcore: registered new interface driver hub
[ 0.032666] usbcore: registered new device driver usb
[ 0.032998] PCI: Probing PCI hardware
[ 0.033016] PCI host bridge to bus 0000:00
[ 0.033260] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.033609] pci_bus 0000:00: root bus resource [mem 0x00000000-0x7fffffffff]
[ 0.034003] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.037739] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.038003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.038367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.038763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.055154] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[ 0.055596] Switching to clocksource kvm-clock
[ 0.056881] pnp: PnP ACPI: disabled
[ 0.057588] NET: Registered protocol family 2
[ 0.057895] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.058326] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.058683] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.059060] TCP: reno registered
[ 0.059264] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.059579] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.059938] NET: Registered protocol family 1
[ 0.060203] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.060538] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.060858] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.061248] pci 0000:00:01.2: PCI->APIC IRQ transform: INT D -> IRQ 35
[ 0.061893] Unpacking initramfs...
[ 0.063126] Freeing initrd memory: 3264k freed
[ 0.063663] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.064391] microcode: CPU0 sig=0x306c3, pf=0x1, revision=0x1
[ 0.064744] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[ 0.065406] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.065822] Initialise system trusted keyring
[ 0.066102] audit: initializing netlink socket (disabled)
[ 0.066398] type=2000 audit(1449749502.556:1): initialized
[ 0.079309] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.080275] zbud: loaded
[ 0.080434] tcache loaded
[ 0.080612] tswap loaded
[ 0.080852] VFS: Disk quotas dquot_6.5.2
[ 0.081105] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.081644] msgmni has been set to 943
[ 0.081885] Key type big_key registered
[ 0.082257] alg: No test for stdrng (krng)
[ 0.082487] NET: Registered protocol family 38
[ 0.082729] Key type asymmetric registered
[ 0.082999] Asymmetric key parser 'x509' registered
[ 0.083288] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.083787] io scheduler noop registered
[ 0.084079] io scheduler deadline registered (default)
[ 0.084372] io scheduler cfq registered
[ 0.084634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.084949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.085604] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.109549] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.110108] Non-volatile memory driver v1.3
[ 0.110376] Linux agpgart interface v0.103
[ 0.110643] crash memory driver: version 1.1
[ 0.110936] rdac: device handler registered
[ 0.111196] hp_sw: device handler registered
[ 0.111436] emc: device handler registered
[ 0.111657] alua: device handler registered
[ 0.111946] libphy: Fixed MDIO Bus: probed
[ 0.112208] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.112568] ehci-pci: EHCI PCI platform driver
[ 0.112811] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.113273] ohci-pci: OHCI PCI platform driver
[ 0.113541] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.113899] uhci_hcd 0000:00:01.2: PCI->APIC IRQ transform: INT D -> IRQ 35
[ 0.114691] uhci_hcd 0000:00:01.2: UHCI Host Controller
[ 0.115015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[ 0.115452] uhci_hcd 0000:00:01.2: detected 2 ports
[ 0.115770] uhci_hcd 0000:00:01.2: irq 35, io base 0x0000c040
[ 0.116182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.116558] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.116950] usb usb1: Product: UHCI Host Controller
[ 0.117236] usb usb1: Manufacturer: Linux 3.10.0-229.7.2.vz7.9.15 uhci_hcd
[ 0.117634] usb usb1: SerialNumber: 0000:00:01.2
[ 0.117931] hub 1-0:1.0: USB hub found
[ 0.118155] hub 1-0:1.0: 2 ports detected
[ 0.118585] usbcore: registered new interface driver usbserial
[ 0.118907] usbcore: registered new interface driver usbserial_generic
[ 0.119303] usbserial: USB Serial support registered for generic
[ 0.119635] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.120474] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.120878] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.121204] mousedev: PS/2 mouse device common for all mice
[ 0.121637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.123124] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[ 0.123534] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[ 0.123891] cpuidle: using governor menu
[ 0.124149] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.124551] usbcore: registered new interface driver usbhid
[ 0.124847] usbhid: USB HID core driver
[ 0.125102] drop_monitor: Initializing network drop monitor service
[ 0.125534] TCP: cubic registered
[ 0.125719] Initializing XFRM netlink socket
[ 0.126082] NET: Registered protocol family 10
[ 0.126437] NET: Registered protocol family 17
[ 0.127007] Loading compiled-in X.509 certificates
[ 0.127672] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[ 0.128634] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[ 0.129523] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: b753535aa878f21342aaf6f76c71ea147de786a8'
[ 0.130145] registered taskstats version 1
[ 0.130646] Key type trusted registered
[ 0.130940] Key type encrypted registered
[ 0.131388] rtc_cmos rtc_cmos: setting system clock to 2015-12-10 12:11:42 UTC (1449749502)
[ 0.132358] Freeing unused kernel memory: 1644k freed
supermin: mounting /proc
supermin: uptime: 0.13 0.01
supermin: ext2 mini initrd starting up: 5.1.10 zlib
supermin: cmdline: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdc selinux=0 guestfs_verbose=1 TERM=xterm
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko
[ 0.134938] alg: No test for crc32 (crc32-pclmul)
supermin: internal insmod crc32c-intel.ko
supermin: internal insmod crct10dif_common.ko
supermin: internal insmod crct10dif-pclmul.ko
supermin: internal insmod crc32.ko
[ 0.137648] alg: No test for crc32 (crc32-table)
supermin: internal insmod crct10dif_generic.ko
supermin: internal insmod libata.ko
supermin: internal insmod ata_piix.ko
[ 0.142851] scsi host0: ata_piix
[ 0.143102] scsi host1: ata_piix
[ 0.143297] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
[ 0.143660] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
supermin: internal insmod virtio.ko
supermin: internal insmod virtio_ring.ko
supermin: internal insmod virtio_blk.ko
supermin: internal insmod virtio-rng.ko
supermin: internal insmod virtio_console.ko
supermin: internal insmod virtio_net.ko
supermin: internal insmod sparse-keymap.ko
supermin: internal insmod rfkill.ko
supermin: internal insmod ideapad-laptop.ko
insmod: init_module: ideapad-laptop.ko: No such device
supermin: internal insmod megaraid_sas.ko
[ 0.303547] megasas: 06.805.06.01-rh2
supermin: internal insmod scsi_transport_spi.ko
supermin: internal insmod crc-t10dif.ko
supermin: internal insmod sd_mod.ko
supermin: internal insmod cdrom.ko
supermin: internal insmod sr_mod.ko
supermin: internal insmod virtio_scsi.ko
supermin: internal insmod virtio_balloon.ko
supermin: internal insmod virtio_pci.ko
[ 0.309830] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34
[ 0.310647] scsi host2: Virtio SCSI HBA
[ 0.311017] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[ 0.312132] scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.1. PQ: 0 ANSI: 5
[ 0.312765] scsi 2:0:1:0: Direct-Access QEMU QEMU HARDDISK 2.1. PQ: 0 ANSI: 5
[ 0.315429] virtio-pci 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[ 0.316414] scsi 2:0:2:0: Direct-Access QEMU QEMU HARDDISK 2.1. PQ: 0 ANSI: 5
[ 0.326637] sd 2:0:0:0: [sda] 134217728 512-byte logical blocks: (68.7 GB/64.0 GiB)
[ 0.327181] sd 2:0:0:0: [sda] Write Protect is off
[ 0.327575] sd 2:0:1:0: [sdb] 136314880 512-byte logical blocks: (69.7 GB/65.0 GiB)
[ 0.328046] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.328671] sd 2:0:1:0: [sdb] Write Protect is off
[ 0.329041] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.329967] sd 2:0:2:0: [sdc] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[ 0.330838] sd 2:0:2:0: [sdc] Write Protect is off
[ 0.331381] sd 2:0:2:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.332333] sdb: sdb1 sdb2 sdb3
[ 0.332578] sda: sda1 sda2 sda3
[ 0.333304] sd 2:0:0:0: [sda] Attached SCSI disk
[ 0.333594] sd 2:0:1:0: [sdb] Attached SCSI disk
[ 0.333948] sdc: unknown partition table
[ 0.334492] sd 2:0:2:0: [sdc] Attached SCSI disk
supermin: internal insmod jbd2.ko
supermin: internal insmod mbcache.ko
supermin: internal insmod ext4.ko
supermin: internal insmod crc-ccitt.ko
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc8.ko
supermin: internal insmod libcrc32c.ko
supermin: picked /sys/block/sdc/dev as root device
supermin: creating /dev/root as block special 8:32
supermin: mounting new root on /root
[ 0.348042] EXT4-fs (sdc): mounting ext2 file system using the ext4 subsystem
[ 0.349684] EXT4-fs (sdc): mounted filesystem without journal. Opts:
supermin: chroot
Starting /init script ...
ln: failed to create symbolic link '/etc/mtab': File exists
[/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /var/log/journal/%m
[/usr/lib/tmpfiles.d/systemd.conf:28] Failed to replace specifiers: /run/log/journal/%m
[ 0.409484] systemd-udevd[98]: starting version 208
[ 0.432269] input: PC Speaker as /devices/platform/pcspkr/input/input1
[ 0.454399] AES CTR mode by8 optimization enabled
[ 0.461574] Error: Driver 'pcspkr' is already registered, aborting...
[ 0.470189] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 0.485708] intel_rapl: no valid rapl domains found in package 0
/init: line 86: /sys/block/hd*/queue/scheduler: No such file or directory
/init: line 86: /sys/block/ubd*/queue/scheduler: No such file or directory
/init: line 86: /sys/block/vd*/queue/scheduler: No such file or directory
[ 0.952594] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
mdadm: No arrays found in config file or automatically
[ 0.994745] device-mapper: uevent: version 1.0.3
[ 0.995286] device-mapper: ioctl: 4.29.0-ioctl (2014-10-28) initialised: [email protected]
lvmetad is not active yet, using direct activation during sysinit
/init: line 129: ldmtool: command not found
Linux (none) 3.10.0-229.7.2.vz7.9.15 #1 SMP Wed Dec 2 19:16:30 MSK 2015 x86_64 x86_64 x86_64 GNU/Linux
/dev:
total 0
crw------- 1 root root 10, 235 Dec 10 12:11 autofs
drwxr-xr-x 2 root root 220 Dec 10 12:11 block
drwxr-xr-x 2 root root 100 Dec 10 12:11 bsg
crw------- 1 root root 10, 234 Dec 10 12:11 btrfs-control
drwxr-xr-x 3 root root 60 Dec 10 12:11 bus
drwxr-xr-x 2 root root 2800 Dec 10 12:11 char
crw------- 1 root root 5, 1 Dec 10 12:11 console
lrwxrwxrwx 1 root root 11 Dec 10 12:11 core -> /proc/kcore
drwxr-xr-x 3 root root 80 Dec 10 12:11 cpu
crw------- 1 root root 10, 61 Dec 10 12:11 cpu_dma_latency
crw------- 1 root root 10, 62 Dec 10 12:11 crash
drwxr-xr-x 8 root root 160 Dec 10 12:11 disk
lrwxrwxrwx 1 root root 13 Dec 10 12:11 fd -> /proc/self/fd
crw-rw-rw- 1 root root 1, 7 Dec 10 12:11 full
crw-rw-rw- 1 root root 10, 229 Dec 10 12:11 fuse
drwxr-xr-x 3 root root 160 Dec 10 2015 input
crw-r--r-- 1 root root 1, 11 Dec 10 12:11 kmsg
crw------- 1 root root 10, 232 Dec 10 12:11 kvm
crw------- 1 root root 10, 237 Dec 10 12:11 loop-control
drwxr-xr-x 2 root root 60 Dec 10 12:11 mapper
crw------- 1 root root 10, 227 Dec 10 12:11 mcelog
crw------- 1 root root 1, 1 Dec 10 12:11 mem
drwxr-xr-x 2 root root 60 Dec 10 12:11 net
crw------- 1 root root 10, 60 Dec 10 12:11 network_latency
crw------- 1 root root 10, 59 Dec 10 12:11 network_throughput
crw-rw-rw- 1 root root 1, 3 Dec 10 12:11 null
crw------- 1 root root 10, 144 Dec 10 12:11 nvram
crw------- 1 root root 1, 12 Dec 10 12:11 oldmem
crw------- 1 root root 1, 4 Dec 10 12:11 port
crw------- 1 root root 108, 0 Dec 10 12:11 ppp
crw-rw-rw- 1 root root 5, 2 Dec 10 12:11 ptmx
crw------- 1 root root 2, 0 Dec 10 12:11 ptyp0
crw------- 1 root root 2, 1 Dec 10 12:11 ptyp1
crw------- 1 root root 2, 2 Dec 10 12:11 ptyp2
crw------- 1 root root 2, 3 Dec 10 12:11 ptyp3
crw------- 1 root root 2, 4 Dec 10 12:11 ptyp4
crw------- 1 root root 2, 5 Dec 10 12:11 ptyp5
crw------- 1 root root 2, 6 Dec 10 12:11 ptyp6
crw------- 1 root root 2, 7 Dec 10 12:11 ptyp7
crw------- 1 root root 2, 8 Dec 10 12:11 ptyp8
crw------- 1 root root 2, 9 Dec 10 12:11 ptyp9
crw------- 1 root root 2, 10 Dec 10 12:11 ptypa
crw------- 1 root root 2, 11 Dec 10 12:11 ptypb
crw-rw-rw- 1 root root 1, 8 Dec 10 12:11 random
drwxr-xr-x 2 root root 60 Dec 10 12:11 raw
crw------- 1 root root 10, 58 Dec 10 12:11 rfkill
lrwxrwxrwx 1 root root 4 Dec 10 12:11 rtc -> rtc0
crw------- 1 root root 254, 0 Dec 10 12:11 rtc0
brw------- 1 root root 8, 0 Dec 10 12:11 sda
brw------- 1 root root 8, 1 Dec 10 12:11 sda1
brw------- 1 root root 8, 2 Dec 10 12:11 sda2
brw------- 1 root root 8, 3 Dec 10 12:11 sda3
brw------- 1 root root 8, 16 Dec 10 12:11 sdb
brw------- 1 root root 8, 17 Dec 10 12:11 sdb1
brw------- 1 root root 8, 18 Dec 10 12:11 sdb2
brw------- 1 root root 8, 19 Dec 10 12:11 sdb3
brw------- 1 root root 8, 32 Dec 10 12:11 sdc
crw------- 1 root root 10, 231 Dec 10 12:11 snapshot
drwxr-xr-x 2 root root 80 Dec 10 12:11 snd
lrwxrwxrwx 1 root root 15 Dec 10 12:11 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root 15 Dec 10 12:11 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root 15 Dec 10 12:11 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root root 5, 0 Dec 10 12:11 tty
crw------- 1 root root 4, 0 Dec 10 12:11 tty0
crw------- 1 root root 4, 1 Dec 10 12:11 tty1
crw------- 1 root root 4, 10 Dec 10 12:11 tty10
crw------- 1 root root 4, 11 Dec 10 12:11 tty11
crw------- 1 root root 4, 12 Dec 10 12:11 tty12
crw------- 1 root root 4, 13 Dec 10 12:11 tty13
crw------- 1 root root 4, 14 Dec 10 12:11 tty14
crw------- 1 root root 4, 15 Dec 10 12:11 tty15
crw------- 1 root root 4, 16 Dec 10 12:11 tty16
crw------- 1 root root 4, 17 Dec 10 12:11 tty17
crw------- 1 root root 4, 18 Dec 10 12:11 tty18
crw------- 1 root root 4, 19 Dec 10 12:11 tty19
crw------- 1 root root 4, 2 Dec 10 12:11 tty2
crw------- 1 root root 4, 20 Dec 10 12:11 tty20
crw------- 1 root root 4, 21 Dec 10 12:11 tty21
crw------- 1 root root 4, 22 Dec 10 12:11 tty22
crw------- 1 root root 4, 23 Dec 10 12:11 tty23
crw------- 1 root root 4, 24 Dec 10 12:11 tty24
crw------- 1 root root 4, 25 Dec 10 12:11 tty25
crw------- 1 root root 4, 26 Dec 10 12:11 tty26
crw------- 1 root root 4, 27 Dec 10 12:11 tty27
crw------- 1 root root 4, 28 Dec 10 12:11 tty28
crw------- 1 root root 4, 29 Dec 10 12:11 tty29
crw------- 1 root root 4, 3 Dec 10 12:11 tty3
crw------- 1 root root 4, 30 Dec 10 12:11 tty30
crw------- 1 root root 4, 31 Dec 10 12:11 tty31
crw------- 1 root root 4, 32 Dec 10 12:11 tty32
crw------- 1 root root 4, 33 Dec 10 12:11 tty33
crw------- 1 root root 4, 34 Dec 10 12:11 tty34
crw------- 1 root root 4, 35 Dec 10 12:11 tty35
crw------- 1 root root 4, 36 Dec 10 12:11 tty36
crw------- 1 root root 4, 37 Dec 10 12:11 tty37
crw------- 1 root root 4, 38 Dec 10 12:11 tty38
crw------- 1 root root 4, 39 Dec 10 12:11 tty39
crw------- 1 root root 4, 4 Dec 10 12:11 tty4
crw------- 1 root root 4, 40 Dec 10 12:11 tty40
crw------- 1 root root 4, 41 Dec 10 12:11 tty41
crw------- 1 root root 4, 42 Dec 10 12:11 tty42
crw------- 1 root root 4, 43 Dec 10 12:11 tty43
crw------- 1 root root 4, 44 Dec 10 12:11 tty44
crw------- 1 root root 4, 45 Dec 10 12:11 tty45
crw------- 1 root root 4, 46 Dec 10 12:11 tty46
crw------- 1 root root 4, 47 Dec 10 12:11 tty47
crw------- 1 root root 4, 48 Dec 10 12:11 tty48
crw------- 1 root root 4, 49 Dec 10 12:11 tty49
crw------- 1 root root 4, 5 Dec 10 12:11 tty5
crw------- 1 root root 4, 50 Dec 10 12:11 tty50
crw------- 1 root root 4, 51 Dec 10 12:11 tty51
crw------- 1 root root 4, 52 Dec 10 12:11 tty52
crw------- 1 root root 4, 53 Dec 10 12:11 tty53
crw------- 1 root root 4, 54 Dec 10 12:11 tty54
crw------- 1 root root 4, 55 Dec 10 12:11 tty55
crw------- 1 root root 4, 56 Dec 10 12:11 tty56
crw------- 1 root root 4, 57 Dec 10 12:11 tty57
crw------- 1 root root 4, 58 Dec 10 12:11 tty58
crw------- 1 root root 4, 59 Dec 10 12:11 tty59
crw------- 1 root root 4, 6 Dec 10 12:11 tty6
crw------- 1 root root 4, 60 Dec 10 12:11 tty60
crw------- 1 root root 4, 61 Dec 10 12:11 tty61
crw------- 1 root root 4, 62 Dec 10 12:11 tty62
crw------- 1 root root 4, 63 Dec 10 12:11 tty63
crw------- 1 root root 4, 7 Dec 10 12:11 tty7
crw------- 1 root root 4, 8 Dec 10 12:11 tty8
crw------- 1 root root 4, 9 Dec 10 12:11 tty9
crw------- 1 root root 4, 64 Dec 10 12:11 ttyS0
crw------- 1 root root 4, 65 Dec 10 12:11 ttyS1
crw------- 1 root root 4, 66 Dec 10 12:11 ttyS2
crw------- 1 root root 4, 67 Dec 10 12:11 ttyS3
crw------- 1 root root 3, 0 Dec 10 12:11 ttyp0
crw------- 1 root root 3, 1 Dec 10 12:11 ttyp1
crw------- 1 root root 3, 2 Dec 10 12:11 ttyp2
crw------- 1 root root 3, 3 Dec 10 12:11 ttyp3
crw------- 1 root root 3, 4 Dec 10 12:11 ttyp4
crw------- 1 root root 3, 5 Dec 10 12:11 ttyp5
crw------- 1 root root 3, 6 Dec 10 12:11 ttyp6
crw------- 1 root root 3, 7 Dec 10 12:11 ttyp7
crw------- 1 root root 3, 8 Dec 10 12:11 ttyp8
crw------- 1 root root 3, 9 Dec 10 12:11 ttyp9
crw------- 1 root root 3, 10 Dec 10 12:11 ttypa
crw------- 1 root root 3, 11 Dec 10 12:11 ttypb
crw------- 1 root root 10, 239 Dec 10 12:11 uhid
crw------- 1 root root 10, 223 Dec 10 12:11 uinput
crw-rw-rw- 1 root root 1, 9 Dec 10 12:11 urandom
crw------- 1 root root 249, 0 Dec 10 12:11 usbmon0
crw------- 1 root root 249, 1 Dec 10 12:11 usbmon1
crw------- 1 root root 7, 0 Dec 10 12:11 vcs
crw------- 1 root root 7, 1 Dec 10 12:11 vcs1
crw------- 1 root root 7, 128 Dec 10 12:11 vcsa
crw------- 1 root root 7, 129 Dec 10 12:11 vcsa1
drwxr-xr-x 2 root root 60 Dec 10 12:11 vfio
crw------- 1 root root 10, 63 Dec 10 12:11 vga_arbiter
crw------- 1 root root 10, 238 Dec 10 12:11 vhost-net
drwxr-xr-x 2 root root 60 Dec 10 12:11 virtio-ports
crw------- 1 root root 246, 1 Dec 10 12:11 vport1p1
crw-rw-rw- 1 root root 1, 5 Dec 10 12:11 zero
/dev/block:
total 0
lrwxrwxrwx 1 root root 6 Dec 10 12:11 8:0 -> ../sda
lrwxrwxrwx 1 root root 7 Dec 10 12:11 8:1 -> ../sda1
lrwxrwxrwx 1 root root 6 Dec 10 12:11 8:16 -> ../sdb
lrwxrwxrwx 1 root root 7 Dec 10 12:11 8:17 -> ../sdb1
lrwxrwxrwx 1 root root 7 Dec 10 12:11 8:18 -> ../sdb2
lrwxrwxrwx 1 root root 7 Dec 10 12:11 8:19 -> ../sdb3
lrwxrwxrwx 1 root root 7 Dec 10 12:11 8:2 -> ../sda2
lrwxrwxrwx 1 root root 7 Dec 10 12:11 8:3 -> ../sda3
lrwxrwxrwx 1 root root 6 Dec 10 12:11 8:32 -> ../sdc
/dev/bsg:
total 0
crw------- 1 root root 252, 0 Dec 10 12:11 2:0:0:0
crw------- 1 root root 252, 1 Dec 10 12:11 2:0:1:0
crw------- 1 root root 252, 2 Dec 10 12:11 2:0:2:0
/dev/bus:
total 0
drwxr-xr-x 3 root root 60 Dec 10 12:11 usb
/dev/bus/usb:
total 0
drwxr-xr-x 2 root root 60 Dec 10 12:11 001
/dev/bus/usb/001:
total 0
crw------- 1 root root 189, 0 Dec 10 12:11 001
/dev/char:
total 0
lrwxrwxrwx 1 root root 8 Dec 10 12:11 10:144 -> ../nvram
lrwxrwxrwx 1 root root 16 Dec 10 12:11 10:184 -> ../cpu/microcode
lrwxrwxrwx 1 root root 9 Dec 10 12:11 10:227 -> ../mcelog
lrwxrwxrwx 1 root root 11 Dec 10 12:11 10:231 -> ../snapshot
lrwxrwxrwx 1 root root 6 Dec 10 12:11 10:232 -> ../kvm
lrwxrwxrwx 1 root root 9 Dec 10 12:11 10:235 -> ../autofs
lrwxrwxrwx 1 root root 17 Dec 10 12:11 10:236 -> ../mapper/control
lrwxrwxrwx 1 root root 9 Dec 10 12:11 10:58 -> ../rfkill
lrwxrwxrwx 1 root root 21 Dec 10 12:11 10:59 -> ../network_throughput
lrwxrwxrwx 1 root root 18 Dec 10 12:11 10:60 -> ../network_latency
lrwxrwxrwx 1 root root 18 Dec 10 12:11 10:61 -> ../cpu_dma_latency
lrwxrwxrwx 1 root root 8 Dec 10 12:11 10:62 -> ../crash
lrwxrwxrwx 1 root root 14 Dec 10 12:11 10:63 -> ../vga_arbiter
lrwxrwxrwx 1 root root 12 Dec 10 12:11 116:33 -> ../snd/timer
lrwxrwxrwx 1 root root 15 Dec 10 2015 13:32 -> ../input/mouse0
lrwxrwxrwx 1 root root 13 Dec 10 12:11 13:63 -> ../input/mice
lrwxrwxrwx 1 root root 15 Dec 10 12:11 13:64 -> ../input/event0
lrwxrwxrwx 1 root root 15 Dec 10 12:11 13:65 -> ../input/event1
lrwxrwxrwx 1 root root 15 Dec 10 2015 13:66 -> ../input/event2
lrwxrwxrwx 1 root root 13 Dec 10 12:11 162:0 -> ../raw/rawctl
lrwxrwxrwx 1 root root 18 Dec 10 12:11 189:0 -> ../bus/usb/001/001
lrwxrwxrwx 1 root root 6 Dec 10 12:11 1:1 -> ../mem
lrwxrwxrwx 1 root root 7 Dec 10 12:11 1:11 -> ../kmsg
lrwxrwxrwx 1 root root 9 Dec 10 12:11 1:12 -> ../oldmem
lrwxrwxrwx 1 root root 7 Dec 10 12:11 1:3 -> ../null
lrwxrwxrwx 1 root root 7 Dec 10 12:11 1:4 -> ../port
lrwxrwxrwx 1 root root 7 Dec 10 12:11 1:5 -> ../zero
lrwxrwxrwx 1 root root 7 Dec 10 12:11 1:7 -> ../full
lrwxrwxrwx 1 root root 9 Dec 10 12:11 1:8 -> ../random
lrwxrwxrwx 1 root root 10 Dec 10 12:11 1:9 -> ../urandom
lrwxrwxrwx 1 root root 12 Dec 10 12:11 202:0 -> ../cpu/0/msr
lrwxrwxrwx 1 root root 14 Dec 10 12:11 203:0 -> ../cpu/0/cpuid
lrwxrwxrwx 1 root root 11 Dec 10 12:11 246:1 -> ../vport1p1
lrwxrwxrwx 1 root root 10 Dec 10 12:11 249:0 -> ../usbmon0
lrwxrwxrwx 1 root root 10 Dec 10 12:11 249:1 -> ../usbmon1
lrwxrwxrwx 1 root root 14 Dec 10 12:11 252:0 -> ../bsg/2:0:0:0
lrwxrwxrwx 1 root root 14 Dec 10 12:11 252:1 -> ../bsg/2:0:1:0
lrwxrwxrwx 1 root root 14 Dec 10 12:11 252:2 -> ../bsg/2:0:2:0
lrwxrwxrwx 1 root root 7 Dec 10 12:11 254:0 -> ../rtc0
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:0 -> ../ptyp0
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:1 -> ../ptyp1
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:10 -> ../ptypa
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:11 -> ../ptypb
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:2 -> ../ptyp2
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:3 -> ../ptyp3
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:4 -> ../ptyp4
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:5 -> ../ptyp5
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:6 -> ../ptyp6
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:7 -> ../ptyp7
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:8 -> ../ptyp8
lrwxrwxrwx 1 root root 8 Dec 10 12:11 2:9 -> ../ptyp9
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:0 -> ../ttyp0
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:1 -> ../ttyp1
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:10 -> ../ttypa
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:11 -> ../ttypb
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:2 -> ../ttyp2
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:3 -> ../ttyp3
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:4 -> ../ttyp4
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:5 -> ../ttyp5
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:6 -> ../ttyp6
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:7 -> ../ttyp7
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:8 -> ../ttyp8
lrwxrwxrwx 1 root root 8 Dec 10 12:11 3:9 -> ../ttyp9
lrwxrwxrwx 1 root root 7 Dec 10 12:11 4:0 -> ../tty0
lrwxrwxrwx 1 root root 7 Dec 10 12:11 4:1 -> ../tty1
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:10 -> ../tty10
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:11 -> ../tty11
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:12 -> ../tty12
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:13 -> ../tty13
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:14 -> ../tty14
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:15 -> ../tty15
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:16 -> ../tty16
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:17 -> ../tty17
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:18 -> ../tty18
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:19 -> ../tty19
lrwxrwxrwx 1 root root 7 Dec 10 12:11 4:2 -> ../tty2
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:20 -> ../tty20
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:21 -> ../tty21
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:22 -> ../tty22
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:23 -> ../tty23
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:24 -> ../tty24
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:25 -> ../tty25
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:26 -> ../tty26
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:27 -> ../tty27
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:28 -> ../tty28
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:29 -> ../tty29
lrwxrwxrwx 1 root root 7 Dec 10 12:11 4:3 -> ../tty3
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:30 -> ../tty30
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:31 -> ../tty31
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:32 -> ../tty32
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:33 -> ../tty33
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:34 -> ../tty34
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:35 -> ../tty35
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:36 -> ../tty36
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:37 -> ../tty37
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:38 -> ../tty38
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:39 -> ../tty39
lrwxrwxrwx 1 root root 7 Dec 10 12:11 4:4 -> ../tty4
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:40 -> ../tty40
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:41 -> ../tty41
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:42 -> ../tty42
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:43 -> ../tty43
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:44 -> ../tty44
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:45 -> ../tty45
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:46 -> ../tty46
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:47 -> ../tty47
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:48 -> ../tty48
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:49 -> ../tty49
lrwxrwxrwx 1 root root 7 Dec 10 12:11 4:5 -> ../tty5
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:50 -> ../tty50
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:51 -> ../tty51
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:52 -> ../tty52
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:53 -> ../tty53
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:54 -> ../tty54
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:55 -> ../tty55
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:56 -> ../tty56
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:57 -> ../tty57
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:58 -> ../tty58
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:59 -> ../tty59
lrwxrwxrwx 1 root root 7 Dec 10 12:11 4:6 -> ../tty6
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:60 -> ../tty60
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:61 -> ../tty61
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:62 -> ../tty62
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:63 -> ../tty63
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:64 -> ../ttyS0
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:65 -> ../ttyS1
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:66 -> ../ttyS2
lrwxrwxrwx 1 root root 8 Dec 10 12:11 4:67 -> ../ttyS3
lrwxrwxrwx 1 root root 7 Dec 10 12:11 4:7 -> ../tty7
lrwxrwxrwx 1 root root 7 Dec 10 12:11 4:8 -> ../tty8
lrwxrwxrwx 1 root root 7 Dec 10 12:11 4:9 -> ../tty9
lrwxrwxrwx 1 root root 6 Dec 10 12:11 5:0 -> ../tty
lrwxrwxrwx 1 root root 10 Dec 10 12:11 5:1 -> ../console
lrwxrwxrwx 1 root root 7 Dec 10 12:11 5:2 -> ../ptmx
lrwxrwxrwx 1 root root 6 Dec 10 12:11 7:0 -> ../vcs
lrwxrwxrwx 1 root root 7 Dec 10 12:11 7:1 -> ../vcs1
lrwxrwxrwx 1 root root 7 Dec 10 12:11 7:128 -> ../vcsa
lrwxrwxrwx 1 root root 8 Dec 10 12:11 7:129 -> ../vcsa1
/dev/cpu:
total 0
drwxr-xr-x 2 root root 80 Dec 10 12:11 0
crw------- 1 root root 10, 184 Dec 10 12:11 microcode
/dev/cpu/0:
total 0
crw------- 1 root root 203, 0 Dec 10 12:11 cpuid
crw------- 1 root root 202, 0 Dec 10 12:11 msr
/dev/disk:
total 0
drwxr-xr-x 2 root root 220 Dec 10 12:11 by-id
drwxr-xr-x 2 root root 80 Dec 10 12:11 by-label
drwxr-xr-x 2 root root 160 Dec 10 12:11 by-partlabel
drwxr-xr-x 2 root root 100 Dec 10 12:11 by-partuuid
drwxr-xr-x 2 root root 220 Dec 10 12:11 by-path
drwxr-xr-x 2 root root 100 Dec 10 12:11 by-uuid
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 9 Dec 10 12:11 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0 -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 10 12:11 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 10 12:11 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 10 12:11 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part3 -> ../../sda3
lrwxrwxrwx 1 root root 9 Dec 10 12:11 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Dec 10 12:11 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Dec 10 12:11 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Dec 10 12:11 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-0-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 9 Dec 10 12:11 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-2-0 -> ../../sdc
/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 Dec 10 12:11 SYSTEM -> ../../sdb1
lrwxrwxrwx 1 root root 10 Dec 10 12:11 Windows -> ../../sda3
/dev/disk/by-partlabel:
total 0
lrwxrwxrwx 1 root root 10 Dec 10 12:11 Basic -> ../../sdb3
lrwxrwxrwx 1 root root 10 Dec 10 12:11 Basic\x20data\x20partition -> ../../sda3
lrwxrwxrwx 1 root root 10 Dec 10 12:11 EFI -> ../../sdb1
lrwxrwxrwx 1 root root 10 Dec 10 12:11 EFI\x20system\x20partition -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 10 12:11 Microsoft -> ../../sdb2
lrwxrwxrwx 1 root root 10 Dec 10 12:11 Microsoft\x20reserved\x20partition -> ../../sda2
/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 Dec 10 12:11 2d6214c6-8b96-49c7-a73e-a825a1b47f7d -> ../../sda3
lrwxrwxrwx 1 root root 10 Dec 10 12:11 e8b2350c-a5b2-4e16-a613-9306cfc01bf3 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Dec 10 12:11 faf07eb8-e18d-4463-a227-e5de8bb5765f -> ../../sdb1
/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root 9 Dec 10 12:11 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 10 12:11 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 10 12:11 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 10 12:11 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0-part3 -> ../../sda3
lrwxrwxrwx 1 root root 9 Dec 10 12:11 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:1:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Dec 10 12:11 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:1:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Dec 10 12:11 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:1:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Dec 10 12:11 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:1:0-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 9 Dec 10 12:11 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:2:0 -> ../../sdc
/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 9 Dec 10 12:11 1a8c6a61-804a-4c4a-b81d-1a1b14977450 -> ../../sdc
lrwxrwxrwx 1 root root 10 Dec 10 12:11 5695-ADC6 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Dec 10 12:11 608A9D0D8A9CE0B8 -> ../../sda3
/dev/input:
total 0
drwxr-xr-x 2 root root 120 Dec 10 2015 by-path
crw------- 1 root root 13, 64 Dec 10 12:11 event0
crw------- 1 root root 13, 65 Dec 10 12:11 event1
crw------- 1 root root 13, 66 Dec 10 2015 event2
crw------- 1 root root 13, 63 Dec 10 12:11 mice
crw------- 1 root root 13, 32 Dec 10 2015 mouse0
/dev/input/by-path:
total 0
lrwxrwxrwx 1 root root 9 Dec 10 12:11 platform-i8042-serio-0-event-kbd -> ../event0
lrwxrwxrwx 1 root root 9 Dec 10 2015 platform-i8042-serio-1-event-mouse -> ../event2
lrwxrwxrwx 1 root root 9 Dec 10 2015 platform-i8042-serio-1-mouse -> ../mouse0
lrwxrwxrwx 1 root root 9 Dec 10 12:11 platform-pcspkr-event-spkr -> ../event1
/dev/mapper:
total 0
crw------- 1 root root 10, 236 Dec 10 12:11 control
/dev/net:
total 0
crw-rw-rw- 1 root root 10, 200 Dec 10 12:11 tun
/dev/raw:
total 0
crw------- 1 root root 162, 0 Dec 10 12:11 rawctl
/dev/snd:
total 0
crw-rw---- 1 root audio 116, 1 Dec 10 12:11 seq
crw-rw---- 1 root audio 116, 33 Dec 10 12:11 timer
/dev/vfio:
total 0
crw------- 1 root root 10, 196 Dec 10 12:11 vfio
/dev/virtio-ports:
total 0
lrwxrwxrwx 1 root root 11 Dec 10 12:11 org.libguestfs.channel.0 -> ../vport1p1
rootfs / rootfs rw 0 0
proc /proc proc rw,relatime 0 0
/dev/root / ext2 rw,noatime 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
tmpfs /run tmpfs rw,nosuid,relatime,size=96932k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=239868k,nr_inodes=59967,mode=755 0 0
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
Module Size Used by
dm_mod 104038 0
kvm_intel 148081 0
kvm 465542 1 kvm_intel
ghash_clmulni_intel 13259 0
snd_pcm 103996 0
aesni_intel 69884 0
snd_timer 29562 1 snd_pcm
lrw 13286 1 aesni_intel
gf128mul 14951 1 lrw
glue_helper 13990 1 aesni_intel
ablk_helper 13597 1 aesni_intel
cryptd 20359 3 ghash_clmulni_intel,aesni_intel,ablk_helper
snd 79223 2 snd_timer,snd_pcm
soundcore 15047 1 snd
pcspkr 12718 0
serio_raw 13462 0
ata_generic 12910 0
pata_acpi 13038 0
libcrc32c 12644 0
crc8 12893 0
crc_itu_t 12707 0
crc_ccitt 12707 0
ext4 579116 1
mbcache 15006 1 ext4
jbd2 102940 1 ext4
virtio_pci 17725 0
virtio_balloon 13530 0
virtio_scsi 18371 1
sr_mod 22416 0
cdrom 42556 1 sr_mod
sd_mod 45499 1
crc_t10dif 12714 1 sd_mod
scsi_transport_spi 30732 0
megaraid_sas 117865 0
rfkill 26536 0
sparse_keymap 13948 0
virtio_net 28059 0
virtio_console 28018 0
virtio_rng 13019 0
virtio_blk 18112 0
virtio_ring 21423 7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi
virtio 14450 7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi
ata_piix 35038 0
libata 218854 3 pata_acpi,ata_generic,ata_piix
crct10dif_generic 12647 0
crc32 12714 0
crct10dif_pclmul 14289 1
crct10dif_common 12595 3 crct10dif_pclmul,crct10dif_generic,crc_t10dif
crc32c_intel 22079 1
crc32_pclmul 13113 0
Thu Dec 10 12:11:43 UTC 2015
clocksource: kvm-clock
uptime: 1.12 0.58
guestfsd --verbose
trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'
udevadm --debug settle
calling: settle
libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG
libguestfs: [02418ms] appliance is up
libguestfs: trace: launch = 0
libguestfs: trace: lvm_set_filter "/dev/sda"
guestfsd: main_loop: new request, len 0x38
lvm vgchange -an
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
lvm vgscan
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
lvm vgchange -ay
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
libguestfs: trace: lvm_set_filter = 0
libguestfs: trace: feature_available "ntfsprogs ntfs3g"
libguestfs: trace: internal_feature_available "ntfsprogs"
guestfsd: main_loop: proc 255 (lvm_set_filter) took 0.34 seconds
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 458 (internal_feature_available) took 0.00 seconds
libguestfs: trace: internal_feature_available = 0
libguestfs: trace: internal_feature_available "ntfs3g"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 458 (internal_feature_available) took 0.00 seconds
libguestfs: trace: internal_feature_available = 0
libguestfs: trace: feature_available = 1
libguestfs: trace: feature_available "btrfs"
libguestfs: trace: internal_feature_available "btrfs"
guestfsd: main_loop: new request, len 0x34
grep ^[[:space:]]*btrfs$ /proc/filesystems
modprobe btrfs
[ 1.481284] xor: automatically using best checksumming function:
[ 1.491005] avx : 38880.000 MB/sec
[ 1.509010] raid6: sse2x1 12175 MB/s
[ 1.526006] raid6: sse2x2 15593 MB/s
[ 1.543006] raid6: sse2x4 18105 MB/s
[ 1.560006] raid6: avx2x1 24183 MB/s
[ 1.577006] raid6: avx2x2 28332 MB/s
[ 1.594006] raid6: avx2x4 32160 MB/s
[ 1.594237] raid6: using algorithm avx2x4 (32160 MB/s)
[ 1.594513] raid6: using avx2x2 recovery algorithm
[ 1.607423] Btrfs loaded
grep ^[[:space:]]*btrfs$ /proc/filesystems
libguestfs: trace: internal_feature_available = 0
libguestfs: trace: feature_available = 1
libguestfs: trace: feature_available "xfs"
libguestfs: trace: internal_feature_available "xfs"
guestfsd: main_loop: proc 458 (internal_feature_available) took 0.12 seconds
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 458 (internal_feature_available) took 0.00 seconds
libguestfs: trace: internal_feature_available = 1
libguestfs: trace: feature_available = 0
libguestfs: trace: blockdev_getss "/dev/sdb"
guestfsd: main_loop: new request, len 0x34
udevadm --debug settle
calling: settle
blockdev --getss /dev/sdb
guestfsd: main_loop: proc 59 (blockdev_getss) took 0.00 seconds
libguestfs: trace: blockdev_getss = 512
libguestfs: trace: blockdev_getsize64 "/dev/sda"
guestfsd: main_loop: new request, len 0x34
udevadm --debug settle
calling: settle
blockdev --getsize64 /dev/sda
guestfsd: main_loop: proc 63 (blockdev_getsize64) took 0.00 seconds
libguestfs: trace: blockdev_getsize64 = 68719476736
libguestfs: trace: blockdev_getsize64 "/dev/sdb"
guestfsd: main_loop: new request, len 0x34
udevadm --debug settle
calling: settle
blockdev --getsize64 /dev/sdb
guestfsd: main_loop: proc 63 (blockdev_getsize64) took 0.00 seconds
libguestfs: trace: blockdev_getsize64 = 69793218560
libguestfs: trace: part_get_parttype "/dev/sda"
guestfsd: main_loop: new request, len 0x34
parted -m -s -- /dev/sda unit b print
libguestfs: trace: part_get_parttype = "gpt"
/vz/stored_hdd/vzt-compressor.Test_compactDisk.testResizeReduce/harddisk.hdd size 68719476736 bytes
/vz/vmprivate/win2012.pvm/harddisk.hdd size 69793218560 bytes
partition table type: gpt
libguestfs: trace: pvs_full
guestfsd: main_loop: proc 214 (part_get_parttype) took 0.00 seconds
guestfsd: main_loop: new request, len 0x28
lvm pvs -o pv_name,pv_uuid,pv_fmt,pv_size,dev_size,pv_free,pv_used,pv_attr,pv_pe_count,pv_pe_alloc_count,pv_tags,pe_start,pv_mda_count,pv_mda_free --unbuffered --noheadings --nosuffix --separator : --units b
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
libguestfs: trace: pvs_full = <struct guestfs_lvm_pv_list *>
libguestfs: trace: part_list "/dev/sda"
guestfsd: main_loop: proc 12 (pvs_full) took 0.00 seconds
guestfsd: main_loop: new request, len 0x34
parted -m -s -- /dev/sda unit b print
libguestfs: trace: part_list = <struct guestfs_partition_list *>
libguestfs: trace: part_get_bootable "/dev/sda" 1
guestfsd: main_loop: proc 213 (part_list) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
parted -m -s -- /dev/sda unit b print
libguestfs: trace: part_get_bootable = 1
libguestfs: trace: part_get_gpt_type "/dev/sda" 1
guestfsd: main_loop: proc 234 (part_get_bootable) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
sgdisk /dev/sda -i 1
Partition GUID code: C12A7328-F81F-11D2-BA4B-00A0C93EC93B (EFI System)
Partition unique GUID: FAF07EB8-E18D-4463-A227-E5DE8BB5765F
First sector: 2048 (at 1024.0 KiB)
Last sector: 206847 (at 101.0 MiB)
Partition size: 204800 sectors (100.0 MiB)
Attribute flags: 8000000000000000
Partition name: 'EFI system partition'
guestfsd: main_loop: proc 393 (part_get_gpt_type) took 0.00 seconds
libguestfs: trace: part_get_gpt_type = "C12A7328-F81F-11D2-BA4B-00A0C93EC93B"
libguestfs: trace: vfs_type "/dev/sda1"
guestfsd: main_loop: new request, len 0x38
blkid -c /dev/null -o value -s TYPE /dev/sda1
libguestfs: trace: vfs_type = "vfat"
libguestfs: trace: mount_ro "/dev/sda1" "/"
guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
guestfsd: main_loop: new request, len 0x40
mount -o ro /dev/sda1 /sysroot/
libguestfs: trace: mount_ro = 0
libguestfs: trace: statvfs "/"
guestfsd: main_loop: proc 73 (mount_ro) took 0.00 seconds
guestfsd: main_loop: new request, len 0x30
libguestfs: trace: statvfs = <struct guestfs_statvfs *>
libguestfs: trace: umount "/"
guestfsd: main_loop: proc 54 (statvfs) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
umount /sysroot/
libguestfs: trace: umount = 0
libguestfs: trace: part_get_name "/dev/sda" 1
guestfsd: main_loop: proc 45 (umount) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
parted -m -s -- /dev/sda unit b print
parted -m -s -- /dev/sda unit b print
libguestfs: trace: part_get_name = "EFI system partition"
libguestfs: trace: part_get_gpt_guid "/dev/sda" 1
guestfsd: main_loop: proc 416 (part_get_name) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
sgdisk /dev/sda -i 1
Partition GUID code: C12A7328-F81F-11D2-BA4B-00A0C93EC93B (EFI System)
Partition unique GUID: FAF07EB8-E18D-4463-A227-E5DE8BB5765F
First sector: 2048 (at 1024.0 KiB)
Last sector: 206847 (at 101.0 MiB)
Partition size: 204800 sectors (100.0 MiB)
Attribute flags: 8000000000000000
Partition name: 'EFI system partition'
guestfsd: main_loop: proc 447 (part_get_gpt_guid) took 0.00 seconds
libguestfs: trace: part_get_gpt_guid = "FAF07EB8-E18D-4463-A227-E5DE8BB5765F"
libguestfs: trace: part_get_bootable "/dev/sda" 2
guestfsd: main_loop: new request, len 0x38
parted -m -s -- /dev/sda unit b print
libguestfs: trace: part_get_bootable = 0
libguestfs: trace: part_get_gpt_type "/dev/sda" 2
guestfsd: main_loop: proc 234 (part_get_bootable) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
sgdisk /dev/sda -i 2
Partition GUID code: E3C9E316-0B5C-4DB8-817D-F92DF00215AE (Microsoft reserved)
Partition unique GUID: E8B2350C-A5B2-4E16-A613-9306CFC01BF3
First sector: 206848 (at 101.0 MiB)
Last sector: 468991 (at 229.0 MiB)
Partition size: 262144 sectors (128.0 MiB)
Attribute flags: 8000000000000000
Partition name: 'Microsoft reserved partition'
guestfsd: main_loop: proc 393 (part_get_gpt_type) took 0.00 seconds
libguestfs: trace: part_get_gpt_type = "E3C9E316-0B5C-4DB8-817D-F92DF00215AE"
libguestfs: trace: vfs_type "/dev/sda2"
guestfsd: main_loop: new request, len 0x38
blkid -c /dev/null -o value -s TYPE /dev/sda2
libguestfs: trace: vfs_type = ""
libguestfs: trace: mount_ro "/dev/sda2" "/"
guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
guestfsd: main_loop: new request, len 0x40
mount -o ro /dev/sda2 /sysroot/
[ 1.722800] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
guestfsd: error: /dev/sda2 on / (options: 'ro'): mount: wrong fs type, bad option, bad superblock on /dev/sda2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
guestfsd: main_loop: proc 73 (mount_ro) took 0.02 seconds
libguestfs: trace: mount_ro = -1 (error)
libguestfs: trace: part_get_name "/dev/sda" 2
guestfsd: main_loop: new request, len 0x38
parted -m -s -- /dev/sda unit b print
parted -m -s -- /dev/sda unit b print
libguestfs: trace: part_get_name = "Microsoft reserved partition"
libguestfs: trace: part_get_gpt_guid "/dev/sda" 2
guestfsd: main_loop: proc 416 (part_get_name) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
sgdisk /dev/sda -i 2
Partition GUID code: E3C9E316-0B5C-4DB8-817D-F92DF00215AE (Microsoft reserved)
Partition unique GUID: E8B2350C-A5B2-4E16-A613-9306CFC01BF3
First sector: 206848 (at 101.0 MiB)
Last sector: 468991 (at 229.0 MiB)
Partition size: 262144 sectors (128.0 MiB)
Attribute flags: 8000000000000000
Partition name: 'Microsoft reserved partition'
guestfsd: main_loop: proc 447 (part_get_gpt_guid) took 0.00 seconds
libguestfs: trace: part_get_gpt_guid = "E8B2350C-A5B2-4E16-A613-9306CFC01BF3"
libguestfs: trace: part_get_bootable "/dev/sda" 3
guestfsd: main_loop: new request, len 0x38
parted -m -s -- /dev/sda unit b print
libguestfs: trace: part_get_bootable = 0
libguestfs: trace: part_get_gpt_type "/dev/sda" 3
guestfsd: main_loop: proc 234 (part_get_bootable) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
sgdisk /dev/sda -i 3
Partition GUID code: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 (Microsoft basic data)
Partition unique GUID: 2D6214C6-8B96-49C7-A73E-A825A1B47F7D
First sector: 468992 (at 229.0 MiB)
Last sector: 134215679 (at 64.0 GiB)
Partition size: 133746688 sectors (63.8 GiB)
Attribute flags: 0000000000000000
Partition name: 'Basic data partition'
guestfsd: main_loop: proc 393 (part_get_gpt_type) took 0.00 seconds
libguestfs: trace: part_get_gpt_type = "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7"
libguestfs: trace: vfs_type "/dev/sda3"
guestfsd: main_loop: new request, len 0x38
blkid -c /dev/null -o value -s TYPE /dev/sda3
libguestfs: trace: vfs_type = "ntfs"
libguestfs: trace: mount_ro "/dev/sda3" "/"
guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
guestfsd: main_loop: new request, len 0x40
mount -o ro /dev/sda3 /sysroot/
[ 1.778952] fuse init (API version 7.22)
libguestfs: trace: mount_ro = 0
libguestfs: trace: statvfs "/"
guestfsd: main_loop: proc 73 (mount_ro) took 0.11 seconds
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 54 (statvfs) took 0.00 seconds
libguestfs: trace: statvfs = <struct guestfs_statvfs *>
libguestfs: trace: umount "/"
guestfsd: main_loop: new request, len 0x38
umount /sysroot/
libguestfs: trace: umount = 0
libguestfs: trace: part_get_name "/dev/sda" 3
guestfsd: main_loop: proc 45 (umount) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
parted -m -s -- /dev/sda unit b print
parted -m -s -- /dev/sda unit b print
libguestfs: trace: part_get_name = "Basic data partition"
libguestfs: trace: part_get_gpt_guid "/dev/sda" 3
guestfsd: main_loop: proc 416 (part_get_name) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
sgdisk /dev/sda -i 3
Partition GUID code: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 (Microsoft basic data)
Partition unique GUID: 2D6214C6-8B96-49C7-A73E-A825A1B47F7D
First sector: 468992 (at 229.0 MiB)
Last sector: 134215679 (at 64.0 GiB)
Partition size: 133746688 sectors (63.8 GiB)
Attribute flags: 0000000000000000
Partition name: 'Basic data partition'
guestfsd: main_loop: proc 447 (part_get_gpt_guid) took 0.00 seconds
libguestfs: trace: part_get_gpt_guid = "2D6214C6-8B96-49C7-A73E-A825A1B47F7D"
libguestfs: trace: lvs
guestfsd: main_loop: new request, len 0x28
lvm lvs -o vg_name,lv_name -S lv_role=public --noheadings --separator /
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
libguestfs: trace: lvs = []
/dev/sda1:
partition data: 1 1048576-105906175 (104857600 bytes)
partition sector data: 2048-206847 (204800 sectors)
target partition sector data: 0-0 (1 sectors)
bootable: true
partition ID: C12A7328-F81F-11D2-BA4B-00A0C93EC93B
content: filesystem vfat (100663296 bytes)
label: EFI system partition
GUID: FAF07EB8-E18D-4463-A227-E5DE8BB5765F
/dev/sda2:
partition data: 2 105906176-240123903 (134217728 bytes)
partition sector data: 206848-468991 (262144 sectors)
target partition sector data: 0-0 (1 sectors)
bootable: false
partition ID: E3C9E316-0B5C-4DB8-817D-F92DF00215AE
content: unknown data
label: Microsoft reserved partition
GUID: E8B2350C-A5B2-4E16-A613-9306CFC01BF3
/dev/sda3:
partition data: 3 240123904-68718428159 (68478304256 bytes)
partition sector data: 468992-134215679 (133746688 sectors)
target partition sector data: 0-0 (1 sectors)
bootable: false
partition ID: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
content: filesystem ntfs (68478300160 bytes)
label: Basic data partition
GUID: 2D6214C6-8B96-49C7-A73E-A825A1B47F7D
0 logical volumes found
calculate surplus: outsize=69793218560 required=68717379584 overhead=2392064 surplus=1073446912
3 partitions found
**********
Summary of changes:
/dev/sda1: This partition will be left alone.
/dev/sda2: This partition will be left alone.
/dev/sda3: This partition will be left alone.
There is a surplus of 1023.7M. The surplus space will be ignored. Run a
partitioning program in the guest to partition this extra space if you
want.
**********
[ 3.4] Setting up initial partition table on /vz/vmprivate/win2012.pvm/harddisk.hdd
libguestfs: trace: part_init "/dev/sdb" "gpt"
guestfsd: main_loop: proc 11 (lvs) took 0.00 seconds
guestfsd: main_loop: new request, len 0x3c
udevadm --debug settle
calling: settle
parted -s -- /dev/sdb mklabel gpt
udevadm --debug settle
calling: settle
libguestfs: trace: part_init = 0
libguestfs: trace: pread_device "/dev/sda" 446 0
guestfsd: main_loop: proc 208 (part_init) took 0.01 seconds
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 276 (pread_device) took 0.00 seconds
libguestfs: trace: pread_device = "3\xc0\x8e\xd0\xbc\x00|\x8e\xc0\x8e\xd8\xbe\x00|\xbf\x00\x06\xb9\x00\x02\xfc\xf3\xa4Ph\x1c\x06\xcb\xfb\xb9\x04\x00\xbd\xbe\x07\x80~\x00\x00|\x0b\x0f\x85\x0e\x01\x83\xc5\x10\xe2\xf1\xcd\x18\x88V\x00U\xc6F\x11\x05\xc6F\x10\x00\xb4A\xbb\xaaU\xcd\x13]r\x0f\x81\xfbU\xaau\x09\xf7\xc1\x01\x00t\x03\xfeF\x10f`\x80~\x10\x00t&fh\x00\x00\x00\x00f\xffv\x08h\x00\x00h\x00|h\x01\x00h\x10\x00\xb4B\x8aV\x00\x8b\xf4\xcd\x13\x9f\x83\xc4\x10\x9e\xeb\x14\xb8\x01\x02\xbb\x00|\x8aV\x00\x8av\x01\x8aN\x02\x8an\x03\xcd\x13fas\x1c\xfeN\x11u\x0c\x80~\x00\x80\x0f\x84\x8a\x00\xb2\x80\xeb\x84U2\xe4\x8aV\x00\xcd\x13]\xeb\x9e\x81>\xfe}U\xaaun\xffv\x00\xe8\x8d\x00u\x17\xfa\xb0\xd1\xe6d\xe8\x83\x00\xb0\xdf\xe6`\xe8|\x00\xb0\xff\xe6d\xe8u\x00\xfb\xb8\x00\xbb\xcd\x1af#\xc0u;f\x81\xfbTCPAu2\x81\xf9\x02\x01r,fh\x07\xbb\x00"<truncated, original size 446 bytes>
libguestfs: trace: pwrite_device "/dev/sdb" "3\xc0\x8e\xd0\xbc\x00|\x8e\xc0\x8e\xd8\xbe\x00|\xbf\x00\x06\xb9\x00\x02\xfc\xf3\xa4Ph\x1c\x06\xcb\xfb\xb9\x04\x00\xbd\xbe\x07\x80~\x00\x00|\x0b\x0f\x85\x0e\x01\x83\xc5\x10\xe2\xf1\xcd\x18\x88V\x00U\xc6F\x11\x05\xc6F\x10\x00\xb4A\xbb\xaaU\xcd\x13]r\x0f\x81\xfbU\xaau\x09\xf7\xc1\x01\x00t\x03\xfeF\x10f`\x80~\x10\x00t&fh\x00\x00\x00\x00f\xffv\x08h\x00\x00h\x00|h\x01\x00h\x10\x00\xb4B\x8aV\x00\x8b\xf4\xcd\x13\x9f\x83\xc4\x10\x9e\xeb\x14\xb8\x01\x02\xbb\x00|\x8aV\x00\x8av\x01\x8aN\x02\x8an\x03\xcd\x13fas\x1c\xfeN\x11u\x0c\x80~\x00\x80\x0f\x84\x8a\x00\xb2\x80\xeb\x84U2\xe4\x8aV\x00\xcd\x13]\xeb\x9e\x81>\xfe}U\xaaun\xffv\x00\xe8\x8d\x00u\x17\xfa\xb0\xd1\xe6d\xe8\x83\x00\xb0\xdf\xe6`\xe8|\x00\xb0\xff\xe6d\xe8u\x00\xfb\xb8\x00\xbb\xcd\x1af#\xc0u;f\x81\xfbTCPAu2\x81\xf9\x02\x01r,fh\x07\xbb\x00"<truncated, original size 446 bytes> 0
guestfsd: main_loop: new request, len 0x200
udevadm --debug settle
calling: settle
libguestfs: trace: pwrite_device = 446
libguestfs: trace: pread_device "/dev/sda" 2097152 17408
guestfsd: main_loop: proc 275 (pwrite_device) took 0.00 seconds
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 276 (pread_device) took 0.00 seconds
libguestfs: trace: pread_device = "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"<truncated, original size 2097152 bytes>
libguestfs: trace: pwrite_device "/dev/sdb" "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"<truncated, original size 2097152 bytes> 17408
guestfsd: main_loop: new request, len 0x200040
udevadm --debug settle
calling: settle
libguestfs: trace: pwrite_device = 2097152
align_first_partition_and_fix_bootloader = false
target partition 1: ignore or copy: start=2048 end=206847
target partition 2: ignore or copy: start=206848 end=468991
target partition 3: ignore or copy: start=468992 end=134215679
libguestfs: trace: part_add "/dev/sdb" "primary" 2048 206847
guestfsd: main_loop: proc 275 (pwrite_device) took 0.00 seconds
guestfsd: main_loop: new request, len 0x50
udevadm --debug settle
calling: settle
parted -s -- /dev/sdb mkpart primary 2048s 206847s
udevadm --debug settle
calling: settle
libguestfs: trace: part_add = 0
libguestfs: trace: part_add "/dev/sdb" "primary" 206848 468991
guestfsd: main_loop: proc 209 (part_add) took 0.01 seconds
guestfsd: main_loop: new request, len 0x50
udevadm --debug settle
calling: settle
parted -s -- /dev/sdb mkpart primary 206848s 468991s
udevadm --debug settle
calling: settle
libguestfs: trace: part_add = 0
libguestfs: trace: part_add "/dev/sdb" "primary" 468992 134215679
guestfsd: main_loop: proc 209 (part_add) took 0.01 seconds
guestfsd: main_loop: new request, len 0x50
udevadm --debug settle
calling: settle
parted -s -- /dev/sdb mkpart primary 468992s 134215679s
udevadm --debug settle
calling: settle
libguestfs: trace: part_add = 0
After calculate target partitions:
/dev/sda1:
partition data: 1 1048576-105906175 (104857600 bytes)
partition sector data: 2048-206847 (204800 sectors)
target partition sector data: 2048-206847 (204800 sectors)
bootable: true
partition ID: C12A7328-F81F-11D2-BA4B-00A0C93EC93B
content: filesystem vfat (100663296 bytes)
label: EFI system partition
GUID: FAF07EB8-E18D-4463-A227-E5DE8BB5765F
/dev/sda2:
partition data: 2 105906176-240123903 (134217728 bytes)
partition sector data: 206848-468991 (262144 sectors)
target partition sector data: 206848-468991 (262144 sectors)
bootable: false
partition ID: E3C9E316-0B5C-4DB8-817D-F92DF00215AE
content: unknown data
label: Microsoft reserved partition
GUID: E8B2350C-A5B2-4E16-A613-9306CFC01BF3
/dev/sda3:
partition data: 3 240123904-68718428159 (68478304256 bytes)
partition sector data: 468992-134215679 (133746688 sectors)
target partition sector data: 468992-134215679 (133746688 sectors)
bootable: false
partition ID: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
content: filesystem ntfs (68478300160 bytes)
label: Basic data partition
GUID: 2D6214C6-8B96-49C7-A73E-A825A1B47F7D
[ 3.4] Copying /dev/sda1
libguestfs: trace: copy_device_to_device "/dev/sda1" "/dev/sdb1" "size:104857600" "sparse:true"
guestfsd: main_loop: proc 209 (part_add) took 0.01 seconds
guestfsd: main_loop: new request, len 0x68
libguestfs: trace: copy_device_to_device = 0
[ 3.6] Copying /dev/sda2
libguestfs: trace: copy_device_to_device "/dev/sda2" "/dev/sdb2" "size:134217728" "sparse:true"
guestfsd: main_loop: proc 294 (copy_device_to_device) took 0.16 seconds
guestfsd: main_loop: new request, len 0x68
libguestfs: trace: copy_device_to_device = 0
[ 3.7] Copying /dev/sda3
libguestfs: trace: copy_device_to_device "/dev/sda3" "/dev/sdb3" "size:68478304256" "sparse:true"
guestfsd: main_loop: proc 294 (copy_device_to_device) took 0.09 seconds
guestfsd: main_loop: new request, len 0x68
[ 186.888231] perf interrupt took too long (2581 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[ 204.144072] perf interrupt took too long (5140 > 5000), lowering kernel.perf_event_max_sample_rate to 25000
libguestfs: trace: copy_device_to_device = 0
libguestfs: trace: part_set_bootable "/dev/sdb" 1 true
guestfsd: main_loop: proc 294 (copy_device_to_device) took 228.79 seconds
guestfsd: main_loop: new request, len 0x3c
udevadm --debug settle
calling: settle
parted -s -- /dev/sdb set 1 boot on
udevadm --debug settle
calling: settle
libguestfs: trace: part_set_bootable = 0
libguestfs: trace: part_set_name "/dev/sdb" 1 "EFI system partition"
guestfsd: main_loop: proc 211 (part_set_bootable) took 0.03 seconds
guestfsd: main_loop: new request, len 0x50
udevadm --debug settle
calling: settle
parted -s -- /dev/sdb name 1 EFI system partition
Usage: parted [OPTION]... [DEVICE [COMMAND [PARAMETERS]...]...]
Apply COMMANDs with PARAMETERS to DEVICE. If no COMMAND(s) are given, run in
interactive mode.
OPTIONs:
-h, --help displays this help message
-l, --list lists partition layout on all block devices
-m, --machine displays machine parseable output
-s, --script never prompts for user intervention
-v, --version displays the version
-a, --align=[none|cyl|min|opt] alignment for new partitions
COMMANDs:
align-check TYPE N check partition N for TYPE(min|opt) alignment
help [COMMAND] print general help, or help on COMMAND
mklabel,mktable LABEL-TYPE create a new disklabel (partition table)
mkpart PART-TYPE [FS-TYPE] START END make a partition
name NUMBER NAME name partition NUMBER as NAME
print [devices|free|list,all|NUMBER] display the partition table, available devices, free space, all found partitions, or a particular partition
quit exit program
rescue START END rescue a lost partition near START and END
rm NUMBER delete partition NUMBER
select DEVICE choose the device to edit
disk_set FLAG STATE change the FLAG on selected device
disk_toggle [FLAG] toggle the state of FLAG on selected device
set NUMBER FLAG STATE change the FLAG on partition NUMBER
toggle [NUMBER [FLAG]] toggle the state of FLAG on partition NUMBER
unit UNIT set the default unit to UNIT
version display the version number and copyright information of GNU Parted
Report bugs to [email protected]
udevadm --debug settle
calling: settle
libguestfs: trace: part_set_name = 0
libguestfs: trace: part_set_gpt_guid "/dev/sdb" 1 "FAF07EB8-E18D-4463-A227-E5DE8BB5765F"
guestfsd: main_loop: proc 212 (part_set_name) took 0.02 seconds
guestfsd: main_loop: new request, len 0x60
sgdisk /dev/sdb -u 1:FAF07EB8-E18D-4463-A227-E5DE8BB5765F
[ 232.189397] sdb: sdb1 sdb2 sdb3
The operation has completed successfully.
guestfsd: main_loop: proc 446 (part_set_gpt_guid) took 1.00 seconds
libguestfs: trace: part_set_gpt_guid = 0
libguestfs: trace: part_set_gpt_type "/dev/sdb" 1 "C12A7328-F81F-11D2-BA4B-00A0C93EC93B"
guestfsd: main_loop: new request, len 0x60
sgdisk /dev/sdb -t 1:C12A7328-F81F-11D2-BA4B-00A0C93EC93B
[ 233.203486] sdb: sdb1 sdb2 sdb3
The operation has completed successfully.
guestfsd: main_loop: proc 392 (part_set_gpt_type) took 1.01 seconds
libguestfs: trace: part_set_gpt_type = 0
libguestfs: trace: part_set_name "/dev/sdb" 2 "Microsoft reserved partition"
guestfsd: main_loop: new request, len 0x58
udevadm --debug settle
calling: settle
parted -s -- /dev/sdb name 2 Microsoft reserved partition
Usage: parted [OPTION]... [DEVICE [COMMAND [PARAMETERS]...]...]
Apply COMMANDs with PARAMETERS to DEVICE. If no COMMAND(s) are given, run in
interactive mode.
OPTIONs:
-h, --help displays this help message
-l, --list lists partition layout on all block devices
-m, --machine displays machine parseable output
-s, --script never prompts for user intervention
-v, --version displays the version
-a, --align=[none|cyl|min|opt] alignment for new partitions
COMMANDs:
align-check TYPE N check partition N for TYPE(min|opt) alignment
help [COMMAND] print general help, or help on COMMAND
mklabel,mktable LABEL-TYPE create a new disklabel (partition table)
mkpart PART-TYPE [FS-TYPE] START END make a partition
name NUMBER NAME name partition NUMBER as NAME
print [devices|free|list,all|NUMBER] display the partition table, available devices, free space, all found partitions, or a particular partition
quit exit program
rescue START END rescue a lost partition near START and END
rm NUMBER delete partition NUMBER
select DEVICE choose the device to edit
disk_set FLAG STATE change the FLAG on selected device
disk_toggle [FLAG] toggle the state of FLAG on selected device
set NUMBER FLAG STATE change the FLAG on partition NUMBER
toggle [NUMBER [FLAG]] toggle the state of FLAG on partition NUMBER
unit UNIT set the default unit to UNIT
version display the version number and copyright information of GNU Parted
Report bugs to [email protected]
udevadm --debug settle
calling: settle
libguestfs: trace: part_set_name = 0
libguestfs: trace: part_set_gpt_guid "/dev/sdb" 2 "E8B2350C-A5B2-4E16-A613-9306CFC01BF3"
guestfsd: main_loop: proc 212 (part_set_name) took 0.03 seconds
guestfsd: main_loop: new request, len 0x60
sgdisk /dev/sdb -u 2:E8B2350C-A5B2-4E16-A613-9306CFC01BF3
[ 234.258838] sdb: sdb1 sdb2 sdb3
The operation has completed successfully.
libguestfs: trace: part_set_gpt_guid = 0
libguestfs: trace: part_set_gpt_type "/dev/sdb" 2 "E3C9E316-0B5C-4DB8-817D-F92DF00215AE"
guestfsd: main_loop: proc 446 (part_set_gpt_guid) took 1.01 seconds
guestfsd: main_loop: new request, len 0x60
sgdisk /dev/sdb -t 2:E3C9E316-0B5C-4DB8-817D-F92DF00215AE
[ 235.283384] sdb: sdb1 sdb2 sdb3
The operation has completed successfully.
guestfsd: main_loop: proc 392 (part_set_gpt_type) took 1.01 seconds
libguestfs: trace: part_set_gpt_type = 0
libguestfs: trace: part_set_name "/dev/sdb" 3 "Basic data partition"
guestfsd: main_loop: new request, len 0x50
udevadm --debug settle
calling: settle
parted -s -- /dev/sdb name 3 Basic data partition
Usage: parted [OPTION]... [DEVICE [COMMAND [PARAMETERS]...]...]
Apply COMMANDs with PARAMETERS to DEVICE. If no COMMAND(s) are given, run in
interactive mode.
OPTIONs:
-h, --help displays this help message
-l, --list lists partition layout on all block devices
-m, --machine displays machine parseable output
-s, --script never prompts for user intervention
-v, --version displays the version
-a, --align=[none|cyl|min|opt] alignment for new partitions
COMMANDs:
align-check TYPE N check partition N for TYPE(min|opt) alignment
help [COMMAND] print general help, or help on COMMAND
mklabel,mktable LABEL-TYPE create a new disklabel (partition table)
mkpart PART-TYPE [FS-TYPE] START END make a partition
name NUMBER NAME name partition NUMBER as NAME
print [devices|free|list,all|NUMBER] display the partition table, available devices, free space, all found partitions, or a particular partition
quit exit program
rescue START END rescue a lost partition near START and END
rm NUMBER delete partition NUMBER
select DEVICE choose the device to edit
disk_set FLAG STATE change the FLAG on selected device
disk_toggle [FLAG] toggle the state of FLAG on selected device
set NUMBER FLAG STATE change the FLAG on partition NUMBER
toggle [NUMBER [FLAG]] toggle the state of FLAG on partition NUMBER
unit UNIT set the default unit to UNIT
version display the version number and copyright information of GNU Parted
Report bugs to [email protected]
udevadm --debug settle
calling: settle
guestfsd: main_loop: proc 212 (part_set_name) took 0.03 seconds
libguestfs: trace: part_set_name = 0
libguestfs: trace: part_set_gpt_guid "/dev/sdb" 3 "2D6214C6-8B96-49C7-A73E-A825A1B47F7D"
guestfsd: main_loop: new request, len 0x60
sgdisk /dev/sdb -u 3:2D6214C6-8B96-49C7-A73E-A825A1B47F7D
[ 236.331577] sdb: sdb1 sdb2 sdb3
The operation has completed successfully.
guestfsd: main_loop: proc 446 (part_set_gpt_guid) took 1.00 seconds
libguestfs: trace: part_set_gpt_guid = 0
libguestfs: trace: part_set_gpt_type "/dev/sdb" 3 "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7"
guestfsd: main_loop: new request, len 0x60
sgdisk /dev/sdb -t 3:EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
[ 237.345592] sdb: sdb1 sdb2 sdb3
The operation has completed successfully.
guestfsd: main_loop: proc 392 (part_set_gpt_type) took 1.01 seconds
libguestfs: trace: part_set_gpt_type = 0
libguestfs: trace: shutdown
libguestfs: trace: internal_autosync
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=96932k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=239868k,nr_inodes=59967,mode=755 freq=0 passno=0
fsync /dev/sda
fsync /dev/sdb
guestfsd: main_loop: proc 282 (internal_autosync) took 0.00 seconds
libguestfs: trace: internal_autosync = 0
libguestfs: calling virDomainDestroy "guestfs-gqyk3aqt8nsnmuh8" flags=VIR_DOMAIN_DESTROY_GRACEFUL
libguestfs: trace: shutdown = 0
libguestfs: trace: close
libguestfs: closing guestfs handle 0x11677d0 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfswqW7Vb
Resize operation completed with no errors. Before deleting the old disk,
carefully check that the resized disk boots and works correctly.
_______________________________________________
Libguestfs mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libguestfs