search for: diskfil

Displaying 10 results from an estimated 10 matches for "diskfil".

Did you mean: diskfile
2005 Jun 04
3
DVD writer problem
...he label I bought it under, but that's what it really is.) It's supposed to read/write CDs, DVDs, DVD+Rs, and DVD-Rs. I'm basically dual booting between XP and CentOS 4. Following the recipe in "The Linux Cookbook", I tried to copy a DVD using: dd if=/dev/hdd of=/tmp/diskfile.iso then cdrecord dev=/dev/hdd fs=32m -sao -v -eject -dummy /tmp/diskfile.iso to test and cdrecord dev=/dev/hdd fs=32m -sao -v -eject /tmp/diskfile.iso to actually record. I had a lot of trouble getting a good read of the whole original DVD--it kept getting an I/O error at 94-95% of...
2012 Dec 14
3
inspect_os error with Win7 image
The error message: hivex_close: do_hivex_close: you must call 'hivex-open' first to initialize the hivex handle This is the process flow: g = guestfs_create (); guestfs_add_drive_opts (g, diskFile,GUESTFS_ADD_DRIVE_OPTS_FORMAT, "raw",-1); guestfs_launch (g) char **roots = guestfs_inspect_os (g); guestfs_inspect_os returns NULL, guestfs_last_error(g) returns message above. And guestfs_last_errno(g) returns 0. However this same code works fine with a Server2008 image and a...
2010 Feb 03
1
Changing size of a xen guest filesystem
It should be easy, but I have not yet found a solution. Only some methods involving use of dd, but that sounds a little scary to me on a production server. I wish there would be a command "virt-resize", but no... Maybe "virt-clone", with the option --file=DISKFILE, could be bended to do this? - Jussi Hirvi -- Jussi Hirvi * Green Spot Topeliuksenkatu 15 C * 00250 Helsinki * Finland Tel. +358 9 493 981 * Mobile +358 40 771 2098 (only sms) jussi.hirvi at greenspot.fi * http://www.greenspot.fi The point is that what each one of us does from the time we wake...
2005 Apr 05
1
RE: NFS Root FS Prob
...gt; > A) Mounting the NFS directory in RW mode on a local directory > and specifying in my config file the complete path of my disk file. > > xm create configFile returned with this error: > Error: Error creating domain: vbd: Segment not found: > uname=file:/MountPoint/diskfile I know a number of people that use such a setup, but I wouldn''t recommend it. Using a loopback file stored over NFS can cause serious memory pressure in dom0 under high write load (it''s a native Linux problem). To figure out what''s going wrong for you, use losetup to a...
2011 Jun 23
4
Jumbo frames problem with Realtek NICs?
I was trying to do some performance testing between using iSCSI on the host as a diskfile to a guest vs the VM guest using the iSCSI device directly. However, in the process of trying to establish a baseline performance figure, I started increasing the MTU settings on the PCI-express NICs with RTL8168B chips. First bottleneck was discovering the max MTU allowed on these is 7K instead...
2008 Dec 31
7
tap:aio
I have never been able to get tap:aio devices running. When I try it in a Linux PV domain, it says: XENBUS: Waiting for devices to initialise: 295s... And they don''t work in my GPLPV drivers, which is the problem I am trying to solve, but I''d like to see them work under Linux first. Is there anything extra I need to do? I have loaded the xenblktap module (forgot to do this
2007 Apr 05
1
Convert HVM to paravirtualized guest
We are just starting to work with Xen and so far have been pleased with the results. The host system is running Fedora Core 6 with all of the latest kernel/xen updates. One of our first projects was to create an HVM guest using an LV based disk for the guest. It originally started out as a Fedora Core 3 system, but has been upgraded using network updated to Fedora Core 6. I believe we would
2017 Aug 11
2
How commonly applications make use of fadvise?
Hi all, In a conversation between me, Milind and Csaba, Milind pointed out fadvise(2) [1] and its potential benefits to Glusterfs' caching translators like read-ahead etc. After discussing about it, we agreed that our performance translators can leverage the hints to provide better performance. Now the question is how commonly applications actually provide hints? Is it something that is used
2007 Aug 16
3
Re: Adding a new virtual block device to a guest
Hi! It seems i already have udev... mydom0:~# apt-get install udev Reading package lists... Done Building dependency tree... Done udev is already the newest version. mydom0:~# I notice when i mkfs -ext 3 my new vbd with dd, it says it''s not a block device.. i have a feeling im doing this wrong. can you suggest steps in: 1. creating a new block device 2. preparing it (mkfs) 3.
2009 Sep 18
36
streaming server on a virtual machine.
I need to installa a streaming server for live videos and for video on demand. My choice is red5. Do you think I can use a xen virtual machine to run a streaming service? Or it is better not to virtualize? Sorry for my bad english. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users