Displaying 4 results from an estimated 4 matches for "0.840000".
Did you mean:
0.800000
2011 Dec 14
1
Help loading a corrupt vdi file
Hello everyone, I have a corrupt .vdi file from a virtualbox installation (XP host, Mint 11 guest) which I recently broke. I wanted to allocate more space to it, so I ran this command:VBoxManage.exe modifyhd /path/to/YOUR_HARD_DISK.vdi --resize 17179869184
It only took a second to actually complete, so I think a header somewhere is broken.
I need to get access to some files I had on there using
2012 Mar 07
0
[LLVMdev] compiling llvm 3.0 with gcc 4.4.6 on linux x86_64: test-suite fails on two tests
Hi,
I compiled llvm v3.0 on linux x86_64 with gcc 4.4.6 and test-suite fails on
two tests:
SingleSource/UnitTests/Vector/SSE/sse.expandfft
SingleSource/UnitTests/Vector/SSE/sse.stepfft
I configured and compiled with with
../llvm/configure CFLAGS=-O3
--prefix=/scratch/user/local/llvm-release_30_opt --enable-optimized
make -j2
make check-all
and tested with
gmake TEST=simple
2011 Apr 06
5
Guestfish errors (Running in VirtualBox)
Hi All,
I am trying to run guestfish inside an Ubuntu instance running in VirtualBox. I'm running into problems, and my first question, is this setup even possible?
I compiled and installed libguestfs-1.8.4.
Running libguestfs-test-tool fails with the following output.
Would appreciate any advice,
Chris
new guestfs handle 0x8b77958
===== Test starts here =====
LIBGUESTFS_DEBUG=1
library
2014 Sep 26
9
[PATCH v4 0/7] virt-resize: add support for resizing logical partitions
Hi Rich,
This is v3 series to add support for resizing MBR logical partitions.
changes to v3:
1. merge patch 1 and patch 3 in v3
2. let mbr_part_type return 'primary' for GPT partitions
3. add test for resizing logical partitions
4. fix extending the extended partition (yet). see patch 7.
changes to v2:
1. remove p_part_num
2. remove filter_parts
3. name the function