public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] VBoxManage modifyhd - doesn't work
@ 2013-02-25 23:29 Joseph
  2013-02-26  0:57 ` Joseph
  0 siblings, 1 reply; 5+ messages in thread
From: Joseph @ 2013-02-25 23:29 UTC (permalink / raw
  To: gentoo-user

I'm trying to resize XP partition, the procedure suppose to be simple:
VBoxManage modifyhd /full/path/to/hd.vdi --resize new_size

so, I run:
VBoxManage modifyhd /home/joseph/VirtualBox\ VMs/xp-clinic/xp-clinic.vdi --resize 15000
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%

The original size was 10G and still is.

-- 
Joseph


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] VBoxManage modifyhd - doesn't work
  2013-02-25 23:29 [gentoo-user] VBoxManage modifyhd - doesn't work Joseph
@ 2013-02-26  0:57 ` Joseph
  2013-02-26  8:35   ` Michael Hampicke
  2013-02-26  8:41   ` Mick
  0 siblings, 2 replies; 5+ messages in thread
From: Joseph @ 2013-02-26  0:57 UTC (permalink / raw
  To: gentoo-user

On 02/25/13 16:29, Joseph wrote:
>I'm trying to resize XP partition, the procedure suppose to be simple:
>VBoxManage modifyhd /full/path/to/hd.vdi --resize new_size
>
>so, I run:
>VBoxManage modifyhd /home/joseph/VirtualBox\ VMs/xp-clinic/xp-clinic.vdi --resize 15000
>0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
>
>The original size was 10G and still is.

Actually the storage is showing as 14.6GB so that is correct but when I boot windows I only see about 600Mb free disk space instead of 4+GB

-- 
Joseph


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] VBoxManage modifyhd - doesn't work
  2013-02-26  0:57 ` Joseph
@ 2013-02-26  8:35   ` Michael Hampicke
  2013-02-26  8:41   ` Mick
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Hampicke @ 2013-02-26  8:35 UTC (permalink / raw
  To: gentoo-user

Am 26.02.2013 01:57, schrieb Joseph:
> On 02/25/13 16:29, Joseph wrote:
>> I'm trying to resize XP partition, the procedure suppose to be simple:
>> VBoxManage modifyhd /full/path/to/hd.vdi --resize new_size
>>
>> so, I run:
>> VBoxManage modifyhd /home/joseph/VirtualBox\
>> VMs/xp-clinic/xp-clinic.vdi --resize 15000
>> 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
>>
>> The original size was 10G and still is.
> 
> Actually the storage is showing as 14.6GB so that is correct but when I
> boot windows I only see about 600Mb free disk space instead of 4+GB
> 

Have you resized your Windows partition under Windows as well?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] VBoxManage modifyhd - doesn't work
  2013-02-26  0:57 ` Joseph
  2013-02-26  8:35   ` Michael Hampicke
@ 2013-02-26  8:41   ` Mick
  2013-02-26 13:08     ` Joseph
  1 sibling, 1 reply; 5+ messages in thread
From: Mick @ 2013-02-26  8:41 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1001 bytes --]

On Tuesday 26 Feb 2013 00:57:49 Joseph wrote:
> On 02/25/13 16:29, Joseph wrote:
> >I'm trying to resize XP partition, the procedure suppose to be simple:
> >VBoxManage modifyhd /full/path/to/hd.vdi --resize new_size
> >
> >so, I run:
> >VBoxManage modifyhd /home/joseph/VirtualBox\ VMs/xp-clinic/xp-clinic.vdi
> >--resize 15000
> >0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
> >
> >The original size was 10G and still is.
> 
> Actually the storage is showing as 14.6GB so that is correct but when I
> boot windows I only see about 600Mb free disk space instead of 4+GB

Stick a gparted LiveCD in the machine (or boot from an image on your drive by 
pointing  the virtual CDROM device to it) and extend the end of the MSWindows 
partition to fill in the size of the virtual disk you just enlarged.

When you reboot into MSWindows (detach the LiveCD first) and then allow 
MSWindows to run and complete chkdsk - or your data could be lost.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] VBoxManage modifyhd - doesn't work
  2013-02-26  8:41   ` Mick
@ 2013-02-26 13:08     ` Joseph
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph @ 2013-02-26 13:08 UTC (permalink / raw
  To: gentoo-user

On 02/26/13 08:41, Mick wrote:
>On Tuesday 26 Feb 2013 00:57:49 Joseph wrote:
>> On 02/25/13 16:29, Joseph wrote:
>> >I'm trying to resize XP partition, the procedure suppose to be simple:
>> >VBoxManage modifyhd /full/path/to/hd.vdi --resize new_size
>> >
>> >so, I run:
>> >VBoxManage modifyhd /home/joseph/VirtualBox\ VMs/xp-clinic/xp-clinic.vdi
>> >--resize 15000
>> >0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
>> >
>> >The original size was 10G and still is.
>>
>> Actually the storage is showing as 14.6GB so that is correct but when I
>> boot windows I only see about 600Mb free disk space instead of 4+GB
>
>Stick a gparted LiveCD in the machine (or boot from an image on your drive by
>pointing  the virtual CDROM device to it) and extend the end of the MSWindows
>partition to fill in the size of the virtual disk you just enlarged.
>
>When you reboot into MSWindows (detach the LiveCD first) and then allow
>MSWindows to run and complete chkdsk - or your data could be lost.
>-- 
>Regards,
>Mick

I just realize it, thanks.  That is exactly what I did, gparted worked without a problem.

-- 
Joseph


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-26 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 23:29 [gentoo-user] VBoxManage modifyhd - doesn't work Joseph
2013-02-26  0:57 ` Joseph
2013-02-26  8:35   ` Michael Hampicke
2013-02-26  8:41   ` Mick
2013-02-26 13:08     ` Joseph

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox