search for: lijiaping

Displaying 6 results from an estimated 6 matches for "lijiaping".

Did you mean: jiaping
2015 Nov 09
1
答复: How could I do the guest mount operation from the host?
...a/disk/dk389_581.img'/> <target dev='sda' bus='usb'/> </disk> If you want to use fiesystem passtrough, I think you have to look at p9 filesystem. I’ve used it before and it worked like a charm. This does require some setup in the guest… Van: 李笳平 [mailto:lijiaping@yovole.com]<mailto:[mailto:lijiaping@yovole.com]> Verzonden: maandag 9 november 2015 7:14 Aan: Dominique Ramaekers; 'libvirt-users@redhat.com' Onderwerp: 答复: [libvirt-users] How could I do the guest mount operation from the host? Hi, I have tried usb and it doesn’t work. I don...
2015 Nov 09
2
答复: How could I do the guest mount operation from the host?
...; 主题: RE: [libvirt-users] How could I do the guest mount operation from the host? You can attach the disk on the usb bus (<target dev='sda' bus='sub'/> - Not 100% sure about this but probably in the right direction) and let the guest automount usb-storage… Van: 李笳平 [mailto:lijiaping@yovole.com]<mailto:[mailto:lijiaping@yovole.com]> Verzonden: vrijdag 6 november 2015 10:14 Aan: Dominique Ramaekers; 'libvirt-users@redhat.com' Onderwerp: 答复: [libvirt-users] How could I do the guest mount operation from the host? Hi, Thanks for your response! But when I use t...
2015 Nov 09
0
Re: How could I do the guest mount operation from the host?
...a/disk/dk389_581.img'/> <target dev='sda' bus='usb'/> </disk> If you want to use fiesystem passtrough, I think you have to look at p9 filesystem. I’ve used it before and it worked like a charm. This does require some setup in the guest… Van: 李笳平 [mailto:lijiaping@yovole.com] Verzonden: maandag 9 november 2015 7:14 Aan: Dominique Ramaekers; 'libvirt-users@redhat.com' Onderwerp: 答复: [libvirt-users] How could I do the guest mount operation from the host? Hi, I have tried usb and it doesn’t work. I don’t know if the filesystem tag could work… I...
2015 Nov 06
2
答复: How could I do the guest mount operation from the host?
Hi, Thanks for your response! But when I use the ssh, I need to know the guest password, and actually it belongs to network communication. I don’t know if the libvirt has some means just like to control the domain to implement the operation? Best Regards From Jiaping LI 发件人: Dominique Ramaekers [mailto:dominique.ramaekers@cometal.be] 发送时间: 2015年11月6日 15:41 收件人: 李笳平;
2015 Nov 06
0
Re: How could I do the guest mount operation from the host?
You can attach the disk on the usb bus (<target dev='sda' bus='sub'/> - Not 100% sure about this but probably in the right direction) and let the guest automount usb-storage… Van: 李笳平 [mailto:lijiaping@yovole.com] Verzonden: vrijdag 6 november 2015 10:14 Aan: Dominique Ramaekers; 'libvirt-users@redhat.com' Onderwerp: 答复: [libvirt-users] How could I do the guest mount operation from the host? Hi, Thanks for your response! But when I use the ssh, I need to know the guest password, a...
2015 Nov 06
2
How could I do the guest mount operation from the host?
Hi all, When I attach a disk like this: <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='none'/> <source file='/kvmdata/disk/dk389_581.img'/> <backingStore/> <target dev='vda' bus='virtio'/> <alias name='virtio-disk0'/>