Re: [Qemu-discuss] Issue related to mounting /dev/nbd0p1

2018-11-29 Thread Jakob Bohm
Check    cat /proc/partitions If the partitions are not listed there, the kernel does not recognize them, perhaps the kernel doesn't recognize that nbd0 is a "partitionable disk", and thus does not create the internal nbd0p1 and ndb0p2 devices. If the partitions are listed there, you just need

Re: [Qemu-discuss] Issue related to mounting /dev/nbd0p1

2018-11-29 Thread ramakanth varala
Still with some errors.. [root@localhost ~]# kpartx -a /dev/nbd0 read error, sector 0 read error, sector 1 read error, sector 29 [root@localhost ~]# ls /dev/nbd nbd0 nbd1 nbd10 nbd11 nbd12 nbd13 nbd14 nbd15 nbd2 nbd3 nbd4 nbd5 nbd6 nbd7 nbd8 nbd9 On Thu, Nov 29, 2018 at 4

Re: [Qemu-discuss] Using egl-headless with virtio-vga video device crashes the guest

2018-11-29 Thread Frederik Carlier
Hi Erik, > From: Qemu-discuss bounces+frederik.carlier=quamotion.m...@nongnu.org> On Behalf Of Erik > Skultety > Sent: Wednesday, November 28, 2018 2:20 PM > I tried to test egl-headless (combined with either SPICE or VNC) with virtio > graphics (doesn't really matter whether I enable virgl or n

Re: [Qemu-discuss] Issue related to mounting /dev/nbd0p1

2018-11-29 Thread Nerijus Baliūnas
Please try kpartx -a /dev/nbd0 2018-11-29 12:38, ramakanth varala rašė: thanks for the reply .. But i get below error when i do .. [root@localhost ~]# partx -a /dev/nbd0 HDIO_GETGEO: Inappropriate ioctl for device On Thu, Nov 29, 2018 at 4:04 PM Nerijus Baliūnas < neri...@users.sourceforge.n

Re: [Qemu-discuss] Issue related to mounting /dev/nbd0p1

2018-11-29 Thread ramakanth varala
thanks for the reply .. But i get below error when i do .. [root@localhost ~]# partx -a /dev/nbd0 HDIO_GETGEO: Inappropriate ioctl for device On Thu, Nov 29, 2018 at 4:04 PM Nerijus Baliūnas < neri...@users.sourceforge.net> wrote: > 2018-11-29 12:10, ramakanth varala rašė: > > [root@localhost

Re: [Qemu-discuss] Issue related to mounting /dev/nbd0p1

2018-11-29 Thread Nerijus Baliūnas
2018-11-29 12:10, ramakanth varala rašė: [root@localhost ~]# mount /dev/nbd0p1 /home/test.1.3.debug/mnt/boot mount: special device /dev/nbd0p1 does not exist partx -a /dev/nbd0

[Qemu-discuss] Issue related to mounting /dev/nbd0p1

2018-11-29 Thread ramakanth varala
Hi All, I have two partitions it's listing when i do fdisk -l as below. [root@localhost ~]# fdisk /dev/nbd0 -l Disk /dev/nbd0: 21.4 GB, 21474836480 bytes 255 heads, 63 sectors/track, 2610 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blo