1

Would this create any foreseeable problems? The drive is a non-system drive. Should I bother leaving any extra space on the physical drive that is not taken up by the VHD?

This may seem a bit silly, but I have an explicit need to mount a vhd instead of mounting the physical volume itself.

Thanks!

djmc
  • 121
  • 1
  • 2

1 Answers1

1

If this is not a system drive, then you shouldn't have any issues. The only catch you might find is that Windows might keep reminding you that the drive is full.

Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
  • ok gotcha. hehe warnings should be ok, nobody is using the machine the vhd will be mounted on. – djmc Jul 29 '10 at 01:06
  • I agree that this should be the only problem, but there might be issues with the speed of the drive and the MFT, because you'll be consuming that reserved space too. I'm guessing though, because I've never done this. –  Jul 29 '10 at 01:47
  • ok I decided to leave 1gb free.. since even with a clean format 200meg was taken up from something. I assume 800mb should be enough for the MFT since there's really only 1 file on the physical disk, the vhd file. – djmc Jul 29 '10 at 05:34