Windows Vista Tips

Windows Vista Tips > Newsgroups > Virtual PC > VPC 2007 - how to shrink the virtual hard disk size

Reply
Thread Tools Display Modes

VPC 2007 - how to shrink the virtual hard disk size

 
 
Alan T
Guest
Posts: n/a

 
      10-22-2009
I got the .vhd in the size of 7 GB.
However, it is too big to copy into my USB key as my USB key is FAT32 (got
the destination disk is full error).

My virtual machine has just installed XP and VS Studio, is there any way to
shrink the size of my virtual hard disk size?


 
Reply With Quote
 
 
 
 
Steve Jain [MVP]
Guest
Posts: n/a

 
      10-22-2009

On Thu, 22 Oct 2009 14:38:50 +1100, "Alan T"
<> wrote:

>I got the .vhd in the size of 7 GB.
>However, it is too big to copy into my USB key as my USB key is FAT32 (got
>the destination disk is full error).
>
>My virtual machine has just installed XP and VS Studio, is there any way to
>shrink the size of my virtual hard disk size?
>


how much data is on the VHD? If you have 7gb, you can't make it
smaller unless you're compressing it with WinRAR or similar.

--
Cheers,
Steve Jain, Virtual Machine MVP
http://vpc.essjae.com/
http://smudj.wordpress.com/
 
Reply With Quote
 
Karl E. Peterson
Guest
Posts: n/a

 
      10-22-2009
Alan T wrote:
> I got the .vhd in the size of 7 GB.
> However, it is too big to copy into my USB key as my USB key is FAT32 (got
> the destination disk is full error).


Convert it to NTFS?
--
..NET: It's About Trust!
http://vfred.mvps.org


 
Reply With Quote
 
Alan T
Guest
Posts: n/a

 
      10-22-2009
>> I got the .vhd in the size of 7 GB.
>> However, it is too big to copy into my USB key as my USB key is FAT32
>> (got
>> the destination disk is full error).

>
> Convert it to NTFS?


I tried to format my USB key but the only option was FAT 32 when I right
click the in Windows Explorer select the Format option.


 
Reply With Quote
 
Karl E. Peterson
Guest
Posts: n/a

 
      10-22-2009
Alan T wrote:
>>> I got the .vhd in the size of 7 GB.
>>> However, it is too big to copy into my USB key as my USB key is FAT32
>>> (got the destination disk is full error).

>>
>> Convert it to NTFS?

>
> I tried to format my USB key but the only option was FAT 32 when I right
> click the in Windows Explorer select the Format option.


Yeah, you have to drop into a CMD box...

C:\>convert /?
Converts FAT volumes to NTFS.

CONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]

volume Specifies the drive letter (followed by a colon),
mount point, or volume name.
/FS:NTFS Specifies that the volume is to be converted to NTFS.
/V Specifies that Convert should be run in verbose mode.
/CvtArea:filename
Specifies a contiguous file in the root directory to be
the place holder for NTFS system files.
/NoSecurity Specifies the converted files and directories security
settings to be accessible by everyone.
/X Forces the volume to dismount first if necessary.
All opened handles to the volume would then be invalid.

C:\>convert L: /FS:NTFS /V
The type of the file system is FAT32.
Volume KINGSTON created 8/20/2009 7:01 AM
Volume Serial Number is 06CD-74BA
Windows is verifying files and folders...
0 percent completed.
100 percent completed.
File and folder verification is complete.
Windows has checked the file system and found no problems.

3,997,040,640 bytes total disk space.
3,997,036,544 bytes available on disk.

4,096 bytes in each allocation unit.
975,840 total allocation units on disk.
975,839 allocation units available on disk.

Determining disk space required for file system conversion...
Total disk space: 3911008 KB
Free space on volume: 3903356 KB
Space required for conversion: 25838 KB
Converting file system
Conversion complete

C:\>

Only real downsides are that you won't be able to write to it on a Mac, or use it
all on 9x systems. But they're so cheap, if those are real needs, seems easy enough
to have a few lying about to choose from.
--
..NET: It's About Trust!
http://vfred.mvps.org


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MS Virtual PC 2007 - virtual hard disk Jon Windows Vista Installation 2 09-16-2007 07:36 AM
Hard disk completely full CARLOS Windows Vista Hardware 3 06-21-2007 10:30 PM
cloning laptop sata harddrive vista premium Mark Ryan Windows Vista Hardware 5 04-26-2007 06:44 PM
Can I use the Host Vista Ultimate license for a Virtual Vista Mach theshepherds Windows Vista Installation 17 04-01-2007 07:27 PM
RC1 can't find suitable hard disk Dale \Mad_Murdock\ White Windows Vista Installation 2 09-22-2006 05:04 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59