
Du vil kunne oppleve overstående feilmedling når du forsøker å legge til en disk i Windows Server 2008 R2. I så fall kan du sjekke KB2009365.
Du kan fikse dette ved å starte et CMD vindu som administrator og kjøre noen CMD kommandoer. Husk å start CMD i Kjør som administrator.
Du må kjøre WBADMIN GET DISKS disks for å identifisere disker.
Deretter må du kjøre kommandoen WBADMIN ENABLE BACKUP –addtarget:{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
Dette er et eksempel på benyttelse:
C:\Users\Administrator>wbadmin get disks
wbadmin 1.0 - Backup command-line tool
(C) Copyright 2004 Microsoft Corp.
Disk name: DELL PERC 6/i SCSI Disk Device
Disk number: 0
Disk identifier: {00000080-0000-0000-0000-000000000000}
Total space: 67.75 GB
Used space : 31.94 GB
Volumes: <not mounted>[System Reserved],C:[(no volume label)]
Disk name: DELL PERC 6/i SCSI Disk Device
Disk number: 1
Disk identifier: {2a0ad0fd-0000-0000-0000-000000000000}
Total space: 680.62 GB
Used space : 573.45 GB
Volumes: D:[Data]
Disk name: ST310003 33AS USB Device
Disk number: 2
Disk identifier: {cbce2081-0000-0000-0000-000000000000}
Total space: 931.51 GB
Used space : 910.11 GB
Volumes: F:[USB03]
Disk name: ST310005 28AS USB Device
Disk number: 3
Disk identifier: {0133edf6-0000-0000-0000-000000000000}
Total space: 931.51 GB
Used space : 119.83 MB
Volumes: G:[New Volume]
C:\Users\Administrator>WBADMIN ENABLE BACKUP -addtarget:{0133edf6-0000-0000-0000
-000000000000}
wbadmin 1.0 - Backup command-line tool
(C) Copyright 2004 Microsoft Corp.
The scheduled backup settings:
Bare metal recovery : Included
System state backup: Included
Volumes in backup: System Reserved (99.99 MB),Data(D:),Local Disk(C:)
Files excluded: None
Advanced settings: VSS Backup Option (COPY)
Location to store backup: VH03 2010_05_21 10:44 DISK_01,ST310005 28AS USB Device
Times of day to run backup: 01:00
Do you want to enable scheduled backups with the above settings?
[Y] Yes [N] No Y
Do you want to format and use ST310005 28AS USB Device (that includes volumes G:) as the location to store scheduled backups?
[Y] Yes [N] No Y
Label the backup disk as VH03 2010_05_31 23:44 Disk_02.
This information will be used to identify this backup disk during a recovery.
The scheduled backup is enabled.
C:\Users\Administrator>