PC Review


Reply
Thread Tools Rate Thread

Backup, Restore, Volume Shadow Copy Problems

 
 
=?Utf-8?B?U2VhbiBFbGxpb3R0?=
Guest
Posts: n/a
 
      25th Jul 2007
All

I have Vista Ultimate 64bit.

I get the following 2 errors when trying to create a system restore point or
backup the whole PC: 0x80780035 0x8004231F

It is accompanied by a message about insufficient space on disk drives when
this is definitly not the case. I have tried extending the space used for
shadow copies using the command:

vssadmin resize SHADOWSTORAGE /for=c: /on=c: /maxsize=70GB

but still it claims there is not enough space even though none of the 70GB
is used as displayed by:

vssadmin List ShadowStorage

For volume: (C\\?\Volume{af42db1f-0867-11dc-aa96-806e6f6e6963}\
Shadow Copy Storage volume:
(C\\?\Volume{af42db1f-0867-11dc-aa96-806e6f6e6963}\
Used Shadow Copy Storage space: 0 B
Allocated Shadow Copy Storage space: 0 B
Maximum Shadow Copy Storage space: 75 GB

There is a service called Volume Shadow Copy that I found was set to Manual
start and was not started. I tried setting this to automatic start and
rebooted but this has made no difference at all.

What startup settings should this service have? What is the real problem???


 
Reply With Quote
 
 
 
 
Jill Zoeller [MSFT]
Guest
Posts: n/a
 
      25th Jul 2007
Sean, do you know if you have a recovery partition on your computer? You
likely do if the computer is new and came from an OEM (original equipment
manufacturer).

I have a feeling that your recovery partition is full (or almost full) and
therefore the shadow copy for that volume can't be created. Unfortunately
with Complete PC Backup there is no way to exclude that drive because it's
considered essential to the system. As an alternative to Complete PC Backup,
I recommend trying the command-line version wbadmin.exe. Specify only your
Vista drive and see if that works.

Fiddling with the VSS service won't help...it's marked as Manual on my
system as well.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.


"Sean Elliott" <Sean (E-Mail Removed)> wrote in message
news:5E18386B-D7EB-4C99-A5B1-(E-Mail Removed)...
> All
>
> I have Vista Ultimate 64bit.
>
> I get the following 2 errors when trying to create a system restore point
> or
> backup the whole PC: 0x80780035 0x8004231F
>
> It is accompanied by a message about insufficient space on disk drives
> when
> this is definitly not the case. I have tried extending the space used for
> shadow copies using the command:
>
> vssadmin resize SHADOWSTORAGE /for=c: /on=c: /maxsize=70GB
>
> but still it claims there is not enough space even though none of the 70GB
> is used as displayed by:
>
> vssadmin List ShadowStorage
>
> For volume: (C\\?\Volume{af42db1f-0867-11dc-aa96-806e6f6e6963}\
> Shadow Copy Storage volume:
> (C\\?\Volume{af42db1f-0867-11dc-aa96-806e6f6e6963}\
> Used Shadow Copy Storage space: 0 B
> Allocated Shadow Copy Storage space: 0 B
> Maximum Shadow Copy Storage space: 75 GB
>
> There is a service called Volume Shadow Copy that I found was set to
> Manual
> start and was not started. I tried setting this to automatic start and
> rebooted but this has made no difference at all.
>
> What startup settings should this service have? What is the real
> problem???
>
>


 
Reply With Quote
 
=?Utf-8?B?U2VhbiBFbGxpb3R0?=
Guest
Posts: n/a
 
      26th Jul 2007
Thanks very much for that Jill it was a very helpful workaround - I have now
backed up my PC C: drive and system restore points can be created again. I
used the following command in a "Run as Administrator" command window to
backup my C: drive to my external M: drive:

wbadmin start backup -backupTarget:m: -include:c:

I could then watch progress with:

wbadmin get status

I think this is a full backup. You must be able to do an incremental backup
next time.

But now I am still confused about my "recovery partition". Using Disk
Manager (via Computer/Manager/Disk Managemement) I can see that Disk 0 is
split between the expected C: drive and another partition with no letter
assigned. It has an EISA configuration. You don't seem to be able to do
anything with this partition via Disk Management tools. What is it for? How
do you know how full it is? Shouldn't the Vista GUI backup tool be able to
cope with this and at least allow you to deselect it?

Now that I have done a backup of c: did that release any space in the other
partition? If not how come I couldn't do system restore points before but now
I can?

Is that enough questions?


"Jill Zoeller [MSFT]" wrote:

> Sean, do you know if you have a recovery partition on your computer? You
> likely do if the computer is new and came from an OEM (original equipment
> manufacturer).
>
> I have a feeling that your recovery partition is full (or almost full) and
> therefore the shadow copy for that volume can't be created. Unfortunately
> with Complete PC Backup there is no way to exclude that drive because it's
> considered essential to the system. As an alternative to Complete PC Backup,
> I recommend trying the command-line version wbadmin.exe. Specify only your
> Vista drive and see if that works.
>
> Fiddling with the VSS service won't help...it's marked as Manual on my
> system as well.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> Want to learn more about Windows file and storage technologies? Visit our
> team blog at http://blogs.technet.com/filecab/default.aspx.
>
>
> "Sean Elliott" <Sean (E-Mail Removed)> wrote in message
> news:5E18386B-D7EB-4C99-A5B1-(E-Mail Removed)...
> > All
> >
> > I have Vista Ultimate 64bit.
> >
> > I get the following 2 errors when trying to create a system restore point
> > or
> > backup the whole PC: 0x80780035 0x8004231F
> >
> > It is accompanied by a message about insufficient space on disk drives
> > when
> > this is definitly not the case. I have tried extending the space used for
> > shadow copies using the command:
> >
> > vssadmin resize SHADOWSTORAGE /for=c: /on=c: /maxsize=70GB
> >
> > but still it claims there is not enough space even though none of the 70GB
> > is used as displayed by:
> >
> > vssadmin List ShadowStorage
> >
> > For volume: (C\\?\Volume{af42db1f-0867-11dc-aa96-806e6f6e6963}\
> > Shadow Copy Storage volume:
> > (C\\?\Volume{af42db1f-0867-11dc-aa96-806e6f6e6963}\
> > Used Shadow Copy Storage space: 0 B
> > Allocated Shadow Copy Storage space: 0 B
> > Maximum Shadow Copy Storage space: 75 GB
> >
> > There is a service called Volume Shadow Copy that I found was set to
> > Manual
> > start and was not started. I tried setting this to automatic start and
> > rebooted but this has made no difference at all.
> >
> > What startup settings should this service have? What is the real
> > problem???
> >
> >

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Re: Backup and Volume Shadow Copy Ayush Windows XP Configuration 2 2nd Dec 2006 08:51 PM
problem in backup and restore using volume shadow copy SDK Dhananjay Microsoft VC .NET 0 3rd Feb 2006 01:35 AM
Howto use Volume Shadow copy w/a backup program? Ms. Linda A.W. Windows XP Performance 2 24th Feb 2005 10:17 PM
Backup Problem (Volume Shadow Copy) Asad Aftab Windows XP Performance 1 22nd May 2004 01:46 AM
XP backup using Volume Shadow Copy Service =?Utf-8?B?VG9ueSBTZWRsZXI=?= Windows XP Performance 0 9th Feb 2004 05:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:16 AM.